write requirements.txt
This commit is contained in:
@@ -4,8 +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>=0.5.0
|
# DeepAgents + LangChain are optional until the iterative skill is invoked.
|
||||||
langchain>=0.3
|
# Use conservative version ranges known to work on Python 3.11.
|
||||||
langchain-openai>=0.2
|
deepagents>=0.4,<1.0
|
||||||
langgraph>=0.6
|
langchain>=0.2.14,<0.4
|
||||||
|
langchain-openai>=0.1.15,<0.3
|
||||||
|
langgraph>=0.1.0,<0.8
|
||||||
beautifulsoup4>=4.12
|
beautifulsoup4>=4.12
|
||||||
|
|||||||
Reference in New Issue
Block a user