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