29 lines
387 B
Markdown
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
|