Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | Yes | Model name (e.g., mixtral-8x7b-32768) | |
| LLM_API_KEY | Yes | Your API key | |
| LLM_API_URL | Yes | Your LLM API endpoint (e.g., Groq, OpenAI) | |
| ENCRYPTION_KEY | Yes | A 32-character random key for production |
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 | |