From 0d2004cec2735737d7e99f66bc1fc3895096df38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=B4=D0=B5=D0=BB=D0=B8=D0=BD=D0=B0=20=D0=A1=D0=B0?= =?UTF-8?q?=D1=82=D1=82=D0=B0=D1=80=D0=BE=D0=B2=D0=B0?= Date: Thu, 4 Jun 2026 13:35:35 +0000 Subject: [PATCH] add requirements.txt --- requirements.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 20dcd7b..24a2bb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,13 @@ -langchain>=1.0.0 -deep-agents-from-scratch +# Core framework +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 \ No newline at end of file