pub fn create_async_deep_agent(
params: CreateDeepAgentParams,
) -> Result<DeepAgent>
Expand description
Async constructor alias to mirror the Python API surface.
The underlying runtime already executes every tool and planner call asynchronously,
so this currently delegates to create_deep_agent
.
Mirrors Python’s async_create_deep_agent()
function.