Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ID | No | Node identifier for cluster | local |
| PYTHONPATH | Yes | Path to the universal-ai-chat/src directory to allow Python to import the package. | |
| AI_PLATFORM | Yes | Platform type (claude-code, codex-cli, gemini-cli) | claude-code |
| QDRANT_HOST | No | Qdrant server host | localhost |
| QDRANT_PORT | No | Qdrant server port | 6333 |
| STORAGE_BASE | No | Base path for databases | /mnt/agentic-system |
| AI_SESSION_ID | No | Unique session identifier | Auto-generated |
| AI_DISPLAY_NAME | No | Human-readable session name | Auto-generated |
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 | |