14 lines
564 B
Plaintext
14 lines
564 B
Plaintext
# 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.
|
|
# 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
|