- 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>
12 lines
272 B
Plaintext
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
|