Commit Graph

  • d29dad4691 refactor(config): adjust declared config location slhafzjw 2026-04-09 17:28:23 +08:00
  • 291371f8da chore: adjust reflect related util's location slhafzjw 2026-04-09 16:58:24 +08:00
  • 3e5d6ebeb4 feat(runtime): support mask assigned modules; and remove legacy module record in agent context slhafzjw 2026-04-09 16:13:04 +08:00
  • 56daaf0b60 refactor(agent): normalize Agent launch flow slhafzjw 2026-04-09 12:26:52 +08:00
  • d6593c10f9 refactor(agent): support register registry shutdown hooks while agent launching slhafzjw 2026-04-09 12:19:20 +08:00
  • 328befecca refactor(action): add shutdown method to ActionCore to close runner client and thread pool slhafzjw 2026-04-09 12:00:32 +08:00
  • 1e46149d0a refactor(agent): remove legacy ConfigLoader and related factory; refactor agent launch flow slhafzjw 2026-04-09 10:35:13 +08:00
  • 427d224f65 refactor(gateway): manage gateway implementions via related registry and interface slhafzjw 2026-04-08 22:24:07 +08:00
  • 0528890d60 refactor(communication): remove channel assignment in ReplyDispatcher slhafzjw 2026-04-08 20:49:37 +08:00
  • f233c5ce32 fixup! refactor(runner): manage execution policy via ConfigCenter slhafzjw 2026-04-08 20:48:42 +08:00
  • 91a595d073 chore: remove legacy utils and constant class slhafzjw 2026-04-08 17:36:03 +08:00
  • 6d27e55a1e refactor(runner): manage execution policy via ConfigCenter slhafzjw 2026-04-08 17:21:35 +08:00
  • 2935daeffa refactor(action): support recover schedulable executable actions together, and ActionExecutor will emit a context block to explain recovering result slhafzjw 2026-04-08 16:52:21 +08:00
  • e04b2c4fe8 refactor(memory): manage state serialization via StateCenter in MemoryRuntime slhafzjw 2026-04-08 14:55:37 +08:00
  • 21a9d2114f chore(core): remove legact PartnerCore slhafzjw 2026-04-07 23:27:31 +08:00
  • 3640cc2108 feat(action): support continuing executable actions after state restored slhafzjw 2026-04-07 23:16:12 +08:00
  • a114044c23 refactor(action): manage state serialization via StateCenter in ActionCore slhafzjw 2026-04-07 22:01:46 +08:00
  • 874488ea79 test(memory): test with new memory behavior slhafzjw 2026-04-07 17:23:14 +08:00
  • b80ff8400c refactor(memory): compute memory slice in MemoryCore slhafzjw 2026-04-07 17:13:51 +08:00
  • 6fd12cd19f fix(memory): restore normalizing logic in memory core, and fix errors in MemoryCoreTest slhafzjw 2026-04-07 15:02:55 +08:00
  • 2cbaccedba refactor(cognition): manage state serialization via StateCenter in CognitionCore slhafzjw 2026-04-07 14:44:47 +08:00
  • 006e7c61e5 refactor(context): remove legacy attribute coreResponse in PartnerRunningFlowContext slhafzjw 2026-04-07 14:42:15 +08:00
  • 2458ea4849 refactor(memory): manage state serialization via StateCenter in MemoryUnit, and support optional loading on register in StateCenter slhafzjw 2026-04-07 12:27:36 +08:00
  • eab8eec46e chore(memory): add refactor todo in MemoryUpdater slhafzjw 2026-04-07 10:23:55 +08:00
  • a242723727 refactor(memory): manage state serialization via StateCenter in MemoryCore, and normalize slice and unit building slhafzjw 2026-04-07 10:21:17 +08:00
  • 57bc63c57b refactor(perceive): manage state serialization via StateCenter in PerceiveCore slhafzjw 2026-04-07 10:05:35 +08:00
  • 9aa793df8e feat(state): add StateCenter and related interface slhafzjw 2026-04-06 22:16:50 +08:00
  • 8c04566243 chore(framework): reorganize Partner-Framework slhafzjw 2026-04-06 20:16:51 +08:00
  • b1ba86be57 chore(build): adjust pom.xml in Partner-Framework and fix test errors slhafzjw 2026-04-06 16:12:13 +08:00
  • f79a0521b2 refactor(vector): refactor VectorClient configuration loading method slhafzjw 2026-04-06 15:52:30 +08:00
  • 332792daa2 refactor(action): make LocalRunnerClient as default runner client slhafzjw 2026-04-05 23:23:02 +08:00
  • 3b236286b9 refactor(action): remove problematic action tendency cache slhafzjw 2026-04-05 22:32:52 +08:00
  • 50db3fa7b2 refactor(config): adjust method init and onReload to support polymorphic config loading slhafzjw 2026-04-04 23:34:00 +08:00
  • 6503ec32b4 chore(git): update gitignore slhafzjw 2026-04-04 17:54:25 +08:00
  • 9771aa1de5 refactor(model): manage model registry by ConfigCenter slhafzjw 2026-04-04 17:53:54 +08:00
  • 660bb01440 chore(config): add config doc to WebSocketConfig slhafzjw 2026-04-04 14:49:06 +08:00
  • 188b5e8b53 refactor(config): support printing more information after init failed by ConfigDoc slhafzjw 2026-04-04 00:33:25 +08:00
  • db4dc6d040 refactor(gateway): init and load config from config center for WebSocketGateway slhafzjw 2026-04-03 23:07:40 +08:00
  • ef9d177adc fix(config): correct duplicate config checking slhafzjw 2026-04-03 15:35:27 +08:00
  • 5a41e02602 fixup! refactor(config): rename watching method and remove useless covariant slhafzjw 2026-04-02 22:59:09 +08:00
  • f387c36b17 refactor(config): prevent registering Configurable after watching started slhafzjw 2026-04-02 22:55:53 +08:00
  • 03532d3d97 refactor(config): run init after watching started slhafzjw 2026-04-02 22:19:37 +08:00
  • f37bef57ba refactor(config): rename watching method and remove useless covariant slhafzjw 2026-04-02 22:12:08 +08:00
  • 29d6546b07 feat(config): support ConfigCenter file watching and registered json reloads slhafzjw 2026-04-01 23:43:19 +08:00
  • b9fd9bcaac refactor(mcp): switch desc.json loading to fastjson2 to avoid desc.json loading error slhafzjw 2026-04-01 22:57:17 +08:00
  • 4ae65b885e refactor(watch): support configurable directory watch depth slhafzjw 2026-04-01 22:15:00 +08:00
  • 632e47ec13 feat(config): add config center and runtime path resolution slhafzjw 2026-04-01 20:42:45 +08:00
  • 4f200cadfc refactor(model): move model APIs from chat to agent.model slhafzjw 2026-03-31 21:13:57 +08:00
  • e4df68ea5d refactor(chat): extract model activation into provider registry slhafzjw 2026-03-31 18:37:41 +08:00
  • 81aa4b7933 feat(chat): support streaming reply in agent turn slhafzjw 2026-03-31 14:44:58 +08:00
  • b4c44c7d98 fix(perceive): fix legacy errors slhafzjw 2026-03-31 12:14:52 +08:00
  • 1301a0f8b1 refactor(event): enrich necessary attributes in InteractionEvent.Reply slhafzjw 2026-03-31 10:28:27 +08:00
  • 7d82ec7238 refactor(gateway): register WebsocketGateway as response channel while launch slhafzjw 2026-03-31 10:15:31 +08:00
  • d70054cd9b refactor(interaction): decouple gateway IO from runtime response flow slhafzjw 2026-03-30 22:46:02 +08:00
  • def48fd0ce refactor(context): remove legacy module context slhafzjw 2026-03-30 18:01:55 +08:00
  • 0b750f8028 refactor(action): support initiate turn after evaluation slhafzjw 2026-03-29 22:58:55 +08:00
  • 6e37ed032b refactor(context): support skip modules by adding specific moduleName into runningFlowContext slhafzjw 2026-03-29 22:26:10 +08:00
  • b6c86c6640 refactor(action): adjust pending action block content and make full-expanded block as SUPPLY block slhafzjw 2026-03-29 22:07:29 +08:00
  • 71956b4dce refactor(action): adjust tendency evaluation to be performed asynchronously, and pass the tendency in evaluation to communication as a block of SUPPLY type. slhafzjw 2026-03-29 21:55:53 +08:00
  • c9466f4359 refactor(executor): remove legacy InteractionThreadPoolExecutor , and change related executor calling into virtual executor and CountDownLatch slhafzjw 2026-03-29 20:19:09 +08:00
  • cb09b86b23 refactor(memory): remove legacy dialogMap in MemoryRuntime and related modules slhafzjw 2026-03-29 18:54:23 +08:00
  • d4a5c5a0ed fix(memory): trim persisted overlap from chat snapshot in MemoryUpdater slhafzjw 2026-03-29 18:48:52 +08:00
  • 274d007ba1 refactor(memory): add DialogRollingService to control message rolling logic slhafzjw 2026-03-29 18:24:38 +08:00
  • c7df35beb4 refactor(memory): correct memorySlice-topicPath binding behavior and adjust slice index into [startIndex,endIndex) slhafzjw 2026-03-29 18:11:02 +08:00
  • 1c995923a1 refactor(context): support copy attributes on root tag into snapshot element slhafzjw 2026-03-29 17:28:41 +08:00
  • 247052e318 refactor(memory): update end index of memory slice slhafzjw 2026-03-29 16:15:30 +08:00
  • eb1723de97 refactor(memory): remove legacy activated memory slice records in memory core slhafzjw 2026-03-29 16:08:29 +08:00
  • c2fbfe751f refactor(memory): add memory recalling builtin capability meta-action slhafzjw 2026-03-29 16:04:06 +08:00
  • 4a1828ed94 refactor(memory): finished the context block content produced in MemorySelector slhafzjw 2026-03-29 00:17:14 +08:00
  • db20e0ca78 refactor(memory): refactor memory selector into asynchronous module slhafzjw 2026-03-28 22:41:48 +08:00
  • 09f90d8ad5 refactor(memory): refactor memory extract/evaluating logic and messages building in memory modules slhafzjw 2026-03-28 21:52:02 +08:00
  • baa6870ccf chore(action): remove unused attribute slhafzjw 2026-03-28 21:50:17 +08:00
  • fd43466dd5 refactor(runner): remove useless builtin capability meta actions slhafzjw 2026-03-27 15:22:34 +08:00
  • 7628d40645 refactor(communication): rename module directory slhafzjw 2026-03-27 15:19:36 +08:00
  • d806693e08 refactor(action): simplify ActionCorrectionRecognizer input and build messages with context/task block slhafzjw 2026-03-27 15:01:45 +08:00
  • dbfd0b1fc3 refactor(action): simplify corrector input and build messages with context/task block slhafzjw 2026-03-27 14:53:00 +08:00
  • f5b9f8fc58 refactor(action): simplify extractor input and switch params extraction to context/task block messages slhafzjw 2026-03-26 21:43:48 +08:00
  • 7bbb7745f4 refactor(action): remove legacy additionalContext from Action state and snapshots slhafzjw 2026-03-26 21:22:59 +08:00
  • b65f5f37fb refactor(context): rename encodeToContextMessage to encodeToMessage and update usages slhafzjw 2026-03-26 20:43:58 +08:00
  • fb9b3860af refactor(common): extract shared XML Block base and reuse it in BlockContent and TaskBlock slhafzjw 2026-03-26 20:43:26 +08:00
  • c5256cbc90 refactor(module): flatten package paths from module.modules.* to module.* and remove unused ModelConstant slhafzjw 2026-03-26 19:59:03 +08:00
  • 1592c876c7 refactor(action): emit full execution lifecycle/correction blocks and carry correction reason in CorrectorResult slhafzjw 2026-03-26 17:32:40 +08:00
  • 453a1cfe84 refactor(build): move kotlin sourceDirs into compile/test-compile executions slhafzjw 2026-03-26 16:52:29 +08:00
  • 54320dbfde refactor(context): make block activation/rendering exposure-aware and use rendered projections in aggregation slhafzjw 2026-03-26 16:49:56 +08:00
  • 201addbc64 refactor(build): centralize surefire config in parent POM and default to running tests slhafzjw 2026-03-26 16:44:21 +08:00
  • 5219142b5c refactor(action): add ExecutingActionBlockManager to emit execution lifecycle ContextBlocks from action snapshots slhafzjw 2026-03-26 15:38:01 +08:00
  • 750bef0fd8 refactor(action): add snapshot models and snapshot builders for Action/StateAction slhafzjw 2026-03-26 15:18:46 +08:00
  • a9b925c614 refactor(context): aggregate resolved blocks by source snapshots and centralize elapsed-time activation refresh slhafzjw 2026-03-25 20:13:55 +08:00
  • 264a45c85f refactor(context): adjust fading factor of pending-action block slhafzjw 2026-03-24 22:55:58 +08:00
  • 155d06df45 refactor(context): add urgency attribute/label to BlockContent slhafzjw 2026-03-24 22:52:02 +08:00
  • 7879836b91 refactor(action): remove the explicit PendingAction control flow and assume the confirmation semantics through a short-term, fast-decaying ContextBlock belonging to the ACTION domain. slhafzjw 2026-03-24 22:28:42 +08:00
  • 82db27484c refactor(communication): adjust domains that involved in communication slhafzjw 2026-03-24 14:28:51 +08:00
  • d11a431614 refactor(action): remove the redundant fields in the prompt construction logic and data classes left in ActionEvaluator slhafzjw 2026-03-24 14:24:31 +08:00
  • 50b07488a6 refactor(action): adjust ActionPlanner and related submodules to adapt to current Agent Context acquisition slhafzjw 2026-03-24 11:49:29 +08:00
  • 313cea0d3b refactor(communication): register recent chat messages as context into ContextWorkspace slhafzjw 2026-03-24 11:28:40 +08:00
  • 4494d58ff9 refactor(context): add ResolvedContext as response of ContextWorkspace#resolve, integrated with Message encoding slhafzjw 2026-03-24 11:04:03 +08:00
  • d7179364a1 refactor(context): forces the context of the first domain hit to be fully expanded to adapt to the context focus needs within the module slhafzjw 2026-03-24 10:29:15 +08:00
  • b05ef8683d refactor(executor): remove legacy PhaserRecord and related methods in ActionCapability slhafzjw 2026-03-23 23:27:37 +08:00
  • 556b8a5348 refactor(executor): remove legacy ActionRepairer、DynamicActionGenerator and related data class slhafzjw 2026-03-23 23:19:16 +08:00
  • 027ebf860e refactor(executor): Reconstruct the execution process of ExecutableAction in ActionExecutor, remove ActionRepairer, and adjust the execution timing of ActionCorrector slhafzjw 2026-03-23 23:16:57 +08:00