pub fn state_with_tools(tools: Vec<Arc<dyn Tool>>) -> AppState
Extend an existing AppState with additional tools (used by tests).
AppState