Files
matrix-ai-agent/requirements.txt
Christian Gick 5c5f442a74 feat: Add PDF reading support to Matrix AI bot (MAT-10)
- Register RoomMessageFile callback, filter for application/pdf
- Extract text from PDFs using pymupdf (fitz)
- Send extracted text as context to LLM for summarization/Q&A
- Truncate at 50k chars to avoid token limits
- Add pymupdf to requirements.txt

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 22:09:24 +02:00

12 lines
272 B
Plaintext

livekit-agents>=1.4,<2.0
livekit-plugins-openai>=1.4,<2.0
livekit-plugins-elevenlabs>=1.4,<2.0
livekit-plugins-silero>=1.4,<2.0
livekit>=1.0,<2.0
livekit-api>=1.0,<2.0
matrix-nio[e2e]>=0.25,<1.0
canonicaljson>=2.0,<3.0
httpx>=0.27,<1.0
openai>=2.0,<3.0
pymupdf>=1.24,<2.0