From 7e88b8b92631b06e997dc86290a66f2ce8fc840e Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Fri, 6 Mar 2026 14:28:52 +0800 Subject: [PATCH] chore(action): add refactor todos in ActionScheduler --- .../modules/action/dispatcher/scheduler/ActionScheduler.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/dispatcher/scheduler/ActionScheduler.kt b/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/dispatcher/scheduler/ActionScheduler.kt index dee47ba2..55678203 100644 --- a/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/dispatcher/scheduler/ActionScheduler.kt +++ b/Partner-Core/src/main/java/work/slhaf/partner/module/modules/action/dispatcher/scheduler/ActionScheduler.kt @@ -79,6 +79,8 @@ class ActionScheduler : AbstractAgentModule.Standalone() { }) } + // TODO any implementations of Action should be record into ActionCore + // TODO the method in ActionCapability should be compatible with different Action types fun schedule(input: Set) = schedulerScope.launch { for (schedulableData in input) { if (!schedulableData.enabled) {