mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
* Adds a conversion script from ipython notebook to markdown. * Replaces one ipython notebook (create react agent) with a markdown file for testing. --------- Co-authored-by: Ben Burns <803016+benjamincburns@users.noreply.github.com>
21 lines
663 B
JSON
21 lines
663 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "echo 'export OPENAI_API_KEY=\"sk-proj-1234567890\"' >> ~/.bashrc && echo 'export ANTHROPIC_API_KEY=\"sk-ant-api03-1234567890\"' >> ~/.bashrc && echo 'export PATH=$PATH:/vercel/.local/bin:$PATH' >> ~/.bashrc && source ~/.bashrc && make vercel-build-docs"
|
|
},
|
|
"dependencies": {
|
|
"@langchain/core": "^0.3.38",
|
|
"@langchain/openai": "^0.4.2",
|
|
"msgpack-lite": "^0.1.26",
|
|
"nock": "^14.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.8",
|
|
"@types/msgpack-lite": "^0.1.11",
|
|
"@types/nock": "^11.1.0",
|
|
"@types/node": "^22.13.1"
|
|
}
|
|
}
|