737f9d122a
feat(trace): support trace input/output information on Running/Sub AgentModule
2026-04-13 22:27:11 +08:00
d30e58ff83
refactor(framework): centralize model exception reporting in ActivateModel and remove duplicated module-level handlers
2026-04-12 22:15:08 +08:00
93304878ad
refactor(memory): migrate slice/topic/date lookup to Result flow and unify MemoryLookupException reporting
2026-04-12 20:13:11 +08:00
e37a282141
fix(test): adapt ActionExecutor tests to Result-based extractor/corrector execution flow
2026-04-12 19:19:07 +08:00
04d6ad6d80
refactor(core): normalize memory unit after adding new slice before return
2026-04-12 19:08:35 +08:00
9755672750
refactor(action-core): wrap runner submit flow with Result.runCatching and centralize action error handling
2026-04-12 18:51:33 +08:00
c14e6f84e7
refactor(action-core): migrate action modules to Result return flow and unify exception reporting
2026-04-12 17:29:10 +08:00
19f56d11f0
refactor(framework): add Result chain APIs and align runtime exception handling
2026-04-12 16:58:36 +08:00
94d91d9746
feat(agent): support add custom configurable object in Agent launch flow
2026-04-11 21:07:50 +08:00
fac6e24e49
feat(exception): support report necessary exception info into context
2026-04-11 18:52:53 +08:00
2aae1b1f14
refactor(action-core): return Result for meta action lookups and adapt runtime callers
2026-04-11 18:30:24 +08:00
1b48e955bd
refactor(core): migrate deprecated exceptions to new hierarchy and align tests
2026-04-11 16:10:34 +08:00
b8cb2afbcf
refactor(framework): unify model invocation result and exception handling
2026-04-11 14:50:12 +08:00
7b963df991
refactor(exception): establish new exception system, and move the legacy into deprecated package
2026-04-10 18:41:13 +08:00
663d66fdea
chore: remove legacy exception handler and adjust runtime class location
2026-04-10 14:31:56 +08:00
d29dad4691
refactor(config): adjust declared config location
2026-04-09 17:28:23 +08:00
d6593c10f9
refactor(agent): support register registry shutdown hooks while agent launching
2026-04-09 12:19:20 +08:00
328befecca
refactor(action): add shutdown method to ActionCore to close runner client and thread pool
2026-04-09 12:00:32 +08:00
1e46149d0a
refactor(agent): remove legacy ConfigLoader and related factory; refactor agent launch flow
2026-04-09 10:35:13 +08:00
427d224f65
refactor(gateway): manage gateway implementions via related registry and interface
2026-04-08 22:24:07 +08:00
0528890d60
refactor(communication): remove channel assignment in ReplyDispatcher
2026-04-08 20:49:37 +08:00
f233c5ce32
fixup! refactor(runner): manage execution policy via ConfigCenter
2026-04-08 20:48:42 +08:00
91a595d073
chore: remove legacy utils and constant class
2026-04-08 17:36:03 +08:00
6d27e55a1e
refactor(runner): manage execution policy via ConfigCenter
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
2026-04-08 16:52:21 +08:00
e04b2c4fe8
refactor(memory): manage state serialization via StateCenter in MemoryRuntime
2026-04-08 14:55:37 +08:00
21a9d2114f
chore(core): remove legact PartnerCore
2026-04-07 23:27:31 +08:00
3640cc2108
feat(action): support continuing executable actions after state restored
2026-04-07 23:16:12 +08:00
a114044c23
refactor(action): manage state serialization via StateCenter in ActionCore
2026-04-07 22:01:46 +08:00
874488ea79
test(memory): test with new memory behavior
2026-04-07 17:23:14 +08:00
b80ff8400c
refactor(memory): compute memory slice in MemoryCore
2026-04-07 17:13:51 +08:00
6fd12cd19f
fix(memory): restore normalizing logic in memory core, and fix errors in MemoryCoreTest
2026-04-07 15:02:55 +08:00
2cbaccedba
refactor(cognition): manage state serialization via StateCenter in CognitionCore
2026-04-07 14:44:47 +08:00
006e7c61e5
refactor(context): remove legacy attribute coreResponse in PartnerRunningFlowContext
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
2026-04-07 12:27:36 +08:00
eab8eec46e
chore(memory): add refactor todo in MemoryUpdater
2026-04-07 10:23:55 +08:00
a242723727
refactor(memory): manage state serialization via StateCenter in MemoryCore, and normalize slice and unit building
2026-04-07 10:21:17 +08:00
57bc63c57b
refactor(perceive): manage state serialization via StateCenter in PerceiveCore
2026-04-07 10:05:35 +08:00
8c04566243
chore(framework): reorganize Partner-Framework
2026-04-06 20:16:51 +08:00
f79a0521b2
refactor(vector): refactor VectorClient configuration loading method
2026-04-06 15:52:30 +08:00
332792daa2
refactor(action): make LocalRunnerClient as default runner client
2026-04-05 23:23:02 +08:00
3b236286b9
refactor(action): remove problematic action tendency cache
2026-04-05 22:32:52 +08:00
50db3fa7b2
refactor(config): adjust method init and onReload to support polymorphic config loading
2026-04-04 23:34:00 +08:00
660bb01440
chore(config): add config doc to WebSocketConfig
2026-04-04 14:49:06 +08:00
db4dc6d040
refactor(gateway): init and load config from config center for WebSocketGateway
2026-04-03 23:07:40 +08:00
b9fd9bcaac
refactor(mcp): switch desc.json loading to fastjson2 to avoid desc.json loading error
2026-04-01 22:57:17 +08:00
4ae65b885e
refactor(watch): support configurable directory watch depth
2026-04-01 22:15:00 +08:00
4f200cadfc
refactor(model): move model APIs from chat to agent.model
2026-03-31 21:13:57 +08:00
e4df68ea5d
refactor(chat): extract model activation into provider registry
...
- move ActivateModel and StreamChatMessageConsumer into api.chat
- replace direct OpenAI runtime construction with ModelRuntimeRegistry
- add provider config, runtime override and OpenAI-compatible provider forking
- rename OpenAiChatRuntime to OpenAiCompatibleProvider and update imports
2026-03-31 18:37:41 +08:00
81aa4b7933
feat(chat): support streaming reply in agent turn
2026-03-31 14:44:58 +08:00