Native macOS app for running a small council of AI models.
Agora asks several models the same question, keeps their first answers independent, runs blind peer review, and asks a chairman model to write the final synthesis. This is a weekend learning project built with Codex and Claude Code to check how whisper, different software/ios llm skills work and compare some llm models.
- Parallel model answers
- Saving project files
- Local STT through
whisper.cpp
- Codex CLI (local CLI auth, NO api key)
- Claude CLI (local CLI auth, NO api key)
- OpenRouter (api key)
- OpenCode Zen (api key)
- Ollama (local models)
git clone --recurse-submodules <repo-url> AgoraInspired by Andrej Karpathy's llm-council.
Uses whisper.cpp for local speech-to-text.