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

This commit is contained in:
2026-07-01 16:54:54 +03:00
parent e9a6f09c70
commit ab3d08e839
6 changed files with 388 additions and 270 deletions
+13 -7
View File
@@ -1,15 +1,21 @@
{
"name": "graph-reflect-rewrite",
"name": "graph-reflection",
"version": "1.0.0",
"description": "A simple graph that demonstrates LLM integration in reflect and rewrite nodes using langchain-core.",
"description": "Graph data structure with reflection capabilities",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"start": "node src/index.js"
"test": "jest"
},
"dependencies": {
"langchain-core": "^0.0.1",
"langchain-openai": "^0.0.1",
"openai": "^4.0.0"
"keywords": [
"graph",
"reflection",
"introspection",
"data-structure"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"jest": "^29.6.1"
}
}