chore(action): add refactor todos in ActionScheduler

This commit is contained in:
2026-03-06 14:28:52 +08:00
parent c6c8a83dad
commit 7e88b8b926

View File

@@ -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<Schedulable>) = schedulerScope.launch { fun schedule(input: Set<Schedulable>) = schedulerScope.launch {
for (schedulableData in input) { for (schedulableData in input) {
if (!schedulableData.enabled) { if (!schedulableData.enabled) {