feat: solution for 'Повторный экзамен: Граф с рефлексией и доработкой'
This commit is contained in:
+9
-14
@@ -1,21 +1,16 @@
|
||||
{
|
||||
"name": "self-correcting-agent",
|
||||
"name": "graph-reflection-rewriting",
|
||||
"version": "1.0.0",
|
||||
"description": "Self‑correcting agent project",
|
||||
"main": "index.js",
|
||||
"description": "Graph data structure with reflection and rewriting nodes",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^16.4.5",
|
||||
"openai": "^4.18.0"
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"jest": "^29.7.0",
|
||||
"eslint": "^8.57.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user