Metadata-Version: 2.4
Name: agentcohort
Version: 0.1.2
Summary: Task Tracker, Memory and Orchestration System for AI agents.
Author-email: Anchit Bajaj <ab@abifog.com>
Requires-Python: >=3.12
Requires-Dist: pydantic-settings>=2.12.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: typer>=0.21.1
Description-Content-Type: text/markdown

# AgentCohort

Task Tracker, Memory and Orchestration System for AI agents.

Inspired by `bead` and `ticket` - but this has different goals compared to both.

## Documentation

- **Quickstart** - Get started quickly with [docs/quickstart.md](docs/quickstart.md)
- **Reference** - Full command reference in [docs/reference.md](docs/reference.md)

## Development


```bash
make develop
```

Read the `Makefile` for more.
