write requirements.txt

This commit is contained in:
a2a-cloud
2026-06-08 23:23:41 +00:00
parent 017f1f4011
commit 00d5aae290

View File

@@ -4,10 +4,10 @@
# For LLM-backed iterative planning only (agent-side):
# Keep these lean so sandbox tests pass reliably.
# DeepAgents + LangChain are optional until the iterative skill is invoked.
# Use conservative version ranges known to work on Python 3.11.
deepagents>=0.4,<1.0
langchain>=0.2.14,<0.4
langchain-openai>=0.1.15,<0.3
langgraph>=0.1.0,<0.8
# Pin to a compatible matrix with a2a_pack's DeepAgents middleware imports.
deepagents==0.5.1
langchain==0.2.16
langchain-openai==0.1.24
langgraph==0.1.12
beautifulsoup4>=4.12