Files
8.-samopisnyy-poiskovyy-age…/package.json
T

16 lines
355 B
JSON

{
"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"
}
}