Repository Structure

This commit is contained in:
William Jeynes
2026-01-27 21:09:33 +00:00
commit fdf8be2414
8 changed files with 699 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"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"
}
}