feat: solution for 'Повторный экзамен: Граф с рефлексией и доработкой'
This commit is contained in:
+13
-7
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user