Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMBEDDING_MODEL | No | Model name for embeddings | all-MiniLM-L6-v2 |
| RATE_LIMIT_WINDOW | No | Time window in seconds for rate limiting | 60 |
| MEMORY_STORAGE_PATH | No | Storage directory for memory data | memory_data |
| RATE_LIMIT_REQUESTS | No | Maximum number of requests allowed | 100 |
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 | |