Expand description
Fluent builder API for constructing Deep Agents
This module provides the ConfigurableAgentBuilder that offers a fluent interface for building Deep Agents, mirroring the Python SDK’s ergonomic construction patterns.
Structs§
- Configurable
Agent Builder - Builder API to assemble a DeepAgent in a single fluent flow, mirroring the Python
create_configurable_agent
experience. Prefer this for ergonomic construction.