Idun Engine is the open-source production wrapper for LangGraph and Google ADK agents.Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
pip install idun-agent-engine, point it at your agent, and get a self-hosted FastAPI service with chat UI, admin panel, traces viewer, guardrails, memory, and MCP server support, all on your infrastructure.
What you get
Production-ready API
Streaming HTTP service with AG-UI protocol compatibility. Drop it behind any CopilotKit or AG-UI client.
Framework adapters
LangGraph and Google ADK, served with AG-UI streaming.
Dashboard
Activity, traces, p50 / p95 latency, error counts, and recent runs at
/admin/.Guardrails
15+ built-in guards powered by Guardrails AI.
Observability
Langfuse, Phoenix, LangSmith, or GCP, plus a local trace store with a waterfall viewer at
/admin/traces/.Memory
In-memory, SQLite, or PostgreSQL checkpointers.
MCP tools
stdio, SSE, streamable HTTP, or WebSocket with auto-discovery.
Prompts
Versioned templates with Jinja2 variables.
Integrations
Slack, Discord, Microsoft Teams, Google Chat, and WhatsApp.
Auth
OIDC SSO on
/agent/* routes; none / password for the admin panel.Community
Discord
Questions and help.
GitHub Discussions
Proposals and ideas.
GitHub Issues
Bugs and feature requests.
Next steps
Quickstart
Deploy your first agent in under 30 minutes.
Architecture
How the engine and standalone fit together.
Frameworks
LangGraph and Google ADK adapters.