Skip to content

Commit 1d0e1ca

Browse files
authored
Merge branch 'main' into llm-eval-kit
2 parents b291ac5 + 74d165e commit 1d0e1ca

25 files changed

+5200
-506
lines changed

.github/actions/spelling/allow.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Buckleys
152152
Bulmus
153153
byoc
154154
byod
155+
BYOM
155156
byor
156157
BYOR
157158
Byzance
@@ -225,6 +226,7 @@ constexpr
225226
convo
226227
convos
227228
COPD
229+
coq
228230
cordata
229231
coro
230232
corpuses
@@ -436,6 +438,7 @@ freedraw
436438
freopen
437439
Frodo
438440
fromarray
441+
frombytes
439442
fromiter
440443
fsspec
441444
FTPS
@@ -513,6 +516,7 @@ gpt
513516
gpu
514517
gradio
515518
gradlew
519+
graphrag
516520
Graterol
517521
gridcolor
518522
gridless
@@ -773,6 +777,7 @@ lyria
773777
Maa
774778
Maackia
775779
Maarten
780+
maas
776781
magicoder
777782
magika
778783
Mahindra
@@ -798,6 +803,7 @@ mdc
798803
MDD
799804
Meawad
800805
mec
806+
MEDIANCUT
801807
mediapy
802808
Mega
803809
Meinl
@@ -1087,6 +1093,8 @@ qrels
10871093
quadrotor
10881094
qubit
10891095
qubits
1096+
quickbot
1097+
Quickbot
10901098
quippy
10911099
qwen
10921100
Qwen
@@ -1520,6 +1528,7 @@ XSum
15201528
xticks
15211529
XXE
15221530
xxxxxxxx
1531+
xycoords
15231532
xytext
15241533
xzn
15251534
YAjjpd

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ This repository contains notebooks, code samples, sample apps, and other resourc
100100
- It accelerates development by providing a holistic, production-ready solution, addressing common challenges (Deployment & Operations, Evaluation, Customization, Observability) in building and deploying Gen AI agents.
101101
- [Gemini Cookbook](https://github.com/google-gemini/cookbook/)
102102
- [Google Cloud Applied AI Engineering](https://github.com/GoogleCloudPlatform/applied-ai-engineering-samples)
103+
- [Vertex AI GenMedia Creative Studio](https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio) - Experience Google's generative media foundational models + custom workflows.
104+
- [MCP Servers for GenMedia](https://goo.gle/vertex-genmedia-mcp) - Empower your agents with generative media tools.
103105
- [Generative AI for Marketing using Google Cloud](https://github.com/GoogleCloudPlatform/genai-for-marketing)
104106
- [Generative AI for Developer Productivity](https://github.com/GoogleCloudPlatform/genai-for-developers)
105107
- Vertex AI Core

agents/README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Agents
2+
3+
This directory contains samples and resources for building AI agents with Google Cloud.
4+
5+
## Subdirectories
6+
7+
### adk
8+
9+
The `adk` directory contains information about the Agent Development Kit (ADK).
10+
11+
### agent_engine
12+
13+
The `agent_engine` directory contains notebooks that demonstrate how to use the Agent Engine on Vertex AI.
14+
15+
**Notebooks:**
16+
17+
- [Get started with Vertex AI Memory Bank](agent_engine/memory_bank/get_started_with_memory_bank.ipynb): Learn how to use Vertex AI Memory Bank to build stateful, context-aware conversational AI agents.
18+
- [A2A on Agent Engine](agent_engine/tutorial_a2a_on_agent_engine.ipynb): A tutorial on how to run a simple agent on Agent Engine.
19+
- [Claude with ADK on Agent Engine](agent_engine/tutorial_claude_with_adk_on_agent_engine.ipynb): A tutorial on using the Claude model with ADK on Agent Engine.
20+
- [Get Started with Code Execution](agent_engine/tutorial_get_started_with_code_execution.ipynb): A tutorial on how to get started with code execution on Agent Engine.
21+
- [Get Started with Live API on Agent Engine](agent_engine/tutorial_get_started_with_live_api_on_agent_engine.ipynb): A tutorial on how to get started with a live API on Agent Engine.
22+
- [MCP on Agent Engine](agent_engine/tutorial_mcp_on_agent_engine.ipynb): A tutorial on how to use the Multi-turn Conversation Platform (MCP) on Agent Engine.
23+
24+
### gemini_data_analytics
25+
26+
The `gemini_data_analytics` directory contains notebooks that demonstrate how to use Gemini for data analytics.
27+
28+
**Notebooks:**
29+
30+
- [Intro to Gemini Data Analytics (HTTP)](gemini_data_analytics/intro_gemini_data_analytics_http.ipynb): An introduction to using Gemini for data analytics with the HTTP API.
31+
- [Intro to Gemini Data Analytics (SDK)](gemini_data_analytics/intro_gemini_data_analytics_sdk.ipynb): An introduction to using Gemini for data analytics with the Python SDK.

0 commit comments

Comments
 (0)