feat: solution for 'Повторный экзамен: Граф с рефлексией и доработкой'

This commit is contained in:
2026-07-01 15:50:16 +03:00
parent e756e363b2
commit 6be5a5c753
7 changed files with 279 additions and 262 deletions
+9 -14
View File
@@ -1,21 +1,16 @@
{
"name": "self-correcting-agent",
"name": "graph-reflection-rewriting",
"version": "1.0.0",
"description": "Selfcorrecting 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"
}
}