> ## Documentation Index
> Fetch the complete documentation index at: https://docs.viorant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Master

> Compose a prompt, a model, and skills into one runnable agent.

The **Agent Master** is where the pieces come together. You compose an
[Agent](/concepts/agents) by binding:

* a [**Prompt**](/masters/prompt) — its reasoning,
* a [**Model**](/masters/model) — what it runs on, and
* any [**Skills**](/masters/skill) — what it can do.

The result is a single agent you can test and run locally, with its steps and output
streamed back live.

<Card title="Run an agent locally" icon="play" href="/run-agent-locally">
  Compose, give it a task, and watch it run.
</Card>

<Note>
  Screenshots and a full composition walkthrough are being added to this page.
</Note>
