add requirements.txt

This commit is contained in:
2026-06-04 13:35:35 +00:00
parent 5d4ff87d68
commit 0d2004cec2
+13 -2
View File
@@ -1,2 +1,13 @@
langchain>=1.0.0 # Core framework
deep-agents-from-scratch deep-agents>=0.2.0
langgraph>=0.2.0
# LLM integration
langchain-ollama>=0.1.0
# Web search
requests>=2.31.0
beautifulsoup4>=4.12.0
# Utilities
python-dotenv>=1.0.0