execute_flow
Routes user queries through epistemic signals to automatically select and execute the appropriate pipeline for fast answers, verification, compilation, change-driven events, or self-improvement.
Instructions
Execute a full canonical epistemic flow end-to-end.
Routes the query through the Epistemic Ingress Controller (4 signals: intent, belief coverage, freshness, risk), then chains the appropriate pipeline steps automatically:
① Fast Answer: Belief → Action ② Verify Before Answer: Belief → Verification → Action ③ Compile On Demand: Truth → Belief → Verification → Action ④ Change-Driven: Event → Truth → Belief → Verification → Action ⑤ Self-Improvement: Misses → Verification → Evolution → Belief
Args: query: The user query or event description diff_text: Raw diff for change-driven flows (Flow ④) is_event: True if this is a change-driven event event_type: Type of event (pr, commit, release, incident, scheduled)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| is_event | No | ||
| diff_text | No | ||
| event_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |