# buildExplorationPlan

**Kind:** Function

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

Build a codebase exploration plan.

Launches 3 parallel explorers that investigate the codebase from different
angles, then synthesizes their findings into a unified understanding.

## Signature

```ts
function buildExplorationPlan(options: {
  query?: string;
  workspace?: string;
}): OrchestrationPlan
```

## Parameters

| Name | Type |
|---|---|
| `options` | `{
  query?: string;
  workspace?: string;
}` |

**Returns:** `OrchestrationPlan`
