Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CDP_HOST | No | CDP server host | localhost |
CDP_PORT | No | CDP server port | 9222 |
LLM_HOST | No | The host for LLM services | localhost |
LLM_PORT | No | The port for LLM services | 11434 |
LLM_JAN_PORT | No | The port for JAN AI services | 1337 |
BROWSER_ENGINE | No | Browser engine to use (playwright or cdp) | playwright |
CDP_REMOTE_URL | No | Remote CDP server URL | |
OPENAI_API_KEY | No | Your OpenAI API key for external LLM APIs | |
ANTHROPIC_API_KEY | No | Your Anthropic API key for external LLM APIs | |
LLM_DEFAULT_MODEL | No | The default LLM model to use | ollama:llama3.1 |
CDP_REMOTE_API_KEY | No | API key for remote CDP server | |
CDP_REMOTE_SSL_MODE | No | SSL mode for remote CDP server |
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 |