AgentUI
AgentUI is the fork’s visual agent builder. It lets anyone on the team create custom conversational agents — support bots, internal assistants, domain experts — without writing code.
What you can configure
Section titled “What you can configure”- Personality — the system prompt that defines how the agent behaves and speaks.
- Model — any connected provider model, including combos with failover.
- Channel — expose the agent through Telegram, so people can talk to it from the chat app.
- Knowledge sources (RAG) — ground the agent in your own documents and data.
- Guardrails — protection against prompt injection, so external content can’t hijack the agent’s instructions.
Natural-language drafting
Section titled “Natural-language drafting”Describe the agent you want in plain language and AgentUI generates the first draft for you — personality, instructions and suggested configuration — which you then refine in the page-based editor.
Test before you publish
Section titled “Test before you publish”Every agent has a built-in sandbox chat. Talk to the agent, adjust its behavior and iterate safely before enabling it. Agents can be enabled or disabled per session without losing their configuration.
Typical use cases
Section titled “Typical use cases”- A support agent grounded in your help-center content.
- An onboarding assistant that answers questions about internal processes.
- A domain expert fed with your product documentation via RAG.