Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| OLLAMA_HOST | No | Ollama host URL | http://localhost:11434 |
| GITHUB_TOKEN | No | GitHub API token for higher rate limits (optional) | |
| OLLAMA_MODEL | No | Ollama model to use | gemma3n:e4b |
| TAVILY_API_KEY | No | Tavily API key for web search company research (optional) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |