Network
createNetwork
Define a network
Networks are defined using the createNetwork
function.
Options
Agents that can be called from within the Network
.
The provider model to use for routing inference calls.
The system prompt, as a string or function. Functions let you change prompts based off of state and memory
Defined tools that an agent can call.
Tools are created via createTypedTool
.