Module config

Source
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ยง

CreateDeepAgentParams
Parameters for create_deep_agent() that mirror the Python API exactly
DeepAgentConfig
Configuration for building a deep agent instance.
SubAgentConfig
Configuration for creating and registering a subagent using a simple, Python-like shape.
SummarizationConfig
Configuration for summarization middleware