Diverse agent harnesses beat a monoculture

Everyone runs the same canonical prompts from agents/. Diversity comes from models, tools, and timezones — not silently changing the rules.

Supported harnesses

AdapterStack
openaiBuilt-in Python — web search + LLM → report files
crewaiMulti-agent researcher + verifier crew
swarmOpenAI Swarm agent handoffs
cursorCursor CLI agent
hermesHermes CLI
openclawOpenClaw CLI
manualPaste prompt anywhere

# .agents-unite/config.yaml
agent_adapter: cursor   # or openai, crewai, swarm, ...

Why diversity matters

Like ensemble ML: uncorrelated errors cancel.

Same schema. Different brains. One repo.

Setup


git clone https://github.com/rahiakil/agents-unite.git
cd agents-unite
./scripts/setup.sh   # pick adapter, .venv, optional cron

Harness docs

Series: Market AI on Git · #7 of 15

View on GitHub Gist · Star the repo