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

21 lines
805 B
Plaintext

# LLM API Keys
OPENAI_API_KEY=your_openai_api_key_here
ARK_API_KEY=your_ark_api_key_here
MOONSHOT_API_KEY=your_moonshot_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here
GOOGLE_API_KEY=your_google_api_key_here
# 统一兜底:若没有 OPENAI_API_KEY,但设置了 OPENROUTER_API_KEY,则 gpt-* 模型
# 自动改走 OpenRouter(映射到 openai/gpt-5.6-luna 等)。默认模型 gpt-5.6-luna。
# OPENROUTER_API_KEY=your-openrouter-api-key
# 正文验收脚本显式选择 provider/model,不做静默代理替换:
# python run_experiment_9_5.py --provider ark --model doubao-seed-1-6-flash-250615
# Optional: Browser-use configuration
BROWSER_USE_DEBUG_LOG_FILE=./logs/debug.log
BROWSER_USE_INFO_LOG_FILE=./logs/info.log
# Optional: Headless mode for production
HEADLESS_MODE=false