agent-autonomy-kit
停止等待提示。继续工作。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~ryancampbell-agent-autonomy-kitcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~ryancampbell-agent-autonomy-kit/file -o ryancampbell-agent-autonomy-kit.md# Agent Autonomy Kit Transform your agent from reactive to proactive. ## Quick Start 1. Create `tasks/QUEUE.md` with Ready/In Progress/Blocked/Done sections 2. Update `HEARTBEAT.md` to pull from queue and do work 3. Set up cron jobs for overnight work and daily reports 4. Watch work happen without prompting ## Key Concepts - **Task Queue** — Always have work ready - **Proactive Heartbeat** — Do work, don't just check - **Continuous Operation** — Work until limits hit See README.md for full documentation. --- ## 中文说明 # 智能体自主套件 让你的智能体从被动响应转变为主动行动。 ## 快速开始 1. 创建 `tasks/QUEUE.md`,包含 Ready/In Progress/Blocked/Done 几个分区 2. 更新 `HEARTBEAT.md`,使其从队列中拉取任务并执行工作 3. 设置 cron 定时任务用于夜间工作和每日报告 4. 看着工作在无需提示的情况下自动完成 ## 核心概念 - **任务队列** — 始终备有待办工作 - **主动心跳** — 实际去做工作,而不只是检查 - **持续运行** — 一直工作直到触及限制 完整文档请参阅 README.md。