2024-08-22 15:36:49 -05:00
|
|
|
{
|
|
|
|
"dependencies": {
|
|
|
|
"@langchain/community": "^0.2.28",
|
|
|
|
"@langchain/ollama": "^0.0.4",
|
|
|
|
"cheerio": "^1.0.0",
|
|
|
|
"puppeteer": "^23.1.1"
|
|
|
|
},
|
|
|
|
"name": "sneed-agent",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Sneed Agent",
|
|
|
|
"main": "index.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/sneed-group/sneed-agent.git"
|
|
|
|
},
|
|
|
|
"author": "Sneed Group",
|
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sneed-group/sneed-agent/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/sneed-group/sneed-agent#readme"
|
|
|
|
}
|