835 Commits

Author SHA1 Message Date
0e693310f8 docs(impression): design observation update pipeline 2026-06-24 18:20:46 +08:00
82a33c3909 feat(impression): add after-rolling updater pipeline 2026-06-19 22:51:33 +08:00
6a64ff29c4 refactor(memory): snapshot rolling results 2026-06-14 18:27:41 +08:00
03f0e1e11f feat(impression): model update plans for impression updater 2026-06-14 16:48:55 +08:00
0211ba9ac8 refactor(impression): expose choice of keepOldSubjectAsAlias in ImpressionCore 2026-06-14 16:42:05 +08:00
9f9f7247f0 docs: clarify license status 2026-06-12 22:08:00 +08:00
15c24154f8 feat(impression): expose entity identity updates
Add core-owned APIs for renaming canonical subjects and adding aliases so updater logic can request identity changes without bypassing indexes.

Synchronize bound active entity subjects after renames and keep capability test stubs aligned.
2026-06-10 14:50:13 +08:00
a23657ec0c feat(impression): support entity aliases
Separate canonical entity subject from aliases and persist alias metadata for recall.

Index aliases as subject-like search documents and cover alias recall in SimpleTextSearch tests.
2026-06-10 14:44:50 +08:00
371b4a01d7 feat(impression): add core mutation APIs
Expose core-owned entity creation, binding, and impression update methods so updater logic can request mutations without bypassing indexes.

Add ActiveEntity snapshots for safe inspection and keep test stubs aligned with CognitionCapability.
2026-06-10 14:02:31 +08:00
0567837dfe feat(impression): add impression recaller for projected entities 2026-06-09 11:43:28 +08:00
6dad6fdd6f fix(impression): compare active entities by runtimeId 2026-06-09 11:32:29 +08:00
e583276938 Remove empty impression capability methods 2026-06-07 22:42:37 +08:00
42407567b1 docs(impression): document vector fusion plan 2026-06-06 23:02:48 +08:00
e5d19f31ca doc: adjust location of design documents 2026-06-06 22:59:43 +08:00
ddf7f8da98 feat(impression): project text search hits into active entities 2026-06-06 22:57:55 +08:00
9269d4f678 chore: update gitignore 2026-06-06 22:57:55 +08:00
03087fb259 docs: note first encounter module design 2026-06-05 22:45:57 +08:00
b73696cc24 feat(impression): Add impression text search 2026-05-31 21:06:02 +08:00
96817d84fe feat(impression): introduce active entity recall model 2026-05-30 23:26:08 +08:00
dd64599154 feat(impression): add structured entity evidence metadata 2026-05-30 21:34:32 +08:00
4b638b756e fix(vector): skip upsert when vector client is unavailable 2026-05-30 21:04:22 +08:00
23a1b7093e feat(vector): implement Impression vector upsert and sync 2026-05-28 22:41:41 +08:00
9de46f3589 refactor(vector): add model id assigning support 2026-05-28 21:57:11 +08:00
fd8a0642b3 chore: remove meaningless warn 2026-05-28 21:05:26 +08:00
cffb369aef feat(impression): persist entity vectors 2026-05-28 20:59:20 +08:00
a929b3e0e6 feat(impression): add vector index skeleton 2026-05-27 23:27:51 +08:00
fe6895d10b feat(impression): serialize entity state 2026-05-27 23:11:41 +08:00
8323f8ed13 feat(impression): add entity overview state 2026-05-26 21:50:23 +08:00
0e1201253d refactor(impression): Improve impression entity snapshots 2026-05-26 21:29:09 +08:00
f3213675ff feat(impression): Add ActiveEntity to support runtime entity-discovering and block production 2026-05-23 23:42:06 +08:00
26ef5d875d fix(impression): correct impression update behavior 2026-05-23 23:22:15 +08:00
047d1b56fe refactor(impression): add feature attribute as index, which will work with high-confidence impressions 2026-05-18 23:05:35 +08:00
11aae1a353 feat(impression): introduce entity relation and impression model 2026-05-18 00:01:00 +08:00
e5dcb49028 chore: update gitignore 2026-05-17 21:07:21 +08:00
70a94d9c30 refactor(cognition): move context classes into context package 2026-05-16 21:57:29 +08:00
ef096e76b3 refactor(state): optimize StateValue building methods 2026-05-15 23:07:40 +08:00
ed743521ec chore: rename cognition core into context core 2026-05-15 16:16:44 +08:00
cb8ddfe4e2 docs: update README startup guide for PartnerCtl 2026-05-14 22:05:37 +08:00
756c0a12ad fix(partnerctl): include zh-CN locale in native image build 2026-05-14 20:41:53 +08:00
8a5b844a4a feat(partnerctl-init): add release download install option release-ctl/1.0.1 2026-05-14 19:47:18 +08:00
github-actions[bot]
8d29ea4c9e chore(registry): update latest core release to release-core/0.9.0-preview 2026-05-14 09:08:43 +00:00
github-actions[bot]
4770eaf42f chore(registry): update latest buildable to buildable/0.9.0-preview 2026-05-14 09:07:33 +00:00
8bb266a1c3 chore(versioning): bump runtime, framework, and core to 0.9.0-preview buildable/0.9.0-preview release-core/0.9.0-preview 2026-05-14 17:06:06 +08:00
9054a9b4ad fix(onebot): correct interaction api dependency version release-ctl/1.0.0 2026-05-13 13:04:45 +08:00
github-actions[bot]
c8d5f577a1 chore: update registry index 2026-05-13 03:35:47 +00:00
7c82c4aea5 chore: update onebot registry index version 2026-05-13 11:35:24 +08:00
5491ad1747 refactor(versioning): decouple module release versions
- bump parent and external module parent POMs to 1.0.0
- make runtime, interaction API, ctl, and external modules use explicit versions
- centralize internal dependency versions with dedicated properties
- keep framework and core on the shared runtime 0.5.0 line
- prepare partnerctl and module releases for independent versioning
2026-05-13 11:33:34 +08:00
1be6ed0198 chore: update idea settings 2026-05-13 10:19:55 +08:00
01bfc3ee18 feat(partnerctl-fetch): support fetching raw data via https proxy 2026-05-13 10:16:18 +08:00
2d45adf8c3 feat(partnerctl-module): load external modules from remote registry index 2026-05-12 23:34:35 +08:00