Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HOST | No | Server host | localhost |
PORT | No | Server port | 3000 |
DEBUG | No | Debug logging level (0=Error, 1=Warn, 2=Info, 3=Debug, 4=Trace) | 1 |
DB_FILENAME | No | Database filename for KuzuDB | memory-bank.kuzu |
OPENAI_API_KEY | No | Your OpenAI API key for memory optimization features | |
OPENAI_BASE_URL | No | Custom OpenAI API endpoint | https://api.openai.com/v1 |
HTTP_STREAM_PORT | No | Port for HTTP stream server | 3001 |
ANTHROPIC_API_KEY | No | Your Anthropic API key for memory optimization features | |
ANTHROPIC_BASE_URL | No | Custom Anthropic API endpoint | https://api.anthropic.com |
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 |