Files
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

23 lines
542 B
Plaintext

# vLLM and dependencies
# Official vLLM GPU execution requires Linux (native Windows uses Ollama).
# WSL2 identifies itself as Linux, so vLLM is installed there as expected.
vllm>=0.6.0; platform_system == "Linux"
torch>=2.0.0
transformers>=4.36.0
accelerate>=0.25.0
openai>=1.0.0 # For OpenAI-compatible API client
python-dotenv>=1.0.0
pydantic>=2.0.0
requests>=2.31.0
fastapi>=0.104.0
uvicorn>=0.24.0
# For demo tools
python-weather>=2.0.0
# For Ollama support (Mac/local development)
ollama>=0.5.1
# For additional tools
PyPDF2>=3.0.0