type ExtState = (Arc<ToolRegistry>, Arc<AgentRegistry>);Expand description
Extra extensions (custom Rust tools and agents) passed alongside the main AppState.
type ExtState = (Arc<ToolRegistry>, Arc<AgentRegistry>);Extra extensions (custom Rust tools and agents) passed alongside the main AppState.