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

This commit is contained in:
2026-06-30 16:42:32 +03:00
parent 57a7f1d12b
commit 9ff9612bbb
5 changed files with 83 additions and 24 deletions
+6 -16
View File
@@ -1,25 +1,15 @@
{
"name": "self-correcting-agent",
"name": "langgraph-reflection-rewrite",
"version": "1.0.0",
"description": "A simple Node.js implementation of a selfcorrecting agent that uses the OpenAI API to review and improve its own responses.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"start": "node index.js",
"test": "jest"
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [
"openai",
"self-correcting",
"agent",
"nodejs"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"dotenv": "^16.4.5",
"openai": "^4.20.0"
"langgraph": "^0.1.0"
},
"devDependencies": {
"jest": "^29.7.0"
"typescript": "^5.0.0"
}
}