Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALAYA_DB | No | Path to SQLite database | ~/.alaya/memory.db |
| ALAYA_LLM_MODEL | No | Model name. Any small/fast model works (GPT-4o-mini, Haiku, Gemini Flash, etc.) | gpt-4o-mini |
| ALAYA_LLM_API_KEY | No | API key for auto-consolidation (enables ExtractionProvider). Requires llm feature. | |
| ALAYA_LLM_API_URL | No | OpenAI-compatible chat completions endpoint | https://api.openai.com/v1/chat/completions |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
No capabilities declared | |
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 | |