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

14 lines
353 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 selfcorrecting agent using LangChain OpenAI provider",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "echo \"No tests defined\" && exit 0"
},
"dependencies": {
"langchain-openai": "^0.1.0"
}
}