Skip to content

buildExplorationPlan

reference
1 min readUpdated

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

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

Parameters

NameType
options`{
query?: string;
workspace?: string;
}`

Returns: OrchestrationPlan

Was this page helpful?

Download as PDF