|
|
a847f3bff8
|
refactor(rolling): separate dialog rolling with memory topic binding,
now support register after-rolling consumer independently
|
2026-04-14 11:14:37 +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 |
|
|
|
19f56d11f0
|
refactor(framework): add Result chain APIs and align runtime exception handling
|
2026-04-12 16:58:36 +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 |
|
|
|
e04b2c4fe8
|
refactor(memory): manage state serialization via StateCenter in MemoryRuntime
|
2026-04-08 14:55:37 +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 |
|
|
|
6fd12cd19f
|
fix(memory): restore normalizing logic in memory core, and fix errors in MemoryCoreTest
|
2026-04-07 15:02: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 |
|
|
|
8c04566243
|
chore(framework): reorganize Partner-Framework
|
2026-04-06 20:16:51 +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 |
|
|
|
cb09b86b23
|
refactor(memory): remove legacy dialogMap in MemoryRuntime and related modules
|
2026-03-29 18:54:23 +08:00 |
|
|
|
d4a5c5a0ed
|
fix(memory): trim persisted overlap from chat snapshot in MemoryUpdater
|
2026-03-29 18:49:44 +08:00 |
|
|
|
c7df35beb4
|
refactor(memory): correct memorySlice-topicPath binding behavior and adjust slice index into [startIndex,endIndex)
|
2026-03-29 18:11:02 +08:00 |
|
|
|
1c995923a1
|
refactor(context): support copy attributes on root tag into snapshot element
|
2026-03-29 17:28:41 +08:00 |
|
|
|
c5256cbc90
|
refactor(module): flatten package paths from module.modules.* to module.* and remove unused ModelConstant
|
2026-03-26 19:59:03 +08:00 |
|
|
|
54320dbfde
|
refactor(context): make block activation/rendering exposure-aware and use rendered projections in aggregation
|
2026-03-26 16:49:56 +08:00 |
|
|
|
027ebf860e
|
refactor(executor): Reconstruct the execution process of ExecutableAction in ActionExecutor, remove ActionRepairer, and adjust the execution timing of ActionCorrector
|
2026-03-23 23:16:57 +08:00 |
|
|
|
977d92881c
|
feat(cognition): add ContextWorkspace to manage context blocks
|
2026-03-22 21:39:25 +08:00 |
|
|
|
e85094670b
|
refactor(cognition): rename Cognation core/capability and package references to Cognition
|
2026-03-22 12:31:57 +08:00 |
|
|
|
ad65cd4c09
|
feat(runner): add and register DynamicAction related builtin MetaAction provider
|
2026-03-21 23:53:13 +08:00 |
|
|
|
5b9b9c3c09
|
refactor(runner): add builtin action provider interface
|
2026-03-19 10:39:06 +08:00 |
|
|
|
12368ded53
|
feat(runner): implement builtin command session actions with start/inspect/read/cancel/overview
|
2026-03-18 23:00:56 +08:00 |
|
|
|
d8b19ebcea
|
refactor(runner): refactor CommandExecutionService into single instance
|
2026-03-18 16:52:52 +08:00 |
|
|
|
6474eb8dc6
|
refactor(runner): allow object-typed params in BuiltinActionRegistry builtin actions
|
2026-03-17 22:51:00 +08:00 |
|
|
|
fd20af3e1c
|
test(exec): add test for CommandExecutionService
|
2026-03-17 14:59:48 +08:00 |
|
|
|
d30ff322a2
|
refactor(runner): remove unused static method definition in BuiltinActionRegistry
|
2026-03-17 14:32:29 +08:00 |
|
|
|
4da4e5f161
|
refactor(runner): rename method buildDefinitions in BuiltinActionRegistry
|
2026-03-17 13:56:25 +08:00 |
|
|
|
a6682a7719
|
feat(runner): implement BubbleWrap policy provider and related test
|
2026-03-17 12:11:54 +08:00 |
|
|
|
4c47cac3a5
|
fix(runner): repair MetaAction related logic in McpMetaRegistry and tests
|
2026-03-14 21:44:27 +08:00 |
|
|
|
8463eb9dae
|
refactor(runner): remove unused method listSystemDependencies
|
2026-03-12 16:07:06 +08:00 |
|
|
|
9794b39572
|
refactor(runner): adjust the directory organization of runner
|
2026-03-12 15:32:28 +08:00 |
|
|
|
0506149f5f
|
refactor(runner): separate logic of different domain in LocalRunnerClient into different class
|
2026-03-12 15:04:13 +08:00 |
|
|
|
6c8a1b2636
|
refactor(action): support built-in actions
|
2026-03-12 10:41:17 +08:00 |
|
|
|
3f6283d12a
|
refactor(perceive): expose last interaction tracking and refresh memory sessions
|
2026-03-10 22:57:59 +08:00 |
|
|
|
0903b8482b
|
test(CommunicationProducer): remove CommunicationProducerTest
|
2026-03-10 19:54:37 +08:00 |
|
|
|
5ad80d8b86
|
refactor(memory): decouple memory storage and runtime structures
|
2026-03-10 19:41:05 +08:00 |
|
|
|
1cd6ba11bb
|
refactor(CommunicationProducer): split context and supply message assembly
|
2026-03-10 14:31:13 +08:00 |
|
|
|
5db533f823
|
refactor(chat): use Message.Character enum for roles and remove unused prompt helpers
|
2026-03-09 22:12:35 +08:00 |
|
|
|
1b2ccaee9c
|
refactor(chat): replace custom client with OpenAI runtime and remove file-based module prompt loading logic, prompt will be provided by each module
|
2026-03-09 21:51:07 +08:00 |
|
|
|
ae1b7fc033
|
refactor(ActionScheduler): support receiving single data that implements Schedulable and Action in ActionScheduler
|
2026-03-07 15:30:25 +08:00 |
|
|
|
2baa3971a8
|
refactor(action): support executing any type of Actions with virtual thread in ActionExecutor, ActionScheduler will send actionData to executor directly
|
2026-03-07 15:05:51 +08:00 |
|
|
|
df25f488fa
|
refactor(action): remove ActionDispatcher and related empty directory
|
2026-03-06 15:06:32 +08:00 |
|
|
|
c6c8a83dad
|
chore(test): remove unused non-null test for ActionScheduler
|
2026-03-06 14:17:04 +08:00 |
|