Files
aiagent/backend/requirements.txt
renjianbo 68fbadae76 feat: add 8 builtin tools, AgentSchedules management page, Celery Beat integration
- Add 3 schedule tools (create/list/delete) and 5 utility tools (crypto, random, email, URL, regex)
- Add frontend AgentSchedules.vue page with full CRUD, cron presets, manual trigger
- Integrate Celery Beat for automatic schedule execution
- Update startup scripts with Celery Beat launch
- Fix schedule list API to show all schedules for admin users
- Add celrybeat-schedule.* to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-02 19:14:25 +08:00

62 lines
887 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# FastAPI
fastapi==0.104.1
uvicorn[standard]==0.24.0
python-multipart==0.0.6
# Database
sqlalchemy==2.0.23
alembic==1.12.1
pymysql==1.1.0
cryptography==41.0.7
# Redis
redis==5.0.1
# Celery
celery==5.3.4
# Authentication
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-dotenv==1.0.0
# Validation
pydantic==2.5.0
pydantic-settings==2.1.0
email-validator==2.1.0
# LangChain
langchain==0.0.350
langchain-openai==0.0.2
langchain-community==0.0.10
# OpenAI
openai>=1.6.1,<2.0.0
# HTTP Client
httpx==0.25.2
# Email
aiosmtplib==3.0.1
# Message Queue
aio-pika==9.2.0 # RabbitMQ
kafka-python==2.0.2 # Kafka
# Utilities
python-dateutil==2.8.2
croniter==2.0.7
# file_readPDF / Word / Excel / 图片 OCR
pypdf==4.0.1
python-docx==1.1.0
openpyxl==3.1.2
Pillow==10.2.0
pytesseract==0.3.10
# Development
pytest==7.4.3
pytest-asyncio==0.21.1
black==23.11.0
flake8==6.1.0