Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KAFKAIQ_GMAIL_USER | No | Your Gmail address for sending email notifications | |
| KAFKAIQ_GMAIL_PASSWORD | No | Your Gmail app password (2FA required) for authentication | |
| KAFKAIQ_TEMPORAL_MAX_EVENTS | No | Maximum number of events to store in temporal memory | 100000 |
| KAFKAIQ_TEMPORAL_AUTO_PERSIST | No | Automatically save temporal state on exit | true |
| KAFKAIQ_TEMPORAL_PERSIST_PATH | No | File path for saving temporal state | temporal_state.json |
| KAFKAIQ_TEMPORAL_RETENTION_HOURS | No | How long to keep events in temporal memory (in hours) | 24 |
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 | |