Orpheus
Description
Orpheus is an Agent Runtime that solves the 'Silent Failure' of CPU autoscaling. It scales on queue depth, persists memory, and recovers from crashes automatically.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
[](https://go.dev/) [](https://www.typescriptlang.org/) [](LICENSE)
Orpheus is an Agent Runtime that solves the 'Silent Failure' of CPU autoscaling. It scales on queue depth, persists memory, and recovers from crashes automatically.
It uses queue-depth autoscaling and lightweight runc containers to handle agent workloads that traditional serverless platforms can't support.
Built for agents that call LLMs, orchestrate multi-step workflows, and maintain context across invocations, Orpheus provides the execution layer with persistent workspaces, built-in streaming, and production-grade supervision.
**Key capabilities:**
- Sub-second container startup using runc instead of Docker
- Queue-depth autoscaling that scales on pending work, not CPU metrics
- Persistent workspaces that survive container restarts and worker recycling
- MCP endpoints — Every deployed agent is automatically discoverable via Model Context Protocol
- Built-in SSE streaming for real-time agent output
- vLLM/Ollama integration with automatic lifecycle management
- Production supervision with circuit breakers, backoff, and OOM handling
- Prometheus metrics — Built-in
/metricsfor queue depth, workers, and executions
Getting Started
Quick Start (Recommended)
One command sets up everything:
git clone https://github.com/arpitnath/orpheu
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11