pub fn create_deep_agent_from_config(config: DeepAgentConfig) -> DeepAgent
Expand description
Create a deep agent from configuration - matches Python middleware assembly exactly
This function assembles the middleware stack in the same order as the Python SDK: planning → filesystem → subagents → summarization → prompt caching → optional HITL