feat: solution for 'Экзамен: Самокорректирующийся агент'
This commit is contained in:
+7
-8
@@ -1,15 +1,14 @@
|
||||
{
|
||||
"name": "langgraph-reflection-rewrite",
|
||||
"name": "self-correcting-agent",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index.js",
|
||||
"description": "Self‑correcting agent example using langgraph and langchain‑openai",
|
||||
"main": "src/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js"
|
||||
"start": "node src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"langgraph": "^0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
"langgraph": "latest",
|
||||
"langchain-openai": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user