Files
LLMsForDisinformationAnalysis/agent/package.json
T
2026-01-27 21:09:33 +00:00

18 lines
390 B
JSON

{
"name": "disinfoagent",
"version": "0.0.1",
"description": "Main project pipeline for identifying trigger events",
"license": "GPL-3.0",
"author": "Will Jeynes",
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "node index.js"
},
"dependencies": {
"@langchain/core": "^1.1.17",
"@langchain/langgraph": "^1.1.2",
"langchain": "^1.2.14"
}
}