Overview
ExaTools extends ToolKit and uses the Exa API for neural/keyword web search, clean content extraction from URLs, semantic similarity discovery, and LLM-generated answers with citations.ToolKit: ExaTools inherits from ToolKit. You get all base behavior (e.g.
include_tools, exclude_tools, timeout, use_async). See Creating ToolKit for the full API.Required: Set
EXA_API_KEY (env or .env). Get your key from the Exa Dashboard. Install: pip install exa-py.search, get_contents, find_similar, answer. Use ToolKit’s exclude_tools / include_tools to limit which tools the agent sees.

