Implements core bot infrastructure: - modality_map: channel name to modality string mapping (personal_text, voice, fb_messenger, nd_messenger) - config: Config dataclass with env-driven configuration loading for Discord, backend, and email IMAP credentials - backend_client: async HTTP client for posting items to backend /items endpoint All modality_map tests passing (3/3)
5 lines
87 B
Text
5 lines
87 B
Text
discord.py==2.4.0
|
|
httpx==0.27.2
|
|
aioimaplib==1.1.0
|
|
pytest==8.3.3
|
|
pytest-asyncio==0.24.0
|