← Back to Glossary
Workflow Graph (Nodes & Edges)
Structuring agent execution as a directed graph where nodes perform actions and edges handle routing decisions.
Why it exists
Gives developers explicit control over conditional branching, parallel tasks, and retries in agent systems.
How it works
Nodes execute functions (LLM call, API request). Edges use conditional logic functions to determine the next destination node.
Related terms
Where you'll use this
roadmap