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

This commit is contained in:
2026-07-01 11:19:02 +03:00
parent 045dba9aef
commit cfe5d77a10
10 changed files with 309 additions and 94 deletions
+11 -7
View File
@@ -1,14 +1,18 @@
{
"name": "self-correcting-agent",
"name": "graph-reflection-rewrite",
"version": "1.0.0",
"description": "Selfcorrecting agent example using langgraph and langchainopenai",
"description": "Graph implementation with reflection and rewrite nodes.",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js"
"test": "node test.js"
},
"dependencies": {
"langgraph": "latest",
"langchain-openai": "latest"
}
"keywords": [
"graph",
"reflection",
"rewrite",
"node"
],
"author": "Auto-generated",
"license": "MIT"
}