aps-agent/requirements.txt

12 lines
607 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.

# ============================================================
# APS 智能体 · pip 依赖清单(与 pyproject.toml 保持一致)
# 用法:pip install -r requirements.txt
# ============================================================
fastapi>=0.115 # Web 框架:HTTP API + SSE
uvicorn[standard]>=0.30 # ASGI 服务器
httpx>=0.27 # 调用 DeepSeek/KIMI 的异步 HTTP 客户端
pydantic>=2.7 # 契约校验(意图/UI块/命令)
python-dotenv>=1.0 # .env 环境配置加载
pytest>=8.0 # 黄金测试
pytest-asyncio>=0.23 # 异步测试支持