# AgentCommandOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/cli/src/commands/agent.command.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/cli/src/commands/agent.command.ts#L93)

## Properties

| Property | Type |
|---|---|
| `model` | `string` |
| `workspace` | `string` |
| `maxTurns` | `string` |
| `autonomous` | `boolean` |
| `verbose` | `boolean` |
| `project` | `string` |
| `org` | `string` |
| `super` | `boolean` |
| `routingTable` | `string` |
| `continue` | `string | boolean` |
| `mode` | `string` |
| `remoteTriggers` | `boolean` |
