Documentation Index
Fetch the complete documentation index at: https://docs.phinite.ai/llms.txt
Use this file to discover all available pages before exploring further.
Concept
Agents can capture variables that summarize outcomes (e.g., status or category). You can reference these as decision variables to control which edge to traverse.Capture decision variables
In the agent’s Variables tab, add Capture Variables the agent will produce (e.g.,
status).Decision variable selection is configured in
drawer/Decision.tsx. At runtime, your backend logic evaluates conditions to choose the edge.