Summary
Create an example Slack bot that uses ZettelForge for CTI memory.
Context
A Slack bot example shows how to integrate ZettelForge into a real-world workflow. Analysts can query threat intel from Slack.
- File to create:
examples/slack_bot.py
- Framework:
slack_bolt
Acceptance Criteria
Summary
Create an example Slack bot that uses ZettelForge for CTI memory.
Context
A Slack bot example shows how to integrate ZettelForge into a real-world workflow. Analysts can query threat intel from Slack.
examples/slack_bot.pyslack_boltAcceptance Criteria
slack_boltfor the bot framework/remember <text>— store CTI content/recall <query>— search memories/entity <type> <value>— fast entity lookup (e.g.,/entity actor apt28)SLACK_BOT_TOKEN,SLACK_APP_TOKENrequirements.txtor pip install line in the docstring