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,46 @@
|
||||
# MCP Server Core
|
||||
mcp>=0.9.0
|
||||
fastmcp>=0.2.0
|
||||
|
||||
# Core dependencies with version constraints
|
||||
anyio>=4.5.0
|
||||
pydantic>=2.8.0,<3.0.0
|
||||
pydantic-settings>=2.4.0
|
||||
|
||||
# Browser Automation
|
||||
browser-use>=0.1.0
|
||||
playwright>=1.40.0
|
||||
|
||||
# LLM Integration (for browser AI tasks)
|
||||
langchain-openai>=0.1.0
|
||||
openai>=1.0.0
|
||||
|
||||
# Email & Notifications
|
||||
aiosmtplib>=3.0.0
|
||||
sendgrid>=6.11.0
|
||||
|
||||
# Utilities
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# HTTP Client
|
||||
httpx>=0.24.0
|
||||
requests>=2.31.0
|
||||
|
||||
# Timer & Scheduling
|
||||
apscheduler>=3.10.0
|
||||
|
||||
# Chess Game
|
||||
python-chess>=1.999
|
||||
|
||||
# Excel Operations
|
||||
openpyxl>=3.0.0
|
||||
pandas>=2.0.0
|
||||
|
||||
# Intelligence Tools (requires OpenAI API)
|
||||
openai>=1.0.0
|
||||
|
||||
# Sub-Agent Tools: token counting for context-strategy comparison (optional; code falls back if absent)
|
||||
tiktoken>=0.5.0
|
||||
|
||||
# Logging
|
||||
loguru>=0.7.0
|
||||
Reference in New Issue
Block a user