aegra
Installation
SKILL.md
Aegra Skill
Product summary
Aegra is a self-hosted, open-source Agent Protocol server for running LangGraph agents with full persistence, streaming, and authentication. It's a drop-in replacement for LangSmith Deployments — same LangGraph SDK, same APIs, no vendor lock-in. You bring your own PostgreSQL database and keep complete control over your data.
Key files and commands:
aegra.json— Configuration file defining graphs, auth, HTTP routes, and storageaegra dev— Local development with hot reload and managed PostgreSQLaegra up— Self-hosted Docker production (PostgreSQL + Redis + app)aegra serve— PaaS/Kubernetes deployment (you provide database).env— Environment variables for API keys, database, Redis, auth- Primary docs: https://docs.aegra.dev