|
|
907bb626f2
|
chore(gitignore): update gitignore
|
2026-02-22 14:15:17 +08:00 |
|
|
|
2cdeaa1c30
|
refactor(framework): make AgentContext capabilities non-null and infer capability type on registration
|
2026-02-21 22:38:56 +08:00 |
|
|
|
833fe4deb3
|
refactor(framework): add component annotation validation before component registration
|
2026-02-21 19:27:17 +08:00 |
|
|
|
3c26e77b76
|
refactor(framework): rename AgentComponentRegisterFactory to ComponentRegisterFactory
|
2026-02-21 19:19:04 +08:00 |
|
|
|
2825f7f1de
|
refactor(framework): replace legacy module check/register/proxy flow with unified AgentComponentRegisterFactory
|
2026-02-21 18:56:40 +08:00 |
|
|
|
86b7e5c492
|
refactor(framework): rename agent.factory.module to agent.factory.component and update related imports
|
2026-02-21 17:57:29 +08:00 |
|
|
|
b1e4d3c2e4
|
fixup! refactor(framework): rename AgentConfigManager to AgentConfigLoader and update agent/core wiring
|
2026-02-21 17:46:16 +08:00 |
|
|
|
997616e45f
|
refactor(framework): migrate ConfigLoaderFactory to Kotlin and simplify loader metadata registration
|
2026-02-21 17:42:05 +08:00 |
|
|
|
6733984843
|
将 .java 重命名为 .kt
|
2026-02-21 17:42:05 +08:00 |
|
|
|
0f2052c507
|
refactor(framework): migrate AgentBaseFactory from Java to Kotlin and update execute signature
|
2026-02-21 17:22:38 +08:00 |
|
|
|
23bfb8bac1
|
将 .java 重命名为 .kt
|
2026-02-21 17:22:38 +08:00 |
|
|
|
15c11ac500
|
refactor(framework): type AgentContext metadata entries and add JSON-backed metadata registration
|
2026-02-21 17:10:46 +08:00 |
|
|
|
deffc91dd1
|
refactor(framework): remove obsolete Java AgentContext class
|
2026-02-21 16:55:31 +08:00 |
|
|
|
b2d44668da
|
refactor(framework): rename AgentConfigManager to AgentConfigLoader and update agent/core wiring
|
2026-02-21 16:51:59 +08:00 |
|
|
|
f8399d2280
|
refactor(framework): add additional component storage and guarded registration in AgentContext
|
2026-02-21 16:28:20 +08:00 |
|
|
|
2870e79f79
|
refactor(framework): remove obsolete agent proxy and register test stubs
|
2026-02-21 16:19:57 +08:00 |
|
|
|
3c9ace8e56
|
refactor(framework): rename CapabilityHolder to AgentComponent across factory and module hooks
|
2026-02-21 16:19:00 +08:00 |
|
|
|
e510725e71
|
refactor(framework): remove legacy running/sub module base classes and module annotations
|
2026-02-21 16:14:46 +08:00 |
|
|
|
f963cae4ed
|
refactor(framework): rename Context.kt to AgentContext.kt
|
2026-02-21 16:06:11 +08:00 |
|
|
|
45c4e8169a
|
refactor(framework): add mutable metadata map to Context
|
2026-02-21 15:43:19 +08:00 |
|
|
|
6bf4d95b05
|
refactor(framework): encapsulate AgentContext maps and require modelInfo in module contexts
|
2026-02-20 21:31:20 +08:00 |
|
|
|
00ef090d2f
|
refactor(framework): generalize AgentContext and ModuleContextData generics with wildcard bounds
|
2026-02-20 20:55:56 +08:00 |
|
|
|
e62cddfe44
|
refactor(framework): add enabled flag to ModuleContextData.Running
|
2026-02-20 19:00:49 +08:00 |
|
|
|
115a8d5446
|
refactor(framework): redesign AgentContext to store typed module contexts and runtime metadata
|
2026-02-20 18:57:36 +08:00 |
|
|
|
ef5d5802a7
|
refactor(framework): make Standalone extend AbstractAgentModule
|
2026-02-20 17:46:33 +08:00 |
|
|
|
87c34cc699
|
refactor(modules): convert ActionScheduler to Standalone and simplify async execute signature
|
2026-02-20 17:29:26 +08:00 |
|
|
|
bbace28d7a
|
refactor(project): normalize formatting and reorder class members across modules
|
2026-02-20 17:22:54 +08:00 |
|
|
|
c47d2b2285
|
refactor(modules): refactor modules base class into AbstractAgentModule and remove unused @slf4j annotation
|
2026-02-20 17:17:49 +08:00 |
|
|
|
38c618a222
|
chore(gitignore): update gitignore
|
2026-02-20 16:30:22 +08:00 |
|
|
|
e00441faa8
|
refactor(framework): make AbstractAgentModule sealed with class-based module contracts and streamline ActivateModel model access
|
2026-02-20 16:12:35 +08:00 |
|
|
|
c3b0a9dd25
|
refactor(framework): make ActivateModel companion configManager private
|
2026-02-20 15:39:52 +08:00 |
|
|
|
6b7c9db5b1
|
refactor(framework): add order() to AbstractAgentModule.Running contract
|
2026-02-20 15:30:55 +08:00 |
|
|
|
e2ef92ce43
|
refactor(framework): use moduleName as modelKey for
`AbstractAgentModule` instances in ActivateModel
|
2026-02-20 15:29:38 +08:00 |
|
|
|
051b6450e7
|
refactor(framework): mark AbstractAgentModule as capability holder and consolidate module contracts within abstracts
|
2026-02-20 15:24:35 +08:00 |
|
|
|
2a3d33a61e
|
refactor(framework): correct comments for ActivateModel
|
2026-02-20 15:02:33 +08:00 |
|
|
|
e57c03e213
|
refactor(framework): migrate module abstracts/ActivateModel to Kotlin and introduce shared model/context structures
|
2026-02-20 15:00:14 +08:00 |
|
|
|
14e6d71ac9
|
将 .java 重命名为 .kt
|
2026-02-20 15:00:14 +08:00 |
|
|
|
dc9f9417bc
|
refactor(framework): remove @BeforeExecute/@AfterExecute hook proxy logic and use direct module instantiation
|
2026-02-19 22:53:49 +08:00 |
|
|
|
5051c2f662
|
refactor(framework): use existing model instance in
init hook `ActivateModel#modelSettings`
|
2026-02-19 21:46:37 +08:00 |
|
|
|
c30ec35f85
|
refactor(framework): rename @AgentModule to @AgentRunningModule
|
2026-02-19 21:39:59 +08:00 |
|
|
|
c7f113b59a
|
refactor(framework): rename AgentRunningModule/SubModule to AbstractAgent* and migrate module inheritance usage
|
2026-02-19 15:04:30 +08:00 |
|
|
|
8735660830
|
refactor(framework): remove log hook surrounded with method execute in AgentRunningSubModule
|
2026-02-19 14:37:21 +08:00 |
|
|
|
18b2bb8812
|
refactor(framework): reorganize Module abstracts location
|
2026-02-19 14:09:51 +08:00 |
|
|
|
7fccea5b91
|
chore(agent): add todo for PartnerOutputData
|
2026-02-19 14:07:39 +08:00 |
|
|
|
a9bf7ca1c2
|
refactor(framework): correct exception names in Partner-Framework
|
2026-02-19 14:01:26 +08:00 |
|
|
|
1685d148c4
|
chore(gitignore): update gitignore
|
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
|
2026-02-19 10:39:21 +08:00 |
|
|
|
1244d59fa4
|
chore(ActionScheduler): remove todos
|
2026-02-18 15:22:02 +08:00 |
|
|
|
11ea1045f4
|
refactor(Action): generalize ActionScheduler to Schedulable and add StateAction trigger execution path
|
2026-02-18 15:20:52 +08:00 |
|
|
|
a1bc784da5
|
refactor(Action): rename Scheduled interfaces/classes to Schedulable
|
2026-02-15 23:09:35 +08:00 |
|