a2a-source-edit: write requirements.txt

This commit is contained in:
a2a-cloud
2026-06-09 11:37:05 +00:00
parent a79058e253
commit fc4ba965b8

View File

@@ -1,13 +1,6 @@
# a2a-pack is auto-installed by the deploy build. # a2a-pack is auto-installed by the deploy build.
# Browser automation runs in a SeleniumBase workspace sandbox image; seleniumbase/selenium # These starter deps power the DeepAgents tool-calling example in agent.py.
# are intentionally NOT installed into the agent container. deepagents>=0.5.0
langchain>=0.3
# For LLM-backed iterative planning only (agent-side): langchain-openai>=0.2
# Keep these lean so sandbox tests pass reliably. langgraph>=0.6
# 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