Skip to content

orchestration/planner.generatePlan

Type: action Module: convex/orchestration/planner.ts

{
orgId: string,
programId: Id<"programs">,
runId: Id<"orchestrationRuns">,
}

Generate an AI-powered execution plan for an orchestration run. Analyzes tasks, skills, and repository context to produce an optimal execution sequence. @param orgId - Organization ID @param programId - Target program @param runId - The orchestration run to plan