LlamaIndex Tools Integration: Exa
This tool connects to Exa, one of the best web search APIs for AI, to easily enable your agent to search and get HTML content from the Internet.
To begin, you need to obtain an API key on the Exa developer dashboard.
Usage
This tool has more a extensive example usage documented in a Jupyter notebook here
Here's an example usage of the ExaToolSpec.
# %pip install llama-index llama-index-core llama-index-tools-exa
from llama_index.tools.exa import ExaToolSpec
from llama_index.core.agent.workflow import FunctionAgent
from llama_index.llms.openai import OpenAI
exa_tool = ExaToolSpec(
api_key=os.environ["EXA_API_KEY"],
)
agent = FunctionAgent(
tools=exa_tool.to_tool_list(),
llm=OpenAI(model="gpt-4.1"),
)
print(
await agent.run(
"Can you summarize the news published in the last month on superconductors"
)
)
search: Search the web using Exa for a list of articles relating to a natural language query
retrieve_documents: Retrieve a list of documents returned from exa_search.
search_and_retrieve_highlights: Search and retrieve query-relevant highlights from results.
search_and_retrieve_documents: Combines search and retrieve_documents to directly return a list of documents related to a search
current_date: Utility for the Agent to get todays date
This loader is designed to be used as a way to load data as a Tool in a Agent.
Release files for llama-index-tools-exa 0.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| llama_index_tools_exa-0.6.0.tar.gz | 5.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| llama_index_tools_exa-0.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.8 kB
Release files / llama_index_tools_exa-0.6.0.tar.gz
| Download URL | llama_index_tools_exa-0.6.0.tar.gz |
|---|---|
| Size | 5.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
24ed73da29ceec5bae48a812570b8a05b9bd7164a90a80f7f1b900dfb15427fe
|
|
BLAKE2b-256 checksum How to use checksums |
fd6c8d8b33e3c64b9edc6bc245bea6c804f79040cee22338ea2b68b559e517bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / llama_index_tools_exa-0.6.0-py3-none-any.whl
| Download URL | llama_index_tools_exa-0.6.0-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8c7589636fbc744148c8cc76db2815737563ba125b5f93bf757b69d58f439a82
|
|
BLAKE2b-256 checksum How to use checksums |
745900e68b68981ad551decacde2848320e346ba1b188635a6221b42ad101e98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|