Skip to main content

Agents

A runtime for meta-assistants: an agent that can call other agents. Each agent is system prompt + model + tools with its own session, memory and message history. A main agent decomposes a task and hands sub-tasks to specialized sub-agents — for parallelism, specialization, and a smaller main context.

This area is a self-contained platform — it builds and runs on its own and does not require the workflow or semantic-ui areas.

Agent runtime internals

See it in action

A research-lead agent planning a task, spawning web-researcher sub-agents in parallel, having a verifier check their findings, and writing the result to the workspace. The diagram shows the flow; the recording below shows the same flow running live in the Admin UI.

Research-lead flow

The agent runtime running the research-lead flow

What's in this section

Configuration & reference