技能 编程开发 自动巡环智能体工作流

自动巡环智能体工作流

v20260716
autopilot-loop
该工具用于运行自主的迭代循环,模拟智能体的自动化工作流。它能系统地管理任务,包括检查当前状态、预测最佳下一步动作、执行任务(如编码、测试)并记录日志,同时调度下次运行。它支持从团队任务、集群任务和文件清单等多个来源获取任务,实现持续的自动化流程管理。
获取技能
261 次下载
概览

Run one autopilot iteration using Claude Code's native /loop:

  1. Check status: mcp__plugin_ruflo-core_ruflo__autopilot_status
  2. If all tasks complete or max iterations reached, call mcp__plugin_ruflo-core_ruflo__autopilot_disable and stop
  3. Get prediction: mcp__plugin_ruflo-core_ruflo__autopilot_predict for the optimal next action
  4. Execute the predicted task (spawn agent, edit code, run tests, etc.)
  5. Log via mcp__plugin_ruflo-core_ruflo__autopilot_log
  6. Schedule next: ScheduleWakeup({ delaySeconds: 270, reason: "next autopilot iteration" })

Cache-Aware Scheduling

Always use delay 270s (under 300s cache TTL) to keep the prompt cache warm between iterations.

Task Sources

Autopilot discovers tasks from:

  • team-tasks: Claude Code TaskList entries
  • swarm-tasks: MCP task_list entries
  • file-checklist: Markdown checkbox items in tracked files

Configure: mcp__plugin_ruflo-core_ruflo__autopilot_config({ taskSources: ["team-tasks", "swarm-tasks"] })

信息
Category 编程开发
Name autopilot-loop
版本 v20260716
大小 1.39KB
更新时间 2026-07-18
语言