Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BA_USERNAME | No | Default user ID | buildautomata_ai_v012 |
| QDRANT_HOST | No | Qdrant server host | localhost |
| QDRANT_PORT | No | Qdrant server port | 6333 |
| MAX_MEMORIES | No | Max memories before pruning | 10000 |
| BA_AGENT_NAME | No | Default agent ID | claude_assistant |
| CACHE_MAXSIZE | No | LRU cache size | 1000 |
| QDRANT_MAX_RETRIES | No | Retry attempts | 3 |
| MAINTENANCE_INTERVAL_HOURS | No | Auto-maintenance interval | 24 |
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 | |