adk_graph_node (erlang_adk v0.2.5)
View Sourceadk_graph_node - Helper functions for creating common graph nodes.
Erlang ADK graphs can contain various node types. This module provides builders for common node types to simplify graph construction.
Summary
Functions
Create a node that executes an agent. The agent will generate a response based on the current state (memory/events).
Create a node that executes a pure Erlang function on the state. Function should take a map (State) and return a map (StateDelta).
Create a node that executes pending tool calls.
Functions
Create a node that executes an agent. The agent will generate a response based on the current state (memory/events).
Create a node that executes a pure Erlang function on the state. Function should take a map (State) and return a map (StateDelta).
Create a node that executes pending tool calls.