Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIP_MODEL | No | CLIP model to use for image embeddings | ViT-B/32 |
| QDRANT_URL | No | URL to the Qdrant vector database used for visual memory storage | http://localhost:6334 |
| COMFYUI_URL | No | URL to the ComfyUI instance used for image generation | http://localhost:8188 |
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 | |