Skip to content

Pantheon v0.1.0 - Initial Release

Choose a tag to compare

@RyosukeSAMA RyosukeSAMA released this 17 Jun 08:40
· 15 commits to main since this 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"
```