Commit Graph

  • 8cd12f7379 refactor(action): add resume/interrupt methods to ExecutableAction; add related definitions to support acquiring help from user slhafzjw 2026-03-23 17:24:19 +08:00
  • 617daea17c refactor(context): remove legacy ContextBlock slhafzjw 2026-03-22 22:18:32 +08:00
  • 61d5270625 refactor(perceive): refactor into registering context via ContextWorkspace slhafzjw 2026-03-22 22:17:21 +08:00
  • 93b0199c9e refactor(communication): route messages through cognition workspace slhafzjw 2026-03-22 22:01:04 +08:00
  • 977d92881c feat(cognition): add ContextWorkspace to manage context blocks slhafzjw 2026-03-22 21:39:25 +08:00
  • 6aa96c33ac refactor(cognition): remove legacy user exception slhafzjw 2026-03-22 13:50:18 +08:00
  • e85094670b refactor(cognition): rename Cognation core/capability and package references to Cognition slhafzjw 2026-03-22 12:31:57 +08:00
  • 21ea6a25c8 refactor(chat): remove legacy MetaMessage POJO slhafzjw 2026-03-22 11:02:37 +08:00
  • ad65cd4c09 feat(runner): add and register DynamicAction related builtin MetaAction provider slhafzjw 2026-03-21 23:53:13 +08:00
  • ff46d97eed feat(scheduler): add cancel method to ActionScheduler slhafzjw 2026-03-21 22:39:18 +08:00
  • 1a83075031 refactor(runner): inline command action JSON responses and remove command response DTOs slhafzjw 2026-03-21 18:14:47 +08:00
  • 809d38bd07 refactor(action): remove outdated TODO comments in ActionScheduler slhafzjw 2026-03-20 23:16:57 +08:00
  • f7d46c8ef1 refactor(action): remove legacy interventor module and move intervention entities into core action package slhafzjw 2026-03-20 23:09:58 +08:00
  • e1ee6589ef feat(runner): add and register builtin intervention action provider with intervention meta actions slhafzjw 2026-03-20 23:04:32 +08:00
  • 17108f3239 fix(runner): correct actions list provided in BuiltinCapabilityActionProvider slhafzjw 2026-03-20 15:02:13 +08:00
  • 59a5e22f35 refactor(runner): extract createActionKey as an abstract method in BuiltinActionProvider slhafzjw 2026-03-20 15:01:22 +08:00
  • 30373cbc02 feat(runner): register builtin capability action definitions in BuiltinActionRegistry slhafzjw 2026-03-19 23:20:06 +08:00
  • 0e164115c0 feat(runner): add builtin capability action provider for memory slices, initiate turn, and interaction status slhafzjw 2026-03-19 23:18:32 +08:00
  • 3cc6e8df99 refactor(perceive): return Instant in showLastInteract slhafzjw 2026-03-19 23:16:02 +08:00
  • ccb7041093 refactor(perceive): remove legacy user storage in perceive core slhafzjw 2026-03-19 23:14:20 +08:00
  • e0b20ce414 refactor(runner): adjust command action response shcema in BuiltinCommandActionProvider slhafzjw 2026-03-19 11:31:34 +08:00
  • 1029624dc7 refactor(cogiaiateTurnnation): support assigning reply target in method initiateTurn slhafzjw 2026-03-19 10:54:36 +08:00
  • 5b9b9c3c09 refactor(runner): add builtin action provider interface slhafzjw 2026-03-19 10:39:06 +08:00
  • 67d7fd34f8 feat(runner): register builtin command action definitions in BuiltinActionRegistry slhafzjw 2026-03-18 23:06:06 +08:00
  • 12368ded53 feat(runner): implement builtin command session actions with start/inspect/read/cancel/overview slhafzjw 2026-03-18 23:00:56 +08:00
  • 7d9ec976e3 feat(runner): implement builtin command execute MetaAction definition slhafzjw 2026-03-18 17:15:47 +08:00
  • d8b19ebcea refactor(runner): refactor CommandExecutionService into single instance slhafzjw 2026-03-18 16:52:52 +08:00
  • 7f4b82204a refactor(runner): change stdout/stderr reading thread into virtual thread in CommandExecutionService slhafzjw 2026-03-18 16:18:10 +08:00
  • 664bd5a0fb refactor(runner): add typed param helper methods in BuiltinActionRegistry slhafzjw 2026-03-17 22:54:55 +08:00
  • 6474eb8dc6 refactor(runner): allow object-typed params in BuiltinActionRegistry builtin actions slhafzjw 2026-03-17 22:51:00 +08:00
  • 4439e5c04b feat(runner): add BuiltinCommandActionManager and command action data models scaffold slhafzjw 2026-03-17 22:24:23 +08:00
  • ef2eb909b7 refactor(runner): use string-only params and return type for BuiltinActionRegistry builtin actions slhafzjw 2026-03-17 22:12:22 +08:00
  • fd20af3e1c test(exec): add test for CommandExecutionService slhafzjw 2026-03-17 14:59:48 +08:00
  • d30ff322a2 refactor(runner): remove unused static method definition in BuiltinActionRegistry slhafzjw 2026-03-17 14:32:29 +08:00
  • cb63bbf570 feat(runner): add builtinAction defining method to BuiltinActionRegistry slhafzjw 2026-03-17 14:08:50 +08:00
  • 4da4e5f161 refactor(runner): rename method buildDefinitions in BuiltinActionRegistry slhafzjw 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 slhafzjw 2026-03-17 12:21:31 +08:00
  • a6682a7719 feat(runner): implement BubbleWrap policy provider and related test slhafzjw 2026-03-17 12:11:54 +08:00
  • 1465d7687b refactor(runner): add policy listener registering function and support registering McpConfigWatcher after starting slhafzjw 2026-03-17 10:35:35 +08:00
  • d31cac70a6 refactor(runner): apply execution policy wrapping in MCP transport and reload on policy changes slhafzjw 2026-03-16 22:45:49 +08:00
  • 108cf9b071 refactor(runner): rename method buildFileExecutionCommands in CommandExecutionService slhafzjw 2026-03-16 16:52:04 +08:00
  • c4b8c2a858 refactor(runner): rename exec vararg parameter to commands for clarity slhafzjw 2026-03-15 22:41:46 +08:00
  • d55b849747 refactor(runner): apply execution policy wrapping before command execution in OriginExecutionService slhafzjw 2026-03-15 22:41:19 +08:00
  • a9993299a5 refactor(runner): add exec(List<String>) overload in CommandExecutionService slhafzjw 2026-03-15 22:41:11 +08:00
  • 4c47cac3a5 fix(runner): repair MetaAction related logic in McpMetaRegistry and tests slhafzjw 2026-03-14 21:44:27 +08:00
  • cba9ff4f0b refactor(action): pass launcher through meta action flow instead of inferring command by file extension slhafzjw 2026-03-14 21:27:38 +08:00
  • 603b0835c5 将 .java 重命名为 .kt slhafzjw 2026-03-14 21:27:38 +08:00
  • fc0d4ef03b refactor(runner): remove legacy abstract for command execution slhafzjw 2026-03-13 15:22:14 +08:00
  • 97bb897407 feat(runner): add execution policy abstract for local running slhafzjw 2026-03-13 14:45:50 +08:00
  • 8463eb9dae refactor(runner): remove unused method listSystemDependencies slhafzjw 2026-03-12 16:07:06 +08:00
  • 9794b39572 refactor(runner): adjust the directory organization of runner slhafzjw 2026-03-12 15:32:28 +08:00
  • 0506149f5f refactor(runner): separate logic of different domain in LocalRunnerClient into different class slhafzjw 2026-03-12 15:04:13 +08:00
  • 9325b84d14 refactor(ActionExecutor): remove unused ActionScheduler in executor slhafzjw 2026-03-12 11:59:26 +08:00
  • 6c8a1b2636 refactor(action): support built-in actions slhafzjw 2026-03-12 10:41:17 +08:00
  • 3c550af33d refactor(perceive): omit user lookup when building evaluator input slhafzjw 2026-03-11 14:41:43 +08:00
  • 229c7a0edb refactor(memory): remove redundant activated slice helpers slhafzjw 2026-03-11 13:37:18 +08:00
  • a067e058fb refactor(memory): remove module context and recall tracking slhafzjw 2026-03-10 23:09:32 +08:00
  • cdfae8ab1a refactor(memory): remove postprocess executor and simplify memory updater trigger slhafzjw 2026-03-10 23:07:58 +08:00
  • c1998f61b6 refactor(perceive): drop legacy perceive updater modules and remove PreProcessExecutor slhafzjw 2026-03-10 22:59:29 +08:00
  • 3f6283d12a refactor(perceive): expose last interaction tracking and refresh memory sessions slhafzjw 2026-03-10 22:57:59 +08:00
  • 3d1c258944 refactor(memory): drop message cleanup before summarizing slhafzjw 2026-03-10 21:15:35 +08:00
  • 36dfd65046 refactor(CommunicationProducer): drop timestamp from user message slhafzjw 2026-03-10 21:13:12 +08:00
  • ee1a033c1b refactor(memory): centralize memory recording and retrieval logic slhafzjw 2026-03-10 20:42:46 +08:00
  • 027e8bddc0 refactor(memory): move memory id refresh into runtime init slhafzjw 2026-03-10 20:17:34 +08:00
  • 0903b8482b test(CommunicationProducer): remove CommunicationProducerTest slhafzjw 2026-03-10 19:54:37 +08:00
  • f51401e2f2 refactor(CommunicationProducer): snapshot chat history when assembling conversation slhafzjw 2026-03-10 19:53:20 +08:00
  • 5ad80d8b86 refactor(memory): decouple memory storage and runtime structures slhafzjw 2026-03-10 19:41:05 +08:00
  • 760ba8300b refactor(module): remove legacy prompt scaffolding slhafzjw 2026-03-10 17:15:50 +08:00
  • 0f3d4659ae chore(project): remove legacy module Partner-Test-Demo slhafzjw 2026-03-10 15:04:16 +08:00
  • 331d415925 refactor(CommunicationProducer): update datetime pattern and source in communicating slhafzjw 2026-03-10 15:01:07 +08:00
  • f5f64971f3 refactor(ContextBlock): return dom nodes directly slhafzjw 2026-03-10 14:48:14 +08:00
  • 1cd6ba11bb refactor(CommunicationProducer): split context and supply message assembly slhafzjw 2026-03-10 14:31:13 +08:00
  • 5db533f823 refactor(chat): use Message.Character enum for roles and remove unused prompt helpers slhafzjw 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 slhafzjw 2026-03-09 21:51:07 +08:00
  • 8dc7ed080b chore(build): import OpenAI dependency slhafzjw 2026-03-09 16:20:10 +08:00
  • 3348557352 refactor(Action): backfill ExecutableAction result on success/failure and add immediate-action completion watcher self-talk slhafzjw 2026-03-08 15:42:25 +08:00
  • 4bb83f86a8 refactor(ActionPlanner): switch pending confirmation flow to PendingActionRecord with decision parsing and reminder/expire lifecycle scheduling slhafzjw 2026-03-08 14:40:53 +08:00
  • b256af0f58 refactor(Action): remove @JvmOverloads from SchedulableExecutableAction constructor slhafzjw 2026-03-08 13:32:08 +08:00
  • ec429db4da refactor(Core): normalize preprocess user resolution from source/additional info, add Kotlin-safe AgentConfigLoader getters, and update async summary writes by index slhafzjw 2026-03-08 13:31:53 +08:00
  • 145aeed600 refactor(Module): remove unused meta component POJOs from agent factory slhafzjw 2026-03-08 13:31:02 +08:00
  • 5e8ef6d66f refactor(build): add kotlin-maven-plugin setup to Partner-Core and Partner-Framework poms slhafzjw 2026-03-08 13:30:39 +08:00
  • 65690c65f8 refactor(MemoryUpdater): move auto-update to ActionScheduler cron and use Cognation snapshot/drain APIs for thread-safe memory refresh slhafzjw 2026-03-08 13:11:20 +08:00
  • 7df0f208b5 refactor(Module): rename PostRunningAbstractAgentModuleAbstract to PostRunningAgentModule and update updater inheritance slhafzjw 2026-03-08 12:04:29 +08:00
  • 4484d4a06b refactor(Context): remove finished state from flow/module context and drop MemoryUpdater finish guard slhafzjw 2026-03-08 11:47:44 +08:00
  • 25ddc6f181 refactor(ActionExecutor): enforce action timeout with cancellation and move timeout defaults into Action base model slhafzjw 2026-03-07 20:15:41 +08:00
  • d905c4ace1 refactor(Action): add @JvmOverloads constructors to SchedulableExecutableAction and StateAction slhafzjw 2026-03-07 18:52:36 +08:00
  • c3c4c88c9a refactor(ActionScheduler): add timeout attribute to Schedulable, and support reschedule Schedulable content when it's fished in ActionScheduler slhafzjw 2026-03-07 17:05:07 +08:00
  • ae1b7fc033 refactor(ActionScheduler): support receiving single data that implements Schedulable and Action in ActionScheduler slhafzjw 2026-03-07 15:30:25 +08:00
  • d9e384960f refactor(action): remove ActionExecutorInput slhafzjw 2026-03-07 15:15:08 +08:00
  • 2baa3971a8 refactor(action): support executing any type of Actions with virtual thread in ActionExecutor, ActionScheduler will send actionData to executor directly slhafzjw 2026-03-07 15:05:51 +08:00
  • 4ee7a52f42 refactor(Action): make attribute status available for all implementations of Action, StateAction needs to present its trigger status also slhafzjw 2026-03-07 14:29:11 +08:00
  • 28400545a7 chore(ActionExecutor): remove unused Void return value slhafzjw 2026-03-07 14:20:07 +08:00
  • 1ce2038ab8 fix(Communication): fix Message appending logic and add refactor todo slhafzjw 2026-03-07 14:01:33 +08:00
  • 0b63ec8523 fix(MemoryUpdater): fix message cleaning logic, and add refactor todo in updater slhafzjw 2026-03-07 13:53:34 +08:00
  • 28a1bf8d1f refactor(chat): migrate Message from Java POJO to Kotlin data class slhafzjw 2026-03-06 21:04:58 +08:00
  • 77059f84c4 将 .java 重命名为 .kt slhafzjw 2026-03-06 21:04:58 +08:00
  • d3eb5e8ee3 refactor(config): migrate ModelConfig from Java POJO to Kotlin data class slhafzjw 2026-03-06 17:01:03 +08:00
  • 01cfc04dc7 将 .java 重命名为 .kt slhafzjw 2026-03-06 17:01:03 +08:00
  • 6919fe656e refactor(module): rename CoreModel into CommunicationProducer slhafzjw 2026-03-06 15:21:36 +08:00
  • df25f488fa refactor(action): remove ActionDispatcher and related empty directory slhafzjw 2026-03-06 15:06:32 +08:00