Module runtime

Source
Expand description

Deep Agent runtime implementation

This module contains the core DeepAgent struct and its runtime behavior, including message handling, tool execution, HITL support, and state management.

Structs§

DeepAgent
Core Deep Agent runtime implementation

Functions§

create_deep_agent_from_config
Create a deep agent from configuration - matches Python middleware assembly exactly