Skip to content

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.

  • 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.

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.

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.

  • 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.