requirements.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # InnoCore AI - Core Dependencies
  2. # 核心依赖列表 - 已验证可用
  3. # Web Framework
  4. fastapi==0.121.3
  5. uvicorn[standard]==0.38.0
  6. python-multipart==0.0.20
  7. starlette==0.50.0
  8. # Database
  9. sqlalchemy==2.0.44
  10. asyncpg==0.30.0
  11. redis==7.1.0
  12. # AI & ML Framework
  13. hello-agents[all]>=0.2.7 # HelloAgent 框架(包含所有功能)
  14. openai>=1.0.0 # OpenAI API 客户端
  15. tiktoken>=0.5.0 # Token 计数工具
  16. # Vector Database
  17. chromadb==1.3.5
  18. qdrant-client==1.16.0
  19. # Deep Learning
  20. torch==2.9.1
  21. transformers==4.57.1
  22. sentence-transformers==5.1.2
  23. safetensors==0.7.0
  24. # Data Processing
  25. numpy==2.2.6
  26. scipy==1.15.3
  27. scikit-learn==1.7.2
  28. pandas==2.1.4
  29. # HTTP Client
  30. httpx==0.28.1
  31. aiohttp==3.13.2
  32. requests==2.32.5
  33. # Data Validation
  34. pydantic==2.12.4
  35. pydantic-core==2.41.5
  36. # Utilities
  37. python-dotenv==1.2.1
  38. pyyaml==6.0.3
  39. tenacity==9.1.2
  40. tqdm==4.67.1
  41. click==8.3.1
  42. # Monitoring & Telemetry
  43. opentelemetry-api==1.38.0
  44. opentelemetry-sdk==1.38.0
  45. opentelemetry-exporter-otlp-proto-grpc==1.38.0
  46. # Additional Dependencies
  47. huggingface-hub==0.36.0
  48. tokenizers==0.22.1
  49. jinja2==3.1.6
  50. rich==14.2.0
  51. typer==0.20.0
  52. jsonpatch==1.33
  53. orjson==3.11.4
  54. protobuf==6.33.1
  55. grpcio==1.76.0
  56. kubernetes==34.1.0
  57. onnxruntime==1.23.2
  58. bcrypt==5.0.0
  59. # Literature Search & Processing
  60. feedparser==6.0.12
  61. beautifulsoup4==4.14.2
  62. lxml==6.0.2
  63. arxiv==2.3.1
  64. scholarly==1.7.11
  65. selenium==4.38.0
  66. # PDF Processing
  67. PyPDF2==3.0.1
  68. pdfplumber==0.11.0
  69. pypdf==3.17.4