-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9b25ca
commit 0bfbfc5
Showing
8 changed files
with
1,969 additions
and
10 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
569 changes: 569 additions & 0 deletions
569
examples/chat_agent_executor_with_function_calling/base.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.