feat: solution for 'Экзамен: Самокорректирующийся агент'
This commit is contained in:
+7
-15
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user