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 | Enable debug mode | false |
| CRAWL_DELAY | No | Delay between requests (seconds) | 1.0 |
| DATABASE_URL | No | Database connection string | sqlite+aiosqlite:///./data/job_analyzer.db |
| REQUEST_TIMEOUT | No | HTTP request timeout (seconds) | 30 |
| ENABLE_CRUNCHBASE | No | Enable Crunchbase enrichment | false |
| CRUNCHBASE_API_KEY | No | Crunchbase API key | |
| RESPECT_ROBOTS_TXT | No | Respect robots.txt | true |
| DATA_RETENTION_DAYS | No | Data retention period | 90 |
| MAX_CONCURRENT_REQUESTS | No | Max concurrent HTTP requests | 10 |
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 | |