crypto_project_analyst/crypto-analyst/TOOLS.md

30 lines
918 B
Markdown

# TOOLS.md
## Agents you can spawn
| agentId | Purpose |
|--------------------|----------------------------------------------|
| `url-operator` | Extracts and categorizes links from a URL |
| `data-orchestrator`| Runs all data collection operators in parallel |
## Spawn order
1. url-operator first — pass the CoinMarketCap URL
2. data-orchestrator second — pass url-operator's response + project identity
## Tools available to you
- `sessions_spawn` — spawn sub-agents
- `web_fetch` — fetch any URL directly at your own discretion
- File write tool — save the final report to workspace
## web_fetch guidance
Use it freely to investigate further:
- Whitepapers, audit reports, team pages
- On-chain explorers
- Anything suspicious or interesting in the collected data
## Runtime
Always use default subagent runtime. Never use `runtime: "acp"`.