Expand description
Browser-free deterministic Task Protocol execution-plan compiler. Browser-free compilation from authored tasks to bounded execution plans.
The compiler emits intent-level operations only. A later runtime may resolve those operations against a validated Web IR revision and apply policy gates.
Structs§
- Task
Compilation Error - Path-aware compiler or plan validation failure.
- Task
Execution Plan - Browser-free output of Task Protocol compilation.
- Task
Plan Step - One stable, typed step in an execution plan.
Enums§
- Task
Plan Operation - Intent-level operations emitted by the Task Protocol compiler.
Constants§
- TASK_
PLAN_ SCHEMA_ VERSION - Version of the deterministic execution-plan contract.
Functions§
- compile_
task - Compile an authored task without browser access or side effects.