Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| MAX_RETRIES | No | Max retries for failed requests | 3 |
| RETRY_DELAY | No | Delay between retries (seconds) | 1 |
| AGGREGATOR_HOST | No | Aggregator server host | 0.0.0.0 |
| AGGREGATOR_PORT | No | Aggregator server port | 8003 |
| GRAPH_SERVER_URL | No | Graph server URL | http://localhost:8000 |
| MEMORY_SERVER_URL | No | Memory server URL | http://localhost:8002 |
| GRAPH_SERVER_TIMEOUT | No | Graph server timeout (seconds) | 30 |
| HEALTH_CHECK_INTERVAL | No | Health check interval (seconds) | 30 |
| MEMORY_SERVER_TIMEOUT | No | Memory server timeout (seconds) | 30 |
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 | |