{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/orchestration/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,oBAAoB,EACpB,KAAK,yBAAyB,EAC9B,kBAAkB,EAClB,oBAAoB,EACpB,8BAA8B,EAC9B,uBAAuB,EACvB,qBAAqB,EACrB,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACxB,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,GAC7B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACN,iCAAiC,EACjC,KAAK,wCAAwC,GAC7C,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACN,yBAAyB,EACzB,KAAK,0BAA0B,EAC/B,uBAAuB,GACvB,MAAM,UAAU,CAAC;AAClB,OAAO,EACN,oCAAoC,EACpC,8BAA8B,EAC9B,KAAK,qCAAqC,EAC1C,KAAK,mCAAmC,EACxC,KAAK,iCAAiC,EACtC,8BAA8B,GAC9B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACN,kCAAkC,EAClC,4BAA4B,EAC5B,KAAK,mCAAmC,GACxC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACN,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EACzB,KAAK,0BAA0B,EAC/B,KAAK,oBAAoB,EACzB,KAAK,4BAA4B,EACjC,KAAK,mBAAmB,EACxB,mBAAmB,EACnB,KAAK,qBAAqB,GAC1B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACN,kCAAkC,EAClC,qCAAqC,EACrC,KAAK,4BAA4B,EACjC,KAAK,mCAAmC,GACxC,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACN,sBAAsB,EACtB,iBAAiB,EACjB,kCAAkC,EAClC,0BAA0B,EAC1B,sBAAsB,EACtB,kBAAkB,EAClB,KAAK,kBAAkB,EACvB,KAAK,sBAAsB,GAC3B,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACN,2BAA2B,EAC3B,qBAAqB,EACrB,4BAA4B,EAC5B,KAAK,4BAA4B,EACjC,KAAK,+BAA+B,EACpC,8BAA8B,EAC9B,KAAK,qCAAqC,EAC1C,KAAK,oCAAoC,GACzC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACN,4BAA4B,EAC5B,wBAAwB,EACxB,sBAAsB,EACtB,KAAK,6BAA6B,GAClC,MAAM,YAAY,CAAC;AACpB,YAAY,EACX,+BAA+B,EAC/B,kCAAkC,EAClC,kCAAkC,EAClC,iCAAiC,EACjC,8BAA8B,EAC9B,iBAAiB,EACjB,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,EACrB,4BAA4B,EAC5B,uBAAuB,EACvB,iBAAiB,EACjB,yBAAyB,EACzB,oBAAoB,EACpB,yBAAyB,EACzB,sBAAsB,EACtB,0BAA0B,EAC1B,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,4BAA4B,EAC5B,6BAA6B,GAC7B,MAAM,YAAY,CAAC;AACpB,OAAO,EACN,KAAK,8BAA8B,EACnC,yBAAyB,EACzB,oBAAoB,GACpB,MAAM,iBAAiB,CAAC","sourcesContent":["export {\n\tisLocalOperatorModel,\n\ttype LoadOperatorRosterOptions,\n\tloadOperatorRoster,\n\tOPERATOR_LOCAL_MODEL,\n\tOPERATOR_LOCAL_MODEL_REFERENCE,\n\tOPERATOR_LOCAL_PROVIDER,\n\tOPERATOR_ROSTER_NAMES,\n\ttype OperatorRoster,\n\ttype OperatorRosterAgent,\n\ttype OperatorRosterAgentSource,\n\ttype OperatorRosterDiagnostic,\n} from \"../operator-roster.js\";\nexport {\n\tSchedulerWorkerChildExecutionPort,\n\ttype SchedulerWorkerChildExecutionPortOptions,\n} from \"./child-execution-port.js\";\nexport {\n\thandleOrchestratorCommand,\n\ttype OrchestratorCommandOptions,\n\tprintOrchestrationUsage,\n} from \"./cli.js\";\nexport {\n\tcreateOrchestrationLifecycleExecutor,\n\tOrchestrationLifecycleExecutor,\n\ttype OrchestrationLifecycleExecutorOptions,\n\ttype OrchestrationLifecycleLaunchOutcome,\n\ttype OrchestrationLifecycleNodeOutcome,\n\tresolveChildExecutionAuthority,\n} from \"./lifecycle-executor.js\";\nexport {\n\tcreateOrchestrationMissionExecutor,\n\tOrchestrationMissionExecutor,\n\ttype OrchestrationMissionExecutorOptions,\n} from \"./orchestration-mission-executor.js\";\nexport {\n\ttype AutomaticExecuteOptions,\n\ttype AutomaticStartResult,\n\ttype CreateOrchestrationOptions,\n\ttype OrchestrationPreview,\n\ttype OrchestrationReconcileResult,\n\ttype OrchestratorOptions,\n\tOrchestratorService,\n\ttype StartAutomaticOptions,\n} from \"./orchestrator.js\";\nexport {\n\tcreateParentOrchestrationExecution,\n\tDEFAULT_ORCHESTRATION_CHILD_AUTHORITY,\n\ttype ParentOrchestrationExecution,\n\ttype ParentOrchestrationExecutionOptions,\n} from \"./parent-execution.js\";\nexport {\n\tbuildQwenPlannerPrompt,\n\tcreateQwenPlanner,\n\tDEFAULT_QWEN_PLANNER_PROMPT_BUDGET,\n\tminQwenPlannerPromptBudget,\n\tparseQwenPlannerOutput,\n\tQwenPlannerAdapter,\n\ttype QwenPlannerOptions,\n\ttype QwenPlannerPromptInput,\n} from \"./qwen-planner.js\";\nexport {\n\tcreateSchedulerWorkerDriver,\n\tSchedulerWorkerDriver,\n\tSchedulerWorkerDriverFailure,\n\ttype SchedulerWorkerDriverOptions,\n\ttype SchedulerWorkerDriverRunOptions,\n\tSchedulerWorkerTerminalCleanup,\n\ttype SchedulerWorkerTerminalCleanupOptions,\n\ttype SchedulerWorkerTerminalCleanupReport,\n} from \"./scheduler-worker-driver.js\";\nexport {\n\tcreateFileOrchestrationStore,\n\tdefaultOrchestrationRoot,\n\tFileOrchestrationStore,\n\ttype FileOrchestrationStoreOptions,\n} from \"./store.js\";\nexport type {\n\tOrchestrationChildExecutionPort,\n\tOrchestrationChildExecutionReceipt,\n\tOrchestrationChildExecutionRequest,\n\tOrchestrationChildExecutionStatus,\n\tOrchestrationChildWorkerStatus,\n\tOrchestrationEdge,\n\tOrchestrationGraphNode,\n\tOrchestrationJoinResult,\n\tOrchestrationNode,\n\tOrchestrationNodeKind,\n\tOrchestrationNodeRequirement,\n\tOrchestrationNodeStatus,\n\tOrchestrationPlan,\n\tOrchestrationPlanDocument,\n\tOrchestrationPlanner,\n\tOrchestrationPlanProposal,\n\tOrchestrationPlanState,\n\tOrchestrationProposalInput,\n\tOrchestrationReason,\n\tOrchestrationStatus,\n\tOrchestrationStore,\n\tOrchestrationValidationIssue,\n\tOrchestrationValidationResult,\n} from \"./types.js\";\nexport {\n\ttype OrchestrationValidationOptions,\n\tvalidateOrchestrationPlan,\n\tvalidatePlanProposal,\n} from \"./validation.js\";\n"]}