From fc4ba965b8b0a8aa63f2c392168b4a0c19b6a986 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Tue, 9 Jun 2026 11:37:05 +0000 Subject: [PATCH] a2a-source-edit: write requirements.txt --- requirements.txt | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50a3cfb..b9227d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,6 @@ # a2a-pack is auto-installed by the deploy build. -# Browser automation runs in a SeleniumBase workspace sandbox image; seleniumbase/selenium -# are intentionally NOT installed into the agent container. - -# For LLM-backed iterative planning only (agent-side): -# Keep these lean so sandbox tests pass reliably. -# 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 +# These starter deps power the DeepAgents tool-calling example in agent.py. +deepagents>=0.5.0 +langchain>=0.3 +langchain-openai>=0.2 +langgraph>=0.6