Execute concept + condition + action pipeline
POST/evaluate/full
Run the full ψ → φ → α pipeline for a given entity.
Executes the concept (ψ), evaluates the condition (φ), and dispatches bound actions (α). Fully deterministic when timestamp is provided.
actions_triggered[] is nested inside decision (DecisionResult), not at the top level of FullPipelineResult — this is a hard API contract.
dry_run=True simulates the pipeline without firing actions. explain=True populates result.explanation with per-node trace.
HTTP 404 — concept, condition, or entity not found. HTTP 408 — execution timeout. HTTP 422 — execution error (missing data, null propagation).
Request
Responses
- 200
- 422
Successful Response
Validation Error