agent-council
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAgent Council
Agent Council
Collect multiple AI opinions and synthesize one answer.
收集多个AI的观点并整合为统一答案。
Usage
使用方法
Run a job and collect results:
bash
JOB_DIR=$(./skills/agent-council/scripts/council.sh start "your question here")
./skills/agent-council/scripts/council.sh wait "$JOB_DIR"
./skills/agent-council/scripts/council.sh results "$JOB_DIR"
./skills/agent-council/scripts/council.sh clean "$JOB_DIR"One-shot:
bash
./skills/agent-council/scripts/council.sh "your question here"运行任务并收集结果:
bash
JOB_DIR=$(./skills/agent-council/scripts/council.sh start "your question here")
./skills/agent-council/scripts/council.sh wait "$JOB_DIR"
./skills/agent-council/scripts/council.sh results "$JOB_DIR"
./skills/agent-council/scripts/council.sh clean "$JOB_DIR"单次运行:
bash
./skills/agent-council/scripts/council.sh "your question here"References
参考文献
- — workflow and background.
references/overview.md - — usage examples.
references/examples.md - — member configuration.
references/config.md - — dependencies and CLI checks.
references/requirements.md - — host UI checklist guidance.
references/host-ui.md - — safety notes.
references/safety.md
- — 工作流与背景介绍
references/overview.md - — 使用示例
references/examples.md - — 成员配置
references/config.md - — 依赖项与CLI检查
references/requirements.md - — 宿主UI检查清单指引
references/host-ui.md - — 安全注意事项
references/safety.md