[Phase 4] Agent 异步执行 — 实现 execute_agent_task Celery 任务 #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
背景
当前
execute_agent_task是空壳占位符,定时调度(AgentSchedules)无法真正异步触发 Agent 执行。需求
execute_agent_task(agent_id, input_data)涉及模块
优先级
高 — Phase 4 核心需求