# AgentTemplate

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/orchestrator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/orchestrator.ts#L28)

A template for spawning a sub-agent within a phase

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `focus` | `string` |
| `instructions` | `string` |
| `tools` | `string[]` |
| `model` | `string` |
| `category` | `TaskCategory` |
