本地代理管理_agent-manager-skill
·
以下为本文档的中文说明
该技能用于通过tmux会话管理多个本地CLI代理,支持启动、停止、监控、任务分配和基于cron的计划调度。主要功能是作为一个集中式的代理管理器,让用户能够同时运行和协调多个命令行AI代理。使用场景包括:需要并行运行多个本地CLI代理;需要启动、停止代理并查看其日志;需要向代理分配任务并监控输出;需要通过cron调度周期性代理工作。核心操作包括:使用doctor命令检查系统状态;使用list命令查看所有代理;使用start命令启动指定代理;使用monitor命令跟踪代理输出;使用assign命令向代理分配任务。系统要求包括:需要tmux(终端多路复用器)支持;需要在工作区中安装agent-manager-skill。该技能特别适合需要多个专业化代理协作完成复杂任务的场景,通过tmux提供的会话隔离能力确保每个代理独立运行互不干扰,同时支持定时任务调度实现自动化运维。
Agent Manager Skill
When to Use
Use this skill when you need to:
- run multiple local CLI agents in parallel (separate tmux sessions)
- start/stop agents and tail their logs
- assign tasks to agents and monitor output
- schedule recurring agent work (cron)
Prerequisites
Install agent-manager-skill in your workspace:
git clone https://github.com/fractalmind-ai/agent-manager-skill.git
Common commands
python3 agent-manager/scripts/main.py doctor
python3 agent-manager/scripts/main.py list
python3 agent-manager/scripts/main.py start EMP_0001
python3 agent-manager/scripts/main.py monitor EMP_0001 --follow
python3 agent-manager/scripts/main.py assign EMP_0002 <<'EOF'
Follow teams/fractalmind-ai-maintenance.md Workflow
EOF
Notes
- Requires
tmuxandpython3. - Agents are configured under an
agents/directory (see the repo for examples).
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
更多推荐



所有评论(0)