Skip to content

symfonic.core.orchestration

orchestration

Phase 2 orchestration protocols — interface-only, no implementation.

Defines Planner and ExecutionEngine contracts for Phase 3 implementation.

ExecutionEngine

Bases: Protocol

Executes planned steps. Phase 3 implementation.

Planner

Bases: Protocol

Plans execution steps. Phase 3 implementation.