agent-Specialization/requirements.txt
JOJO c76431a8f1 feat(tools): 网页提取白名单直提 + recall 记忆纳入已读文件
- extract_webpage/save_webpage 命中白名单域名时本机直提:GitHub 代码页走
  jsDelivr CDN 直链(备 GitHub API),其余白名单页用 trafilatura 正文识别,
  失败自动回退 Tavily;内置白名单 github.com,个人空间可关闭/追加域名
- trafilatura 进 requirements(可选依赖,缺失时静默降级全走 Tavily)
- recall_project_memory 返回记忆全文后标记为已读,可直接 edit_file

Co-authored-by: Astrion powered by Kimi-K3 <astrion-agent@users.noreply.github.com>
2026-09-12 11:30:38 +08:00

14 lines
457 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 运行时直接依赖(人读、宽松,不锁版本,便于开发期升级)。
# 可复现安装 / release 打包请用 requirements.lock.txt精确版本
flask
flask-cors
werkzeug
httpx[http2]
openai
cryptography
pillow
pyyaml>=6.0
# 网页白名单直提的正文识别引擎可选依赖import 失败时代码自动降级为全走 Tavily
# 但正式部署应装上,否则直提白名单只剩 GitHub 直链可用)
trafilatura