|
|
fd43466dd5
|
refactor(runner): remove useless builtin capability meta actions
|
2026-03-27 15:22:34 +08:00 |
|
|
|
7628d40645
|
refactor(communication): rename module directory
|
2026-03-27 15:19:36 +08:00 |
|
|
|
d806693e08
|
refactor(action): simplify ActionCorrectionRecognizer input and build messages with context/task block
|
2026-03-27 15:01:45 +08:00 |
|
|
|
dbfd0b1fc3
|
refactor(action): simplify corrector input and build messages with context/task block
|
2026-03-27 14:53:00 +08:00 |
|
|
|
f5b9f8fc58
|
refactor(action): simplify extractor input and switch params extraction to context/task block messages
|
2026-03-26 21:43:48 +08:00 |
|
|
|
7bbb7745f4
|
refactor(action): remove legacy additionalContext from Action state and snapshots
|
2026-03-26 21:22:59 +08:00 |
|
|
|
b65f5f37fb
|
refactor(context): rename encodeToContextMessage to encodeToMessage and update usages
|
2026-03-26 20:43:58 +08:00 |
|
|
|
fb9b3860af
|
refactor(common): extract shared XML Block base and reuse it in BlockContent and TaskBlock
|
2026-03-26 20:43:26 +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 |
|
|
|
1592c876c7
|
refactor(action): emit full execution lifecycle/correction blocks and carry correction reason in CorrectorResult
|
2026-03-26 17:32:40 +08:00 |
|
|
|
453a1cfe84
|
refactor(build): move kotlin sourceDirs into compile/test-compile executions
|
2026-03-26 16:52:29 +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 |
|
|
|
201addbc64
|
refactor(build): centralize surefire config in parent POM and default to running tests
|
2026-03-26 16:44:21 +08:00 |
|
|
|
5219142b5c
|
refactor(action): add ExecutingActionBlockManager to emit execution lifecycle ContextBlocks from action snapshots
|
2026-03-26 15:38:01 +08:00 |
|
|
|
750bef0fd8
|
refactor(action): add snapshot models and snapshot builders for Action/StateAction
|
2026-03-26 15:18:46 +08:00 |
|
|
|
a9b925c614
|
refactor(context): aggregate resolved blocks by source snapshots and centralize elapsed-time activation refresh
|
2026-03-25 20:13:55 +08:00 |
|
|
|
264a45c85f
|
refactor(context): adjust fading factor of pending-action block
|
2026-03-24 22:55:58 +08:00 |
|
|
|
155d06df45
|
refactor(context): add urgency attribute/label to BlockContent
|
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.
|
2026-03-24 22:28:42 +08:00 |
|
|
|
82db27484c
|
refactor(communication): adjust domains that involved in communication
|
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
|
2026-03-24 14:24:31 +08:00 |
|
|
|
50b07488a6
|
refactor(action): adjust ActionPlanner and related submodules to adapt to current Agent Context acquisition
|
2026-03-24 11:49:29 +08:00 |
|
|
|
313cea0d3b
|
refactor(communication): register recent chat messages as context into ContextWorkspace
|
2026-03-24 11:28:40 +08:00 |
|
|
|
4494d58ff9
|
refactor(context): add ResolvedContext as response of ContextWorkspace#resolve, integrated with Message encoding
|
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
|
2026-03-24 10:29:15 +08:00 |
|
|
|
b05ef8683d
|
refactor(executor): remove legacy PhaserRecord and related methods in ActionCapability
|
2026-03-23 23:27:37 +08:00 |
|
|
|
556b8a5348
|
refactor(executor): remove legacy ActionRepairer、DynamicActionGenerator and related data class
|
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
|
2026-03-23 23:16:57 +08:00 |
|
|
|
8cd12f7379
|
refactor(action): add resume/interrupt methods to ExecutableAction; add related definitions to support acquiring help from user
|
2026-03-23 17:24:19 +08:00 |
|
|
|
61d5270625
|
refactor(perceive): refactor into registering context via ContextWorkspace
|
2026-03-22 22:17:21 +08:00 |
|
|
|
93b0199c9e
|
refactor(communication): route messages through cognition workspace
|
2026-03-22 22:01:04 +08:00 |
|
|
|
977d92881c
|
feat(cognition): add ContextWorkspace to manage context blocks
|
2026-03-22 21:39:25 +08:00 |
|
|
|
6aa96c33ac
|
refactor(cognition): remove legacy user exception
|
2026-03-22 13:50:18 +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 |
|
|
|
ff46d97eed
|
feat(scheduler): add cancel method to ActionScheduler
|
2026-03-21 22:39:18 +08:00 |
|
|
|
1a83075031
|
refactor(runner): inline command action JSON responses and remove command response DTOs
|
2026-03-21 18:14:47 +08:00 |
|
|
|
809d38bd07
|
refactor(action): remove outdated TODO comments in ActionScheduler
|
2026-03-20 23:16:57 +08:00 |
|
|
|
f7d46c8ef1
|
refactor(action): remove legacy interventor module and move intervention entities into core action package
|
2026-03-20 23:09:58 +08:00 |
|
|
|
e1ee6589ef
|
feat(runner): add and register builtin intervention action provider with intervention meta actions
|
2026-03-20 23:04:32 +08:00 |
|
|
|
17108f3239
|
fix(runner): correct actions list provided in BuiltinCapabilityActionProvider
|
2026-03-20 15:02:13 +08:00 |
|
|
|
59a5e22f35
|
refactor(runner): extract createActionKey as an abstract method in BuiltinActionProvider
|
2026-03-20 15:01:22 +08:00 |
|
|
|
30373cbc02
|
feat(runner): register builtin capability action definitions in BuiltinActionRegistry
|
2026-03-19 23:20:06 +08:00 |
|
|
|
0e164115c0
|
feat(runner): add builtin capability action provider for memory slices, initiate turn, and interaction status
|
2026-03-19 23:18:32 +08:00 |
|
|
|
3cc6e8df99
|
refactor(perceive): return Instant in showLastInteract
|
2026-03-19 23:16:02 +08:00 |
|
|
|
ccb7041093
|
refactor(perceive): remove legacy user storage in perceive core
|
2026-03-19 23:14:20 +08:00 |
|
|
|
e0b20ce414
|
refactor(runner): adjust command action response shcema in BuiltinCommandActionProvider
|
2026-03-19 11:31:34 +08:00 |
|
|
|
1029624dc7
|
refactor(cogiaiateTurnnation): support assigning reply target in method
initiateTurn
|
2026-03-19 10:54:36 +08:00 |
|
|
|
5b9b9c3c09
|
refactor(runner): add builtin action provider interface
|
2026-03-19 10:39:06 +08:00 |
|
|
|
67d7fd34f8
|
feat(runner): register builtin command action definitions in BuiltinActionRegistry
|
2026-03-18 23:06:06 +08:00 |
|