Traversaal
Configure Traversaal as an agent search tool in LibreChat
Traversaal is a built-in agent search tool that sends a natural-language query to Traversaal Ares and returns a response with source URLs when available.
Setup
Get a Traversaal API Key
Create an account and get an API key from api.traversaal.ai.
Restart LibreChat
| Deployment | Command |
|---|---|
| Docker | docker compose down && docker compose up -d |
| Local | Stop the server, then run npm run backend again |
Add Traversaal to an Agent
In LibreChat, select Agents, create or edit an agent, open the agent's Tools list, select Traversaal, and save the agent.
Parameters
| Parameter | Description |
|---|---|
query | A complete sentence describing what the agent should search for. Required. |
Example Prompts
Troubleshooting
- If Traversaal returns an authentication error, confirm
TRAVERSAAL_API_KEYis set and restart LibreChat. - If the tool is not visible in the Agent Builder, check
includedTools,filteredTools, and the agent'stoolscapability.
How is this guide?