14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
||
"name": "self-correcting-agent",
|
||
"version": "1.0.0",
|
||
"description": "Self‑correcting agent example using langgraph and langchain‑openai",
|
||
"main": "src/index.js",
|
||
"type": "module",
|
||
"scripts": {
|
||
"start": "node src/index.js"
|
||
},
|
||
"dependencies": {
|
||
"langgraph": "latest",
|
||
"langchain-openai": "latest"
|
||
}
|
||
} |