Kind: Function
Source: atloria-monorepo/libs/agent-core/src/autonomous/workflows/exploration.ts
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
tsfunction buildExplorationPlan(options: {
query?: string;
workspace?: string;
}): OrchestrationPlan
Parameters
| Name | Type |
|---|---|
options | `{ |
| query?: string; | |
| workspace?: string; | |
| }` |
Returns: OrchestrationPlan
Was this page helpful?