14 lines
353 B
JSON
14 lines
353 B
JSON
{
|
||
"name": "self-correcting-agent",
|
||
"version": "1.0.0",
|
||
"description": "A minimal self‑correcting 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"
|
||
}
|
||
} |