init: first commit to Gitea mirror, update README with Docker quick start and new repo URL

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
P0lar1s
2026-04-15 15:44:25 +08:00
commit 0d695f71cb
27 changed files with 6049 additions and 0 deletions

25
requirements.txt Normal file
View File

@@ -0,0 +1,25 @@
# ============================================================
# 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