Add discord-agent files and enable reply notifications

- Add discord_agent.py with reply() instead of send() for user notifications
- Add Discord bot Dockerfile and requirements.txt
- Add bot cogs (base_cog.py and integration_cog.py)
- Update .gitignore to track discord-agent directory
- Bot now replies to messages triggering notifications for users
This commit is contained in:
Jamie Miller
2026-02-06 04:47:43 +00:00
parent e7cf672603
commit e883671d63
6 changed files with 567 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
discord.py
aiohttp
PyYAML
PyNaCl