15 lines
394 B
JSON
15 lines
394 B
JSON
{
|
|
"name": "graph-reflect-rewrite",
|
|
"version": "1.0.0",
|
|
"description": "A simple graph that demonstrates LLM integration in reflect and rewrite nodes using langchain-core.",
|
|
"main": "src/index.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"langchain-core": "^0.0.1",
|
|
"langchain-openai": "^0.0.1",
|
|
"openai": "^4.0.0"
|
|
}
|
|
} |