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