Files
agent_jrxml/requirements.txt
T
panda b280c2b453 feat: integrate RAG rag_jrxml submodule and fix Anthropic API key
Add rag submodule for semantic JRXML chunk retrieval, refactor
retrieve node to use RAGSearcher, and fix missing api_key in
Anthropic SDK client initialization.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 09:42:57 +08:00

32 lines
493 B
Plaintext

# 核心依赖
streamlit>=1.28.0
langgraph>=0.2.0
langchain>=0.3.0
langchain-openai>=0.2.0
langchain-anthropic>=0.3.0
langchain-ollama>=0.2.0
langchain-community>=0.3.0
# 向量数据库
chromadb>=0.5.0
# 验证服务
fastapi>=0.115.0
uvicorn[standard]>=0.30.0
lxml>=5.3.0
# 嵌入模型(本地)
sentence-transformers>=3.0.0
torch>=2.0.0
huggingface_hub>=0.19.0
tqdm>=4.65.0
# 工具类
python-dotenv>=1.0.0
httpx>=0.27.0
tiktoken>=0.7.0
# 测试
pytest>=8.0.0
pytest-asyncio>=0.24.0