Expand description
Edge definition for LangGraph
Edges define transitions between nodes. They can be fixed (always go to the same target) or conditional (route based on state).
Structs§
- Async
Function Router - Async function-based conditional router
- Function
Router - Function-based conditional router
Enums§
- Edge
Target - Edge target specification
- Graph
Edge - Graph Edge enum
Constants§
- ROUTE_
CONTINUE - Common routing keys
- ROUTE_
END - Routing key meaning “end execution”.
- ROUTE_
ERROR - Routing key meaning “error occurred”.
Traits§
- Conditional
Edge - Conditional routing function trait