feat: solution for 'Экзамен: Самокорректирующийся агент'

This commit is contained in:
2026-07-01 14:28:44 +03:00
parent baf18c5876
commit f14d41830d
8 changed files with 139 additions and 174 deletions
+7 -15
View File
@@ -1,18 +1,10 @@
{
"name": "graph-reflection-rewrite",
"name": "self-correcting-agent",
"version": "1.0.0",
"description": "Graph implementation with reflection and rewrite nodes.",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "node test.js"
},
"keywords": [
"graph",
"reflection",
"rewrite",
"node"
],
"author": "Auto-generated",
"license": "MIT"
"description": "A simple self-correcting agent using LangChain and LangGraph",
"main": "main.py",
"dependencies": {
"langchain-core": "^0.2.0",
"langgraph": "^0.0.1"
}
}