From 27b3b9d79d4af7252c9db172f58d048b723fe9ab Mon Sep 17 00:00:00 2001 From: panda <1415243231@qq.com> Date: Tue, 2 Jun 2026 13:53:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20requirements.txt=20=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=20jaspersoft=20=E5=AD=90=E6=A8=A1=E5=9D=97=E6=8C=89=E9=9C=80?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2fd2df6..bfad6fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,3 +20,16 @@ six==1.17.0 spacy==3.8.7 Twisted==25.5.0 w3lib==2.3.1 + +# ───────────────────────────────────────────────────────────────────────────── +# agent/jaspersoft 子模块需要(按需取消注释安装) +# 当前子模块 concept.py 标准库即可跑;以下为接 LLM / RAG 时才需要 +# ───────────────────────────────────────────────────────────────────────────── +# python-dotenv>=1.0.1 # 推荐配合子模块 config.py 使用(也可不用,子模块内置简易 .env 解析) +# openai>=1.30.0 # Step 03+ 接 OpenAI LLM +# anthropic>=0.30.0 # Step 03+ 接 Anthropic Claude +# chromadb>=0.5.0 # Step 05 RAG 向量库 +# sentence-transformers>=2.7.0 # Step 05 embedding +# tiktoken>=0.7.0 # Step 04 token 估算(exercise_answer 中用到的可选库) +# pytest>=8.0.0 # 子模块练习自测 +