Skip to content

Commit

Permalink
feat: Add an intro to LangGraph + Gemini notebook with tools and work…
Browse files Browse the repository at this point in the history
…flow (GoogleCloudPlatform#1273)

# Description

This PR adds a sample notebook that uses LangGraph and Gemini to
automate the process of retrieving real-time and historical exchange
rates from a currency API, verifying the accuracy of the data, and
generating a report summarizing the findings.

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
Co-authored-by: Holt Skinner <holtskinner@google.com>
  • Loading branch information
4 people authored Oct 17, 2024
1 parent b1249a4 commit 7062dbc
Show file tree
Hide file tree
Showing 3 changed files with 776 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/generative-ai/language @polong-lin @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/language/getting-started @polong-lin @iamthuya @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/language/grounding @koverholt @holtskinner @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/language/orchestration/langchain @kweinmeister @RajeshThallam @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/language/orchestration @koverholt @kweinmeister @RajeshThallam @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/language/prompts @polong-lin @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/language/prompts/prompt_optimizer @nhootan @inardini @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/language/sample-apps @rominirani @GoogleCloudPlatform/generative-ai-devrel
Expand Down
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ ICML
INFOPLIST
IVF
Isner
JPY
Jang
Jedi
Joji
Expand Down
Loading

0 comments on commit 7062dbc

Please sign in to comment.