Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | HTTP server host | 0.0.0.0 |
PORT | No | HTTP server port | 8080 |
MAX_BACKUPS | No | Maximum number of backup files to keep | 10 |
MEMORY_STORAGE_DIR | No | Directory for storing graph data | ./data/memory |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |