Merge pull request #342 from mjdierkes/feat/dramatiq-background-tasks

Add dependencies for background task processing with Dramatiq
This commit is contained in:
Marko Kraemer 2025-05-16 21:12:00 +02:00 committed by GitHub
commit 0cdbbdbf2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 212 additions and 307 deletions

516
backend/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -49,6 +49,9 @@ vncdotool = "^1.2.0"
tavily-python = "^0.5.4"
pytesseract = "^0.3.13"
stripe = "^12.0.1"
dramatiq = "^1.17.1"
pika = "^1.3.2"
prometheus-client = "^0.21.1"
[tool.poetry.scripts]
agentpress = "agentpress.cli:main"