Skip to main content

Module task_compiler

Module task_compiler 

Source
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§

TaskCompilationError
Path-aware compiler or plan validation failure.
TaskExecutionPlan
Browser-free output of Task Protocol compilation.
TaskPlanStep
One stable, typed step in an execution plan.

Enums§

TaskPlanOperation
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.