Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TIMEZONE | No | Timezone for cron scheduling | Australia/Sydney |
DIGEST_TO | No | Email address to send digest to | |
MOCK_DATA | No | Use mock data instead of real scraping/scanning | |
SMTP_HOST | No | SMTP server hostname | |
SMTP_PASS | No | SMTP password | |
SMTP_PORT | No | SMTP server port | 587 |
SMTP_USER | No | SMTP username | |
DIGEST_FROM | No | Email address to send digest from | |
OPENAI_MODEL | No | The OpenAI model to use for job matching | gpt-4o |
LINKEDIN_EMAIL | Yes | Your LinkedIn email address | |
OPENAI_API_KEY | Yes | Your OpenAI API key | |
LINKEDIN_PASSWORD | Yes | Your LinkedIn password | |
LINKEDIN_SEARCH_URL | Yes | LinkedIn job search URL with your search terms | |
DEEP_SCAN_CONCURRENCY | No | Number of concurrent deep scans to perform | 2 |
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 |