Skip to content

AmeliaOpen-Source Agent Orchestration

Coordinate AI agents to plan, build, review, and ship code.

amelia

Capabilities

  • Plan, build, review, shipArchitect plans, you approve, Developer codes, Reviewer checks — looping on feedback until it passes.
  • RAG-powered contextAgents query your project docs via pgvector with hierarchical retrieval.
  • Sandboxed executionCode runs in Docker with network isolation. Hard decisions route to a dedicated reasoning model.
  • Mix models and driversAssign different LLMs and driver types (CLI or API) per agent role.
  • Resilient workflowsResume from checkpoints, configure via profiles, generate specs from issues.
  • Real-time dashboardWebSocket-powered UI shows agent progress as it happens.
Full research foundations →

Quick Start

bash
# Install amelia
uv tool install git+https://github.com/existential-birds/amelia.git

# Create a profile (interactive prompts for driver, model, tracker)
amelia config profile create dev --activate

# Start the API server and dashboard
amelia dev

# Run a workflow on an issue
amelia start 123