feat: solution for 'Повторный экзамен: Граф с рефлексией и доработкой'
This commit is contained in:
+11
-7
@@ -1,14 +1,18 @@
|
||||
{
|
||||
"name": "self-correcting-agent",
|
||||
"name": "graph-reflection-rewrite",
|
||||
"version": "1.0.0",
|
||||
"description": "Self‑correcting agent example using langgraph and langchain‑openai",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user