agenthub/README.md
2026-06-24 23:47:56 +02:00

29 lines
387 B
Markdown

# AgentHub
Local coordination layer for AI coding agents.
## Install
```bash
npx agenthub init
```
## Quick Start
```bash
agenthub init
agenthub task create --title "Implement DNS cache" --role implementer
agenthub handoff create --fromRole architect --toRole implementer
agenthub status --update
```
## Supported Agents
- Claude Code
- Codex CLI
- Kimi Code CLI
## License
MIT