FAQ
What is Omnigent?
A framework that runs AI agents behind one interface. It wraps Claude Code, Codex, and Pi, plus custom agents you write in YAML, and gives each one a server, a UI, sandboxing, and policies.
Which models can I use?
Bring your own: an API key, a Claude or ChatGPT plan, an OpenAI- or Anthropic-compatible gateway (OpenRouter, LiteLLM, Ollama, Azure, vLLM), or a Databricks workspace.
How do I run my own agent?
Write a short YAML file with a prompt and a harness, then run omni run on it. See the custom agent guide.
Is it safe to let an agent run on my machine?
Every command runs in an OS-level sandbox (bwrap on Linux, seatbelt on macOS), and policies can pause, block, or cap what an agent does.
Do I need Databricks?
No. Omnigent is open source and runs on your own machine and models. A Databricks workspace is just one supported model provider.
Is it ready for production?
No. It is alpha. Expect rough edges, and tell us where it breaks on Discord.