athena-loops

luckeyfaraday/athena-loops
★ 1 stars Python AI/LLM Updated today
Backend-agnostic AI agent orchestration loop in Python — the orchestrator→worker→reviewer pattern as a deterministic harness. Drive any LLM backend (Claude, Codex, opencode, aider); ships as an MCP server + CLI.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "athena-loops": {
      "command": "uvx",
      "args": [
        "athena-loops"
      ]
    }
  }
}

Or install with pip: pip install athena-loops

Topics

agent-loopagent-orchestrationagentic-workflowsai-agentsaideranthropicclaudeclaude-codecodexcoding-agentsllmmcpmcp-servermulti-agentopencode