Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTGRES_URL | No | PostgreSQL connection URL (when DATA_STORE_TYPE=postgresql). Format: postgresql://user:password@host:port/database | |
| DATA_STORE_TYPE | No | Storage backend type. Options: 'filesystem' or 'postgresql' | filesystem |
| FILESYSTEM_PATH | No | Path to filesystem storage directory (when DATA_STORE_TYPE=filesystem) | /tmp/tasks |
| MULTI_AGENT_ENVIRONMENT_BEHAVIOR | No | Controls how tasks appear in 'ready tasks' queries. 'false' (default): both NOT_STARTED and IN_PROGRESS tasks are ready. 'true': only NOT_STARTED tasks are ready (prevents multiple agents from working on same task) | false |
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 | |