Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging verbosity | INFO |
| MAX_RESULTS | No | Default max query results | 10 |
| QDRANT_HOST | No | Qdrant server host | localhost |
| QDRANT_PORT | No | Qdrant server port | 6333 |
| QDRANT_API_KEY | No | API key for Qdrant Cloud | |
| EMBEDDING_MODEL | No | Sentence transformer model | all-MiniLM-L6-v2 |
| DEFAULT_AGENT_ID | No | Default agent identifier | default |
| EMBEDDING_DIMENSION | No | Vector dimension size | 384 |
| SIMILARITY_THRESHOLD | No | Duplicate detection threshold | 0.8 |
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 | |