agent-task-executor/requirements.txt
zhukang dd797ab5e4 feat: initial commit of agent task executor framework
- Add core task execution framework
- Add LLM integration with DeepSeek
- Add text analysis task implementation
- Add configuration management
- Add tests and documentation
2025-01-14 20:53:09 +08:00

13 lines
235 B
Plaintext

python-dateutil>=2.8.2
typing-extensions>=4.4.0
openai>=1.0.0
python-dotenv>=1.0.0
tenacity>=8.2.0
PyYAML>=6.0.2
cryptography>=44.0.0
pywin32>=308; platform_system == "Windows"
# Test dependencies
pytest>=8.3.4
pytest-asyncio>=0.25.2