Files
8.-samopisnyy-poiskovyy-age…/package.json
T
kuzakhmetovartur fea117b469
CI / build (3.1) (push) Has been cancelled
CI / build (3.11) (push) Has been cancelled
CI / build (3.8) (push) Has been cancelled
CI / build (3.9) (push) Has been cancelled
feat: solution for '8. Самописный поисковый агент на основе deep agents from scratch'
2026-07-01 13:50:40 +03:00

16 lines
394 B
JSON

{
"name": "deep-agent-search",
"version": "1.0.0",
"description": "A simple search agent built with LangChain DeepAgent and OpenAI",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "node test.js"
},
"dependencies": {
"langchain": "^0.0.112",
"langchain-openai": "^0.0.112",
"langchain-community": "^0.0.112"
}
}