ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
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
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
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
# Core MCP dependencies. The server and experiment runner use the v2 API and
|
||||
# the stateless 2026-07-28 protocol; do not silently resolve the legacy v1 SDK.
|
||||
mcp>=2,<3
|
||||
pydantic>=2.0.0
|
||||
python-dotenv>=1.0.0
|
||||
tiktoken>=0.7.0
|
||||
|
||||
# HTTP and web scraping
|
||||
requests>=2.31.0
|
||||
httpx>=0.27,<1
|
||||
beautifulsoup4>=4.12.0
|
||||
lxml>=5.0.0
|
||||
|
||||
# Document processing
|
||||
PyPDF2>=3.0.0
|
||||
python-docx>=1.1.0
|
||||
python-pptx>=0.6.23
|
||||
Pillow>=10.0.0
|
||||
|
||||
# Video processing
|
||||
opencv-python>=4.8.0
|
||||
|
||||
# YouTube
|
||||
youtube-transcript-api>=0.6.0
|
||||
yt-dlp>=2023.0.0
|
||||
|
||||
# Data sources
|
||||
wikipedia>=1.4.0
|
||||
arxiv>=2.0.0
|
||||
yfinance>=0.2.0
|
||||
pandas>=2.0.0
|
||||
waybackpy>=3.0.0
|
||||
chardet>=5.0.0
|
||||
|
||||
# Media processing
|
||||
openai>=1.0.0
|
||||
# Optional: Local Whisper (larger download)
|
||||
# openai-whisper>=20230314
|
||||
|
||||
# OCR
|
||||
# pytesseract>=0.3.0 # Requires tesseract-ocr system package
|
||||
|
||||
# Optional: Google Calendar integration
|
||||
# google-auth-oauthlib>=1.0.0
|
||||
# google-auth-httplib2>=0.1.0
|
||||
# google-api-python-client>=2.0.0
|
||||
|
||||
# Optional: Notion integration
|
||||
# notion-client>=2.0.0
|
||||
Reference in New Issue
Block a user