feat: solution for '8. Самописный поисковый агент на основе deep agents from scratch'

This commit is contained in:
2026-06-30 00:35:06 +03:00
parent 865926c001
commit 4be7a21036
4 changed files with 262 additions and 23 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "deep-agent-scratch",
"version": "1.0.0",
"description": "Deep Agent implementation based on LangChain",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"start": "node src/index.js",
"test": "echo \"No tests\""
},
"dependencies": {
"langchain": "^0.2.0",
"openai": "^4.0.0",
"dotenv": "^16.4.5"
}
}