Module api

Module api 

Source
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.