Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP__ENV | No | Application environment | dev |
| APP__PORT | No | Application port | 9090 |
| APP__DEBUG | No | Enable debug mode | true |
| BROWSER__HEADLESS | No | Run browser in headless mode | false |
| STORE__OUTPUT_DIR | No | Output directory for data storage | ./data |
| CRAWL__MAX_NOTES_COUNT | No | Maximum number of notes to crawl | 15 |
| PLATFORM__ENABLED_PLATFORMS | No | Enabled platforms | all |
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 | |