Files
povtornyy-ekzamen-graf-s-re…/package.json
T

19 lines
461 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "self-correcting-agent",
"version": "1.0.0",
"description": "A minimal Node.js project demonstrating a selfcorrecting agent using langchain-openai and langchain-core.",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"langchain-core": "^0.1.0",
"langchain-openai": "^0.1.0"
},
"engines": {
"node": ">=18"
},
"author": "Your Name",
"license": "MIT"
}