Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | Yes | Your Gemini API key | |
| LANGSMITH_API_KEY | No | Your LangSmith API key for tracing | |
| LANGSMITH_TRACING | No | Enable LangSmith tracing | true |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| deep_search | Perform a deep search on a given query using an advanced web research agent. Args:
query: The research question or topic to investigate.
effort: The amount of effect for the research, low, medium or hight (default: low).
Returns:
A dictionary containing the answer to the query and a list of sources used. |