Expand description
Public API functions that mirror the Python SDK exactly
This module provides the main entry points for creating Deep Agents,
matching the Python create_deep_agent()
and async_create_deep_agent()
functions.
Functionsยง
- create_
async_ deep_ agent - Async constructor alias to mirror the Python API surface.
- create_
deep_ agent - Create a deep agent - matches Python create_deep_agent() API exactly
- get_
default_ model - Returns the default language model configured Uses OpenAI GPT-4o-mini for cost-effective operation. This model provides excellent performance at a fraction of the cost compared to larger models.