Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TTS_RATE | No | The rate adjustment for the TTS voice. | +0% |
| TTS_VOICE | No | The Edge TTS voice identifier to use for speech synthesis. | en-IE-EmilyNeural |
| OLLAMA_URL | No | The URL for the Ollama server (e.g., http://localhost:11434). | http://localhost:11434 |
| TTS_VOLUME | No | The volume adjustment for the TTS voice. | +0% |
| OLLAMA_MODEL | No | The Ollama model to use for intent detection (e.g., llama3.2). | llama3.2 |
| WHISPER_MODEL | No | The Whisper model size for speech-to-text (tiny, base, small, medium, large). | base |
| AGENT_RUNTIME_URL | No | The URL for the Agent Runtime MCP server integration. | http://localhost:3001 |
| ENHANCED_MEMORY_URL | No | The URL for the Enhanced Memory MCP server integration. | http://localhost:3000 |
| AGI_ORCHESTRATOR_URL | No | The URL for the AGI Orchestrator MCP server integration. | http://localhost:8000 |
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 | |