Commit Graph

285 Commits

Author SHA1 Message Date
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
12368ded53 feat(runner): implement builtin command session actions with start/inspect/read/cancel/overview 2026-03-18 23:00:56 +08:00
7d9ec976e3 feat(runner): implement builtin command execute MetaAction definition 2026-03-18 17:15:47 +08:00
d8b19ebcea refactor(runner): refactor CommandExecutionService into single instance 2026-03-18 16:52:52 +08:00
7f4b82204a refactor(runner): change stdout/stderr reading thread into virtual thread in CommandExecutionService 2026-03-18 16:18:10 +08:00
664bd5a0fb refactor(runner): add typed param helper methods in BuiltinActionRegistry 2026-03-17 22:54:55 +08:00
6474eb8dc6 refactor(runner): allow object-typed params in BuiltinActionRegistry builtin actions 2026-03-17 22:51:00 +08:00
4439e5c04b feat(runner): add BuiltinCommandActionManager and command action data models scaffold 2026-03-17 22:24:23 +08:00
ef2eb909b7 refactor(runner): use string-only params and return type for BuiltinActionRegistry builtin actions 2026-03-17 22:12:22 +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
cb63bbf570 feat(runner): add builtinAction defining method to BuiltinActionRegistry 2026-03-17 14:08:50 +08:00
4da4e5f161 refactor(runner): rename method buildDefinitions in BuiltinActionRegistry 2026-03-17 13:56:25 +08:00
5a717dbdda refactor(runner): load different policy provider according to os, now support bwrap sandbox in linux only 2026-03-17 12:21:31 +08:00
a6682a7719 feat(runner): implement BubbleWrap policy provider and related test 2026-03-17 12:11:54 +08:00
1465d7687b refactor(runner): add policy listener registering function and support registering McpConfigWatcher after starting 2026-03-17 10:35:35 +08:00
d31cac70a6 refactor(runner): apply execution policy wrapping in MCP transport and reload on policy changes 2026-03-16 22:45:49 +08:00