Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host address to run the FastAPI server on. | 127.0.0.1 |
| PORT | No | The port number to run the FastAPI server on. | 8000 |
| DB_MODE | No | The database mode to use (e.g., local). | local |
| LOG_LEVEL | No | The logging level for the application. | INFO |
| CHROMA_DB_PATH | No | Path to the ChromaDB storage directory. | ./chroma_db |
| ALLOWED_ORIGINS | No | Comma-separated list of allowed CORS origins. | http://localhost:3000,http://localhost:3001 |
| PUBLIC_SUPABASE_API | No | The API key for Supabase (anon-key or service-role-key). | |
| PUBLIC_SUPABASE_URL | No | The URL for the Supabase instance. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |