Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_API_KEY | Yes | The API key for the LLM provider used for memory distillation and retrieval tasks. | |
| DATABASE_URL | Yes | The connection URL for the PostgreSQL database, used for storing conversation logs, distilled memory, and pgvector embeddings. | |
| EMBEDDING_DIM | No | Dimension of the embeddings. If this value is changed, database migrations must be updated accordingly. | |
| ENABLE_LLM_RERANK | No | If set to 'true', activates LLM-based reranking for low-confidence results during deep retrieval. | |
| SHARED_HMAC_SECRET | Yes | HMAC secret key used to sign and verify shared memory export/import packages. |
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 | |