Expand description
Configuration structs and types for Deep Agents
This module contains all the configuration structures used to build Deep Agents, including parameter structs that mirror the Python SDK API.
Structsยง
- Create
Deep Agent Params - Parameters for create_deep_agent() that mirror the Python API exactly
- Deep
Agent Config - Configuration for building a deep agent instance.
- SubAgent
Config - Configuration for creating and registering a subagent using a simple, Python-like shape.
- Summarization
Config - Configuration for summarization middleware