Files
openmaic/OpenMAIC/lib/pbl/v2/agents/planner-core.ts
2026-08-16 14:58:47 +08:00

16 lines
458 B
TypeScript

/** Compatibility re-exports for the package-owned PBL planning core. */
export {
MAX_SYNTHESIS_STAGES,
PlannerV2Error,
SCENARIO_SCHEMA_VERSION,
applyPlannerProficiency,
buildPlannerSystemPrompt,
buildScenarioDesignBlock,
emptyProject,
instructorProjectAnchor,
newId,
normalizeSynthesisChecks,
plannerCompletionGaps,
} from '@openmaic/generation';
export type { PlannerV2Callbacks, PlannerV2ProgressEvent } from '@openmaic/generation';