Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REDIS_URL | Yes | Redis connection URL for caching | redis://localhost:6379 |
DATABASE_URL | Yes | PostgreSQL database connection URL | postgresql://gergy_user:gergy_password@localhost:5432/gergy_knowledge |
HOME_BUDGET_LIMIT | No | Budget limit per day in USD for home server | 8.0 |
FAMILY_BUDGET_LIMIT | No | Budget limit per day in USD for family server | 10.0 |
FINANCIAL_BUDGET_LIMIT | No | Budget limit per day in USD for financial server | 15.0 |
LIFESTYLE_BUDGET_LIMIT | No | Budget limit per day in USD for lifestyle server | 8.0 |
PROFESSIONAL_BUDGET_LIMIT | No | Budget limit per day in USD for professional server | 12.0 |
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 |