|
|
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 |
|
|
|
3732555f02
|
refactor(framework): migrate startup chain exceptions to AgentException hierarchy
|
2026-04-10 22:39:59 +08:00 |
|
|
|
ec52d64e73
|
refactor(exception): register exception reporters on Agent launcher
|
2026-04-10 19:04:11 +08:00 |
|
|
|
7b963df991
|
refactor(exception): establish new exception system, and move the legacy into deprecated package
|
2026-04-10 18:41:13 +08:00 |
|
|
|
4876d621b2
|
将 .java 重命名为 .kt
|
2026-04-10 18:37:49 +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 |
|
|
|
291371f8da
|
chore: adjust reflect related util's location
|
2026-04-09 16:58:24 +08:00 |
|
|
|
3e5d6ebeb4
|
feat(runtime): support mask assigned modules; and remove legacy module record in agent context
|
2026-04-09 16:13:04 +08:00 |
|
|
|
56daaf0b60
|
refactor(agent): normalize Agent launch flow
|
2026-04-09 12:26:52 +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 |
|
|
|
9aa793df8e
|
feat(state): add StateCenter and related interface
|
2026-04-06 22:16:50 +08:00 |
|
|
|
8c04566243
|
chore(framework): reorganize Partner-Framework
|
2026-04-06 20:16:51 +08:00 |
|
|
|
b1ba86be57
|
chore(build): adjust pom.xml in Partner-Framework and fix test errors
|
2026-04-06 16:12:13 +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 |
|
|
|
6503ec32b4
|
chore(git): update gitignore
|
2026-04-04 17:54:25 +08:00 |
|
|
|
9771aa1de5
|
refactor(model): manage model registry by ConfigCenter
|
2026-04-04 17:53:54 +08:00 |
|
|
|
660bb01440
|
chore(config): add config doc to WebSocketConfig
|
2026-04-04 14:49:06 +08:00 |
|
|
|
188b5e8b53
|
refactor(config): support printing more information after init failed by ConfigDoc
|
2026-04-04 00:33:25 +08:00 |
|
|
|
db4dc6d040
|
refactor(gateway): init and load config from config center for WebSocketGateway
|
2026-04-03 23:07:40 +08:00 |
|
|
|
ef9d177adc
|
fix(config): correct duplicate config checking
|
2026-04-03 15:35:27 +08:00 |
|
|
|
5a41e02602
|
fixup! refactor(config): rename watching method and remove useless covariant
|
2026-04-02 22:59:09 +08:00 |
|