Files
Ombre_Brain/requirements.txt

26 lines
620 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.
# ============================================================
# Ombre Brain Python 依赖
# 安装: pip install -r requirements.txt
# ============================================================
# MCP 协议 SDKClaude 通信核心)
mcp>=1.0.0
# 模糊匹配(记忆桶搜索)
rapidfuzz>=3.0.0
# OpenAI 兼容客户端(支持 DeepSeek/Ollama/LM Studio/vLLM/Gemini 等任意兼容 API
openai>=1.0.0
# YAML 配置解析
pyyaml>=6.0
# Markdown frontmatter 解析(桶文件读写)
python-frontmatter>=1.1.0
# 中文分词
jieba>=0.42.1
# 异步 HTTP 客户端(应用层保活 ping
httpx>=0.27.0