Expand description
Deep Agent implementation modules
This module contains the core Deep Agent implementation split into logical components:
api
: Public API functions that mirror the Python SDK exactlyconfig
: Configuration structs and buildersruntime
: Core DeepAgent runtime implementationbuilder
: Fluent builder pattern for agent construction
Re-exports§
pub use api::create_async_deep_agent;
pub use api::create_deep_agent;
pub use api::get_default_model;
pub use builder::ConfigurableAgentBuilder;
pub use config::CreateDeepAgentParams;
pub use config::DeepAgentConfig;
pub use config::SubAgentConfig;
pub use config::SummarizationConfig;
pub use runtime::DeepAgent;