idun-agent-platform
Open-source runtime for LangGraph and Google ADK agents as FastAPI service
GraphCanon updated Sep 12, 2026 · GitHub synced Sep 12, 2026
31views this month
Decision brief
idun-agent-platform is an open-source runtime for deploying LangGraph and Google ADK AI agents in production with FastAPI, AG-UI copilotkit API, chat UI, guardrails, observability, and SSO.
Good fit when
- When you want to deploy production-ready AI agents using a self-hosted platform that supports both LangGraph and Google ADK.
- If your project requires integration with specific guardrails for safety or compliance purposes, and you need the flexibility of FastAPI as a service runtime.
Avoid when
- When vendor lock-in is not an issue, because idun-agent-platform emphasizes being self-hosted with no dependency on external vendors.
- If your project does not need or cannot accommodate the GPL-3.0 license requirement for open-source projects that use this platform.
- Pricing:
- freemium - Free and open-source platform with support for commercial use under the GPL-3.0 license.
- Requirements:
- Min 2 GB RAM
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Steady (36d since push)
- As of Sep 12, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 12, 2026
- Security (OSV)
- No criticals
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install idun-agent-platform PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Self-hosted platform to deploy production-ready AI agents including AG-UI copilotkit API, chat UI, guardrails, observability, and SSO.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Sep 12, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Sep 12, 2026)
pip install idun-agent-engine langgraph langchain-google-genaiSource link
Source: README excerpt (regex_v1, Sep 12, 2026)
pip install idun-agent-engine langgraph langchain-google-genaiSource link
Source: README excerpt (regex_v1, Sep 12, 2026)
> **Prerequisites**: Python 3.12 or 3.13.Source link
Tags
README
Quick start Prerequisites : Python 3.12 or 3.13. Create a new directory and install the engine: Save the three files below inside . — get a Gemini key at aistudio.google.com/apikey: From inside , run: is resolved against the directory where you run . Stay inside when you launch i...
For agents
This page has a .md twin and JSON over the API.