Static compileCompile a mission config into a CompiledExecutionGraph.
Uses the current stub planner that generates a simple phase-ordered plan based on the mission goal template. Planner-backed decomposition is not wired into this compiler yet.
Fully-populated MissionConfig object produced by MissionBuilder.
A validated CompiledExecutionGraph ready for GraphRuntime.
When GraphValidator.validate() reports structural errors.
Static compiler that transforms a
MissionConfiginto aCompiledExecutionGraph.The compiler is intentionally stateless — call
MissionCompiler.compile()as many times as needed; each invocation is fully isolated.Example