Commit Graph

  • 036fd9e051 refactor(ActionPlanner): support schedule or execute actions(or confirmed actions) immediately slhafzjw 2026-03-06 14:58:13 +08:00
  • 383a49b855 refactor(ActionExecutor): refactor into Standalone module slhafzjw 2026-03-06 14:49:01 +08:00
  • 7e88b8b926 chore(action): add refactor todos in ActionScheduler slhafzjw 2026-03-06 14:28:52 +08:00
  • c6c8a83dad chore(test): remove unused non-null test for ActionScheduler slhafzjw 2026-03-06 14:17:04 +08:00
  • 6635d7aca2 refactor(Action): add attribute enabled status into Action, and update related collectToTrigger logic in ActionScheduler slhafzjw 2026-03-06 14:15:51 +08:00
  • facc49a799 refactor(ActionScheduler): rename entry method into schedule slhafzjw 2026-03-06 14:04:15 +08:00
  • 3c6076ee0a chore(idea): update misc.xml slhafzjw 2026-03-06 12:49:02 +08:00
  • 40bd2deeba feat(cognation): add initiateTurn to execute input via AgentRuntime.submit slhafzjw 2026-03-05 16:49:17 +08:00
  • 839f19f15b refactor(context): add PartnerRunningFlowContext factories for user/self source and update adapter creation slhafzjw 2026-03-04 20:02:56 +08:00
  • da1abbdc88 fix(AgentRuntime): repair exception handling logic in method executeTurn slhafzjw 2026-03-04 17:23:14 +08:00
  • e6a071fc93 refactor(context): migrate running flow context to source/status/info model, and update related modules slhafzjw 2026-03-04 17:21:34 +08:00
  • 56688785ba 将 .java 重命名为 .kt slhafzjw 2026-03-04 17:21:34 +08:00
  • 8a9892f039 chore(core): add TODO to use RunningFlowContext for message timestamp in CoreModel slhafzjw 2026-03-04 13:52:19 +08:00
  • 06f5ae9aac refactor(core): remove global running flow context map and exception context reference slhafzjw 2026-03-04 13:11:42 +08:00
  • f8d90fbcee refactor(framework): make AgentRuntime.submit blocking and remove runBlocking from AgentInteractionAdapter slhafzjw 2026-03-03 21:23:52 +08:00
  • b02f29b1b1 refactor(framework): extract interaction execution into AgentRuntime and delegate from AgentInteractionAdapter slhafzjw 2026-03-03 21:14:10 +08:00
  • f1848fece4 refactor(framework): cache running modules in AgentInteractionAdapter and add refresh method slhafzjw 2026-03-03 20:29:23 +08:00
  • 85cc5cace8 chore(framework): add message queue todo in AgentGateway slhafzjw 2026-03-03 11:48:59 +08:00
  • d462f02960 refactor(framework): mv interaction in-out flow into AgentInteractionAdapter slhafzjw 2026-03-03 11:48:08 +08:00
  • 5ae8b713d7 refactor(framework): correct InteractionAdapter, support loading latest modules while running slhafzjw 2026-03-03 11:26:36 +08:00
  • cf25fce09e refactor(framework): remove coordinated capability mechanism and related manager/annotations slhafzjw 2026-03-02 20:34:30 +08:00
  • 868b17b56b refactor(core): use chat message user IDs for single-user check in MemorySelector slhafzjw 2026-03-02 20:34:16 +08:00
  • fe8031d9ac fix(core): remove CoordinatedManager log tag from memory insert logs slhafzjw 2026-03-02 20:31:22 +08:00
  • 5847b38f2b refactor(framework): remove obsolete lifecycle TODO comment in AgentModule slhafzjw 2026-03-01 21:35:30 +08:00
  • 6920bc6130 refactor(core): remove redundant @NotNull type-use annotation from async resource spec builder slhafzjw 2026-03-01 21:34:56 +08:00
  • fa9512db3b refactor(framework): migrate AgentInteractionAdapter flow execution to Kotlin coroutines and remove AgentRunningFlow slhafzjw 2026-03-01 21:33:31 +08:00
  • 51d51937ed 将 .java 重命名为 .kt slhafzjw 2026-03-01 21:33:31 +08:00
  • 23026d6dc8 refactor(framework): move RunningFlowContext from flow.entity to flow package slhafzjw 2026-03-01 21:31:04 +08:00
  • 661dd625e3 chore(maven): move coroutines dependencies into Partner-Framework slhafzjw 2026-03-01 20:48:41 +08:00
  • 33fdc61eff refactor(framework): remove module enabled-status loading and persistence from config loaders slhafzjw 2026-02-28 21:19:58 +08:00
  • 0870d7bc0e fix(framework): fail module registration on duplicate moduleName in AgentContext slhafzjw 2026-02-28 21:05:12 +08:00
  • baf0b05e60 doc(framework): add KDoc for factory responsibilities and agent registration lifecycle slhafzjw 2026-02-28 20:44:40 +08:00
  • 51efb55259 refactor(framework): rename ComponentInitHookExecuteFactory to ComponentInitHookExecutorFactory slhafzjw 2026-02-28 20:38:29 +08:00
  • d5095359db refactor(framework): validate and collect @Shutdown hooks during agent registration slhafzjw 2026-02-28 20:38:09 +08:00
  • 1abfc729f8 fix(framework): reject @Init methods with parameters during component validation slhafzjw 2026-02-28 20:25:33 +08:00
  • 528e88f613 refactor(framework): scope shutdown-only Instances and computeInstances helpers inside installShutdownHook slhafzjw 2026-02-27 00:34:07 +08:00
  • 333d087979 refactor(framework): register and execute ordered @Shutdown hooks in AgentContext via JVM shutdown hook slhafzjw 2026-02-27 00:28:14 +08:00
  • a863b43563 refactor(framework): register capability core instances per capability and store cores in AgentContext slhafzjw 2026-02-26 22:27:43 +08:00
  • dde01a6253 fix(framework): reject additional components missing @AgentComponent annotation slhafzjw 2026-02-26 22:18:36 +08:00
  • fa50f4aeb7 refactor(framework): store AgentContext additional components by type and update init/injection target collection slhafzjw 2026-02-26 22:17:41 +08:00
  • b87ede0e8b refactor(framework): add @Shutdown annotation to AgentContext for ordered shutdown hook execution slhafzjw 2026-02-26 22:08:33 +08:00
  • 010860de8d refactor(framework): migrate AgentRegisterFactory to Kotlin object and preserve agent registration flow slhafzjw 2026-02-23 23:34:54 +08:00
  • 379cabe042 refactor(framework): replace ModuleInitHookExecuteFactory with Kotlin ComponentInitHookExecuteFactory and drive @Init execution from validated component context slhafzjw 2026-02-23 23:14:45 +08:00
  • 1b164cedf1 refactor(framework): migrate capability injection to Kotlin CapabilityInjectorFactory and inject capability instances directly into components slhafzjw 2026-02-23 22:59:47 +08:00
  • 7ee698768c refactor(framework): simplify AgentContext capability storage to a single implementation per capability slhafzjw 2026-02-23 22:59:20 +08:00
  • 2e29e5ca7f refactor(framework): migrate CapabilityRegisterFactory to Kotlin and rebuild capability registration from validated context slhafzjw 2026-02-23 22:32:32 +08:00
  • e0a62053b5 refactor(framework): migrate AgentRegisterContext to Kotlin and store validated capability scan results in context slhafzjw 2026-02-23 22:12:56 +08:00
  • f13e45327d refactor(framework): remove legacy CapabilityFactoryContext and ModuleFactoryContext from registration flow slhafzjw 2026-02-23 21:58:25 +08:00
  • f56ff7d719 refactor(framework): rework AgentContext capability storage to group implementations by capability and include method metadata slhafzjw 2026-02-23 21:53:37 +08:00
  • fd9b376afa refactor(framework): replace CapabilityCheckFactory with Kotlin CapabilityAnnotationValidatorFactory and update capability validation flow slhafzjw 2026-02-23 21:41:38 +08:00
  • 542de84640 refactor(framework): add ComponentInjectorFactory for module/additional component injection before capability registration slhafzjw 2026-02-23 21:16:04 +08:00
  • 907bb626f2 chore(gitignore): update gitignore slhafzjw 2026-02-22 14:15:17 +08:00
  • 2cdeaa1c30 refactor(framework): make AgentContext capabilities non-null and infer capability type on registration slhafzjw 2026-02-21 22:38:56 +08:00
  • 833fe4deb3 refactor(framework): add component annotation validation before component registration slhafzjw 2026-02-21 19:27:17 +08:00
  • 3c26e77b76 refactor(framework): rename AgentComponentRegisterFactory to ComponentRegisterFactory slhafzjw 2026-02-21 19:19:04 +08:00
  • 2825f7f1de refactor(framework): replace legacy module check/register/proxy flow with unified AgentComponentRegisterFactory slhafzjw 2026-02-21 18:56:40 +08:00
  • 86b7e5c492 refactor(framework): rename agent.factory.module to agent.factory.component and update related imports slhafzjw 2026-02-21 17:57:29 +08:00
  • b1e4d3c2e4 fixup! refactor(framework): rename AgentConfigManager to AgentConfigLoader and update agent/core wiring slhafzjw 2026-02-21 17:46:16 +08:00
  • 997616e45f refactor(framework): migrate ConfigLoaderFactory to Kotlin and simplify loader metadata registration slhafzjw 2026-02-21 17:42:05 +08:00
  • 6733984843 将 .java 重命名为 .kt slhafzjw 2026-02-21 17:42:05 +08:00
  • 0f2052c507 refactor(framework): migrate AgentBaseFactory from Java to Kotlin and update execute signature slhafzjw 2026-02-21 17:22:38 +08:00
  • 23bfb8bac1 将 .java 重命名为 .kt slhafzjw 2026-02-21 17:22:38 +08:00
  • 15c11ac500 refactor(framework): type AgentContext metadata entries and add JSON-backed metadata registration slhafzjw 2026-02-21 17:10:46 +08:00
  • deffc91dd1 refactor(framework): remove obsolete Java AgentContext class slhafzjw 2026-02-21 16:55:31 +08:00
  • b2d44668da refactor(framework): rename AgentConfigManager to AgentConfigLoader and update agent/core wiring slhafzjw 2026-02-21 16:51:59 +08:00
  • f8399d2280 refactor(framework): add additional component storage and guarded registration in AgentContext slhafzjw 2026-02-21 16:28:20 +08:00
  • 2870e79f79 refactor(framework): remove obsolete agent proxy and register test stubs slhafzjw 2026-02-21 16:19:57 +08:00
  • 3c9ace8e56 refactor(framework): rename CapabilityHolder to AgentComponent across factory and module hooks slhafzjw 2026-02-21 16:19:00 +08:00
  • e510725e71 refactor(framework): remove legacy running/sub module base classes and module annotations slhafzjw 2026-02-21 16:14:46 +08:00
  • f963cae4ed refactor(framework): rename Context.kt to AgentContext.kt slhafzjw 2026-02-21 16:06:11 +08:00
  • 45c4e8169a refactor(framework): add mutable metadata map to Context slhafzjw 2026-02-21 15:43:19 +08:00
  • 6bf4d95b05 refactor(framework): encapsulate AgentContext maps and require modelInfo in module contexts slhafzjw 2026-02-20 21:31:20 +08:00
  • 00ef090d2f refactor(framework): generalize AgentContext and ModuleContextData generics with wildcard bounds slhafzjw 2026-02-20 20:55:56 +08:00
  • e62cddfe44 refactor(framework): add enabled flag to ModuleContextData.Running slhafzjw 2026-02-20 19:00:49 +08:00
  • 115a8d5446 refactor(framework): redesign AgentContext to store typed module contexts and runtime metadata slhafzjw 2026-02-20 18:57:36 +08:00
  • ef5d5802a7 refactor(framework): make Standalone extend AbstractAgentModule slhafzjw 2026-02-20 17:46:33 +08:00
  • 87c34cc699 refactor(modules): convert ActionScheduler to Standalone and simplify async execute signature slhafzjw 2026-02-20 17:29:26 +08:00
  • bbace28d7a refactor(project): normalize formatting and reorder class members across modules slhafzjw 2026-02-20 17:22:54 +08:00
  • c47d2b2285 refactor(modules): refactor modules base class into AbstractAgentModule and remove unused @slf4j annotation slhafzjw 2026-02-20 17:17:49 +08:00
  • 38c618a222 chore(gitignore): update gitignore slhafzjw 2026-02-20 16:30:22 +08:00
  • e00441faa8 refactor(framework): make AbstractAgentModule sealed with class-based module contracts and streamline ActivateModel model access slhafzjw 2026-02-20 16:12:35 +08:00
  • c3b0a9dd25 refactor(framework): make ActivateModel companion configManager private slhafzjw 2026-02-20 15:39:52 +08:00
  • 6b7c9db5b1 refactor(framework): add order() to AbstractAgentModule.Running contract slhafzjw 2026-02-20 15:30:55 +08:00
  • e2ef92ce43 refactor(framework): use moduleName as modelKey for AbstractAgentModule instances in ActivateModel slhafzjw 2026-02-20 15:29:38 +08:00
  • 051b6450e7 refactor(framework): mark AbstractAgentModule as capability holder and consolidate module contracts within abstracts slhafzjw 2026-02-20 15:24:35 +08:00
  • 2a3d33a61e refactor(framework): correct comments for ActivateModel slhafzjw 2026-02-20 15:02:33 +08:00
  • e57c03e213 refactor(framework): migrate module abstracts/ActivateModel to Kotlin and introduce shared model/context structures slhafzjw 2026-02-20 15:00:14 +08:00
  • 14e6d71ac9 将 .java 重命名为 .kt slhafzjw 2026-02-20 15:00:14 +08:00
  • dc9f9417bc refactor(framework): remove @BeforeExecute/@AfterExecute hook proxy logic and use direct module instantiation slhafzjw 2026-02-19 22:53:49 +08:00
  • 5051c2f662 refactor(framework): use existing model instance in init hook ActivateModel#modelSettings slhafzjw 2026-02-19 21:46:37 +08:00
  • c30ec35f85 refactor(framework): rename @AgentModule to @AgentRunningModule slhafzjw 2026-02-19 21:39:59 +08:00
  • c7f113b59a refactor(framework): rename AgentRunningModule/SubModule to AbstractAgent* and migrate module inheritance usage slhafzjw 2026-02-19 15:04:30 +08:00
  • 8735660830 refactor(framework): remove log hook surrounded with method execute in AgentRunningSubModule slhafzjw 2026-02-19 14:37:21 +08:00
  • 18b2bb8812 refactor(framework): reorganize Module abstracts location slhafzjw 2026-02-19 14:09:51 +08:00
  • 7fccea5b91 chore(agent): add todo for PartnerOutputData slhafzjw 2026-02-19 14:07:39 +08:00
  • a9bf7ca1c2 refactor(framework): correct exception names in Partner-Framework slhafzjw 2026-02-19 14:01:26 +08:00
  • 1685d148c4 chore(gitignore): update gitignore slhafzjw 2026-02-19 14:00:35 +08:00
  • 73ab40416d refactor(Project): rename Partner-Api/Partner-Main modules to Partner-Framework/Partner-Core and update Maven dependencies slhafzjw 2026-02-19 10:39:21 +08:00
  • 1244d59fa4 chore(ActionScheduler): remove todos slhafzjw 2026-02-18 15:22:02 +08:00
  • 11ea1045f4 refactor(Action): generalize ActionScheduler to Schedulable and add StateAction trigger execution path slhafzjw 2026-02-18 15:20:52 +08:00