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

This commit is contained in:
2026-07-01 16:36:28 +03:00
parent 9cf3d81476
commit 89b60e8f03
7 changed files with 237 additions and 245 deletions
+8 -13
View File
@@ -1,20 +1,15 @@
{
"name": "graph-reflection-refinement",
"name": "graph-reflect-rewrite",
"version": "1.0.0",
"description": "A simple graph implementation supporting self-referential edges, reflection, and refinement.",
"description": "A simple graph that demonstrates LLM integration in reflect and rewrite nodes using langchain-core.",
"main": "src/index.js",
"type": "commonjs",
"scripts": {
"test": "jest"
"start": "node src/index.js"
},
"keywords": [
"graph",
"reflection",
"refinement",
"self-referential"
],
"author": "Student",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
"dependencies": {
"langchain-core": "^0.0.1",
"langchain-openai": "^0.0.1",
"openai": "^4.0.0"
}
}