Pantheon v0.1.0 - Initial Release
馃帀 First release of Pantheon
A multi-AI-role collaboration framework. Each god has a specialty; Hermes orchestrates.
What's in v0.1
- 5 gods: Hephaestus, Athena, Apollo, Chronos, Hermes
- 3 entry points: CLI / Web UI / Python SDK
- 3 LLM providers: OpenAI / Anthropic / Ollama
- 52 unit tests
- GitHub Actions CI (Python 3.10/3.11/3.12)
Quick start
```bash
pip install -e .
cp config/pantheon.example.yaml config/pantheon.yaml
cp .env.example .env # add your API keys
pantheon ask "write a hello world"
```