Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.04 KB

File metadata and controls

37 lines (25 loc) · 1.04 KB

Agora

Agora app icon

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.

Features

  • Parallel model answers
  • Saving project files
  • Local STT through whisper.cpp

Providers

  • 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)

Build

git clone --recurse-submodules <repo-url> Agora

Acknowledgements

Inspired by Andrej Karpathy's llm-council.

Uses whisper.cpp for local speech-to-text.