Register Ollama · Bedrock · Vertex · Azure · OpenAI; assign a model per capability (chat, embed, image) with capability flags. llm_providers
Install
Up and running in five minutes.
One command, your infrastructure, your models — then see exactly what it looks like running. Every tab below is a real deploy. Click any image to expand.
curl -sSL https://install.openagentics.io | bashOne command, a guided wizard





Docker Compose — the whole stack on one box
docker compose ps, health, logs, then an admin API key creating a flow. A real session.


Kubernetes — your cluster, live
kubectl get pods — 12/12 Running — ingress, logs, then an admin API key creating a flow and a Bedrock chat session. A real session on the cluster.
Running in the openagentic namespace.

Admin console — operate the platform itself
One console governs the whole platform — providers, models, routing, agents, tools, identity, and the audit chain. Every panel writes to the database, not a config file you redeploy.
Set the SmartModelRouter thresholds, the chat-loop turn ceiling, token budgets, and compaction points — live. system_configuration
The agent roster (role · provider · model) and the full tool fleet, each with its capabilities — enable, scope, inspect.
Roles and per-role permissions decide who can run what, gating every tool call by the local account's role. (Per-user SSO/OBO identity is an enterprise feature.) rbac
Every tool call lands in an append-only, tamper-evident log — who, what, when, and the result. tool_call_audit_log
An in-console assistant that advises on model cost/quality tuning and explains what each setting changes.



Cloud & tools — it operates your stack





Flows — a no-code builder, extensible



- LangGraph
- LangChain
- n8n import / export
- Flowise compatible
- Signed run traces
- Human-in-the-loop gates
Code — your repos, your IDE, your way
No plugin to install, no editor to marry. OpenAgentic reaches into your real repositories through the GitHub tool — under your own token and projects — so it works in and with the code you already have, while you keep whatever IDE you already use.
A built-in code-execution sub-agent runs generated scripts in a sandbox to compute, transform, and verify inline — behind the same approval gate and audit log as any other action. See Code & repos in the docs. (The desktop Gnomus Code apps and Gnomus Synth on-the-fly tool synthesis are AgenticWork products, not part of the open-source edition.)