Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jan 18, 2024
1 parent f9b25ca commit 0bfbfc5
Show file tree
Hide file tree
Showing 8 changed files with 1,969 additions and 10 deletions.
488 changes: 488 additions & 0 deletions README.md

Large diffs are not rendered by default.

334 changes: 334 additions & 0 deletions examples/agent_executor/base.ipynb

Large diffs are not rendered by default.

569 changes: 569 additions & 0 deletions examples/chat_agent_executor_with_function_calling/base.ipynb

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions examples/deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"imports": {
"langchain/": "npm:/langchain@latest/",
"@langchain/openai": "npm:@langchain/openai@latest",
"@langchain/community/": "npm:/@langchain/community@latest/",
"@langchain/core/": "npm:/@langchain/core@latest/",
"cheerio": "npm:cheerio@latest",
"@langchain/langgraph": "../langgraph/src/index.ts",
"@langchain/langgraph/pregel": "../langgraph/src/pregel/index.ts",
"@langchain/langgraph/prebuilt": "../langgraph/src/prebuilt/index.ts"
}
}
Loading

0 comments on commit 0bfbfc5

Please sign in to comment.