arda

SolomonSmith-dev/arda
★ 0 stars Python 🤖 AI/LLM Updated 3d ago
Python LLM agents with LangChain. Tool use, memory, multi-agent planning. FastAPI + MCP server + Redis-backed queue.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arda": {
      "command": "uvx",
      "args": [
        "arda"
      ]
    }
  }
}

Or install with pip: pip install arda

README Excerpt

A four-agent system behind one FastAPI entry point. One unified codebase, one HTTP contract, one MCP surface, four named specialists doing the actual work. Tolkien-themed because the routing was getting confusing. ```mermaid flowchart TD Client[User / Claude Code / MCP Client] Client -->|x-api-key| API[FastAPI<br/>api/main.py]

Tools (7)

GETMockLLMPOSTexecutororchestratorretrieverspecialist

Topics

ai-agentslangchainllmpython