Files
ai-agent-book/chapter1/web-search-agent/requirements.txt
T
liqiang b119135836
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
2026-08-20 13:12:50 +00:00

17 lines
475 B
Plaintext

# Kimi Web Search Agent 依赖
# 核心依赖
openai>=1.12.0 # OpenAI Python 客户端,用于调用 Kimi API
requests>=2.31.0 # Kimi Formula declarations and Fiber execution
python-dotenv>=1.0.0 # 环境变量管理
# 可选依赖(用于高级功能)
aiohttp>=3.9.0 # 异步 HTTP 请求
rich>=13.7.0 # 美化终端输出
tenacity>=8.2.3 # 重试机制
# 开发依赖
pytest>=7.4.0 # 测试框架
black>=23.0.0 # 代码格式化
pylint>=3.0.0 # 代码检查