write requirements.txt

This commit is contained in:
a2a-cloud
2026-06-08 23:22:24 +00:00
parent 97b1135a9d
commit b92959bef6

View File

@@ -4,8 +4,10 @@
# For LLM-backed iterative planning only (agent-side):
# Keep these lean so sandbox tests pass reliably.
deepagents>=0.5.0
langchain>=0.3
langchain-openai>=0.2
langgraph>=0.6
# 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
beautifulsoup4>=4.12