Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 0.0.0.0 |
| PORT | No | Server port | 8000 |
| DEBUG | No | Debug mode | false |
| REDIS_URL | No | Redis connection URL | redis://localhost:6379/0 |
| SECRET_KEY | Yes | JWT secret key | |
| DATABASE_URL | Yes | PostgreSQL connection URL | |
| JWT_ALGORITHM | No | JWT algorithm | HS256 |
| JWT_EXPIRE_MINUTES | No | JWT expiration time in minutes | 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 | |