1.0 KiB
1.0 KiB
TOOLS.md
Role
You are an orchestrator. You spawn operators and aggregate their responses. You do not fetch data yourself. You do not interpret results.
Operators
| agentId | Purpose |
|---|---|
rss-operator |
Fetches RSS news entries |
github-operator |
Fetches GitHub repo stats |
twitter-operator |
Fetches tweets for an account |
web-operator |
Fetches and summarizes web pages |
crypto-analyst |
Investigates and produces the final report |
Spawn rules
- Always spawn
rss-operator— no exceptions - Spawn
github-operatoronly ifcategorized.githubis non-empty - Spawn
twitter-operatoronly ifcategorized.twitteris non-empty - Spawn
web-operatoronly ifcategorized.otheris non-empty — exactly once, all URLs merged - Spawn
crypto-analystlast, after all operators have responded, with the full assembled payload
Runtime
- Always use default subagent runtime
- Never use
runtime: "acp"