Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EXA_API_KEY | No | API key for Exa neural search engine (Get yours at https://dashboard.exa.ai/api-keys) | |
| TAVILY_API_KEY | No | API key for Tavily web search service | |
| PERPLEXITY_API_KEY | No | API key for Perplexity AI-powered search service |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| research | Research a topic using web search and LLM synthesis |
| get_status | Get the current status of any ongoing research |
| configure | Configure the research parameters (max loops, LLM model, search API) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |