$curl -o .claude/agents/README.md https://raw.githubusercontent.com/OneWave-AI/open-agent-stack/HEAD/agents/README.mdStandalone autonomous agents — each a single-purpose worker with a defined role, a tool list, web-search wiring, and a .env.example for keys. Built for open-source adoption: clone, set keys, run.
| 1 | # Managed Agents |
| 2 | |
| 3 | Standalone autonomous agents — each a single-purpose worker with a defined role, a tool list, web-search wiring, and a `.env.example` for keys. Built for open-source adoption: clone, set keys, run. |
| 4 | |
| 5 | | Agent | Role | Web search | |
| 6 | |-------|------|:---:| |
| 7 | | `market-researcher` | Researches a market, segment, or company and returns a structured brief. | yes | |
| 8 | | `news-curator` | Pulls and ranks the day's relevant developments for a given topic. | yes | |
| 9 | | `lead-enricher` | Enriches a lead or account from public sources into a clean record. | yes | |
| 10 | | `content-drafter` | Drafts long-form content from a brief, with sources cited. | yes | |
| 11 | | `seo-auditor` | Audits a page or site and returns prioritized SEO fixes. | yes | |
| 12 | |
| 13 | Each agent ships in two forms where practical: a Claude Agent SDK definition and a portable spec, so the role isn't locked to one runtime. |