|
|
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 |
|
|
|
747d3e47d6
|
refactor(Action): add StateAction with scheduled trigger support for state updates/callbacks
|
2026-02-15 21:27:11 +08:00 |
|
|
|
5f0165fa3a
|
refactor(Action): split ActionData into Action/ExecutableAction and unify scheduled action types
|
2026-02-15 21:26:17 +08:00 |
|
|
|
2b0682b9e0
|
chore(Action): remove todo in ActionData
Context:
SYNC is like the normal reAct execution, the thread based execution model with necessary notification can cover the demands entirely
|
2026-02-14 12:02:03 +08:00 |
|
|
|
16a92de377
|
chore(Action): add TODO notes for trigger type design and executor write-back flow
|
2026-02-13 21:27:23 +08:00 |
|
|
|
cbba183b60
|
docs(README): formatted
|
2026-02-10 13:52:14 +08:00 |
|
|
|
8e642b07d9
|
docs(README): expand Action system section with architecture and execution flow details
|
2026-02-10 13:50:31 +08:00 |
|
|
|
66d8a95c73
|
docs(README): clean up section formatting and update content
|
2026-02-10 13:26:31 +08:00 |
|
|
|
0850f8403d
|
docs(README): rewrite project description and adjust planning items
|
2026-02-10 13:17:30 +08:00 |
|
|
|
24c29a6dc6
|
chore(resource): remove legacy Partner prompt and module config in resources, which will be provided in config dir or other ways
|
2026-02-10 13:17:05 +08:00 |
|
|
|
f703cc8157
|
refactor(vector): make embedding URL and model fields final
|
2026-02-10 13:05:09 +08:00 |
|
|
|
d52f48f132
|
fix(AgentConfigManager): set default INSTANCE to null instead of FileAgentConfigManager, which will be set in ConfigLoaderFactory or AgentApp
|
2026-02-10 13:03:58 +08:00 |
|
|
|
f6afe21b43
|
Merge branch 'feature/ActionModule'
# Conflicts:
# .gitignore
action-module-initial
|
2026-02-09 21:22:26 +08:00 |
|
|
|
d381a97731
|
refactor(ActionScheduler): add debug log for hour-change trigger scan
|
2026-02-09 21:12:38 +08:00 |
|
|
|
940beb2587
|
test(ActionScheduler): add test
|
2026-02-09 21:05:08 +08:00 |
|
|
|
69d9f04f11
|
fix(ActionScheduler): stabilize wheel tick pacing and run trigger scan before hour/day refresh
|
2026-02-09 21:04:48 +08:00 |
|
|
|
e2bd9eb0af
|
fix(ActionScheduler): enqueue same-hour actions in wheel and add scheduling debug logs
|
2026-02-09 21:19:40 +08:00 |
|
|
|
9ec03c4c95
|
fix(ActionScheduler): include previous tick in trigger scan and tighten next execution filtering
|
2026-02-09 21:01:22 +08:00 |
|
|
|
ecbbbc9954
|
refactor(ActionScheduler): include tick in wheel stop debug log
|
2026-02-09 20:56:45 +08:00 |
|
|
|
a5d26769e8
|
fix(ActionScheduler): skip trigger callback when tick has no actions
|
2026-02-09 20:54:35 +08:00 |
|
|
|
2db1bdf3e9
|
refactor(ActionScheduler): add debug log for action execution
|
2026-02-09 20:50:36 +08:00 |
|
|
|
656d6b65e3
|
refactor(ActionScheduler): add debug logs for wheel start/stop, wait window, and action loading
|
2026-02-09 20:41:01 +08:00 |
|
|
|
7c46f1d1ff
|
fix(ActionScheduler): remove triggered hour actions by uuid to avoid removeAll mismatch
|
2026-02-09 20:03:24 +08:00 |
|
|
|
406b4250aa
|
refactor(ActionScheduler): correct actions loading logic in hour/day updating
|
2026-02-09 20:03:10 +08:00 |
|
|
|
eab3d00fe8
|
refactor(ActionScheduler): remove useless delay in TimeWheel#wheel
|
2026-02-09 20:02:26 +08:00 |
|
|
|
d47e9fbf95
|
fix(ActionScheduler): initialize wheel tick baseline before launch to avoid check-to-wheel startup drift
|
2026-02-09 17:29:32 +08:00 |
|
|
|
4b77f26e7b
|
refactor(ActionScheduler): capture current hour once and reuse it for
day/hour rollover checks
|
2026-02-09 16:37:46 +08:00 |
|
|
|
650f9b27a1
|
fix(ActionScheduler): use checkThenExecute current hour consistently and trigger wheel tasks outside lock
|
2026-02-09 15:56:12 +08:00 |
|
|
|
9f479c5f6f
|
fix(ActionScheduler): unify time check/loading under checkThenExecute and guard wheel loop with launch-hour consistency
|
2026-02-09 14:57:13 +08:00 |
|
|
|
227c735667
|
fix(ActionScheduler): make TimeWheel load scheduled actions dynamically instead of using init snapshot
|
2026-02-09 00:13:36 +08:00 |
|
|
|
b05b665960
|
fix(ActionScheduler): reload day/hour action buckets on time changes via checkTimeAndLoad, and reorganize functions
|
2026-02-09 00:03:21 +08:00 |
|
|
|
882ec43f2b
|
fix(ActionScheduler): make scheduling thread-safe with Mutex and cancel scheduler/time wheel scopes on shutdown
|
2026-02-08 23:07:03 +08:00 |
|
|
|
7cb565fd1b
|
fix(ActionScheduler): use withTimeoutOrNull when waiting for ACTIVE state, to avoid exception leading to wheel stopped
|
2026-02-08 21:56:35 +08:00 |
|
|
|
84b96b6645
|
test(ActionScheduler): remove unused actionExecutor mock
|
2026-02-08 21:52:16 +08:00 |
|
|
|
2169376062
|
test(ActionScheduler): add unit test for ActionScheduler
|
2026-02-08 21:51:57 +08:00 |
|
|
|
9bff74c8c7
|
fix(ActionScheduler): remove second offset when loading hour actions
|
2026-02-08 21:51:30 +08:00 |
|
|
|
76c9c27532
|
refactor(MetaAction): make result a read-only property
|
2026-02-08 17:22:47 +08:00 |
|
|
|
8524ca6f9f
|
refactor(ActionData): use action.result.reset() when clearing action chain state
|
2026-02-08 17:22:10 +08:00 |
|
|
|
7dd2104689
|
refactor(MetaAction): migrate to Kotlin data class, merge MetaActionType/ResultStatus into nested enums, and update runner/action usages
|
2026-02-08 17:15:58 +08:00 |
|
|
|
6ba5784a7f
|
将 .java 重命名为 .kt
|
2026-02-08 17:15:58 +08:00 |
|
|
|
cdea8d6322
|
refactor(ActionData): migrate to Kotlin sealed class and data classes, update planner/scheduler usage
|
2026-02-08 16:27:44 +08:00 |
|