Skip to content

Agent Settings

The Agent Settings page in the Web UI (/agent-settings) configures the built-in AI agent itself.

This is broader than workflow type: agent or workflow type: chat configuration.

It controls:

  • The Web UI assistant
  • The model registry used by the built-in agent
  • Tool permissions and bash command policy
  • Provider-native web search for agent sessions
  • The default soul/personality
  • Prerequisites for Workflow Operator on Slack and Telegram

If you are looking for workflow YAML configuration, see Agent Step and Chat & LLM.

Start Here

The settings surface is split into smaller pages:

What This Page Does Not Replace

  • It does not replace workflow type: agent settings in DAG YAML
  • It does not replace workflow type: chat settings in DAG YAML
  • It does not configure chat-bot platform tokens for Slack or Telegram

Those are separate features with their own documentation.

  1. Enable the built-in agent
  2. Add at least one model
  3. Set the default model
  4. Review tool permissions and bash command policy
  5. Optionally select a default soul
  6. Optionally enable provider-native web search
  7. Only then configure Workflow Operator (Chat Bot)

Relationship to Workflow Features

Workflow type: agent

The settings page does not replace the agent workflow step. The agent step is a separate DAG feature for running a multi-turn tool-calling loop inside a workflow. See Agent Step.

Workflow type: chat

The settings page also does not replace the chat workflow step. type: chat is a workflow feature for direct LLM calls in DAGs. See Chat & LLM.

Workflow Operator (Chat Bot)

Workflow Operator depends on the built-in AI agent being configured first. Slack and Telegram conversations are routed into agent sessions, so the agent must already have a working model and policy configuration.

See:

See Also

Released under the MIT License.