Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | Yes | URL of the Redis server (e.g., redis://localhost:6379 or redis://redis_db:6379 in Docker). | |
| SEMANTIC_INDEX_NAME | No | Name of the RediSearch index for semantic memory. | idx:semantic_memory |
| SEMANTIC_VECTOR_DIM | No | Dimension of the embedding vectors. | 1536 |
| SEMANTIC_DISTANCE_METRIC | No | Distance metric for semantic search: COSINE, L2, or IP. | COSINE |
Capabilities
Server capabilities have not been inspected yet.
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 | |