Agent Analytics powered by BigQuery
Key Takeaways
Analyzes agent logs in BigQuery using the ADK Agent Analytics plugin to perform cost analysis and semantic search with a Conversational Analytics agent
Full Transcript
How are users engaging with your agents? And what are these agents actually doing behind the scenes? In this video, we'll show you how the new BigQuery agent analytics plug-in for ADK tackles agent observability head on. By adding just a few lines of code to your ADK application, you can capture trace data about your agents execution and stream it directly to BigQuery. This plug-in captures events like user input or the LLM response as well as the agent's tool usage. Having this data in BigQuery allows us to run advanced AI analytics. So, let's head to BigQuery's new agent hub to do just that. We'll kick off a new conversation with an agent that I've built. And it's super simple to build your own agent. You just select some tables as your data source and provide some highle system instructions. And from here, I can ask my agent to run a cost analysis on my agents for the month of November. This agent is using the conversational analytics API under the hood to interact with our data and surface the answer for us. The agent analytics plug-in captures token usage for each sub aent in our ADK application. And once you have that, you can infer the cost associated with each agent. And we can dive deeper to inspect things like the tool latency or the success rate of our tools. And these insights can be used to identify bottlenecks or errors and improve the agents logic and execution. And beyond metrics, these logs also capture trace data like the user input and the response provided by the agent. This allows us to analyze the sentiment of our users and keep an eye on how that sentiment changes over time. A huge advantage of having these logs in BigQuery is that it's very easy to take our logs table and generate embeddings. Having embeddings will allow us to perform a vector search or a semantic search over this data. So instead of trying to search and find a particular keyword, we can instead provide a concept. So I will ask what questions have users been asking about thermalware. Behind the scenes, this will run a vector search in BigQuery that will understand the intent behind my question and provide responses that are semantically similar to my query, even if they don't contain the exact keyword thermalware. So, this is really powerful. With just a few lines of code, you can capture a wealth of trace data about your agents execution and store it in BigQuery for real-time analysis. Check out our code lab for this feature if you want to get hands-on right away.
Original Description
Check out this codelab to give it a try today: https://goo.gle/48XdaYa
This video showcases ADK’s new BigQuery Agent Analytics plugin. We demonstrate how practitioners can analyze their logs in BigQuery to perform cost analysis and run semantic search using a Conversational Analytics agent.
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Google Cloud · Google Cloud · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Top 3 ways organizations are adjusting their cloud strategies to prepare for economic uncertainty
Google Cloud
Google Cloud Retail Search and Browse Console deep dive
Google Cloud
Google Cloud Backup and DR - How to mount, clone or restore a VMware VM
Google Cloud
Google Cloud Backup and DR - VMware vSphere Backup Overview
Google Cloud
Google Cloud Backup and DR - Creating backup Plans for VMware VM backups
Google Cloud
Google Cloud Backup and DR - Compute Engine Instance Backups and Sole Tenant Nodes
Google Cloud
Google Cloud Backup and DR - Managing Service Accounts
Google Cloud
Let’s solve for what’s next
Google Cloud
Google Cloud Executive Briefing Center | Cloud Space | Silicon Valley
Google Cloud
Tinyclues with Google Cloud offers CRM Intelligence to maximize conversions
Google Cloud
Aible partners with Google Cloud helping customers build predictive models within minutes
Google Cloud
TELUS streamlines big data ingestion with help from Google Cloud and Accenture
Google Cloud
Getting started with Apigee API Management
Google Cloud
Google Cloud Retail Search
Google Cloud
Building your first API proxy with Apigee
Google Cloud
Brands and agencies develop dynamic video ads with Connected-Stories NEXT and Google Cloud
Google Cloud
Redefining the transportation industry
Google Cloud
Google Cloud Project Katalyst
Google Cloud
Israel's Family Court: Creating more compelling experiences for its citizens
Google Cloud
Tausight partners with Google Cloud to help healthcare industry protect PHI activity & take action
Google Cloud
Google Cloud Retail Browse
Google Cloud
Verifying API keys and debugging your API proxy flow
Google Cloud
Getting started with Apigee API Management
Google Cloud
Adding policies to your APIs
Google Cloud
Google Cloud Backup and DR - Configuring Google Cloud VMware Engine to work with Backup and DR
Google Cloud
Topaz Subsea Cable
Google Cloud
Episode 29: Building a culture of data literacy with Latin America’s biggest ecommerce platform
Google Cloud
Weshalb Datananalysten die Sparringspartner von Produktmanagern sein sollten
Google Cloud
Warum und wie METRO eine Machine Learning-Pipeline implementiert hat
Google Cloud
Wie nutzt METRO Data Science, um geschäftliche Herausforderungen zu meistern?
Google Cloud
Google Cloud in Qatar. Let's get solving.
Google Cloud
Google Cloud for Qatar
Google Cloud
Doha has a new Google Cloud region
Google Cloud
The new Google Cloud region in Qatar
Google Cloud
Build, tune, and deploy foundation models with Vertex AI
Google Cloud
Generative AI on Google Cloud
Google Cloud
Who will be coming to Google Cloud Day Tel Aviv? #Shorts
Google Cloud
Protect your organization at the edge
Google Cloud
Google Cloud Backup and DR Alert Notifications setup
Google Cloud
Build, tune, and deploy foundation models with Generative AI Support in Vertex AI
Google Cloud
Where the Internet Lives: Data center on the prairie
Google Cloud
Which developer program are you joining?
Google Cloud
Lufthansa Group baut intelligente Systeme zur Vereinfachung des Flugbetriebs
Google Cloud
How ASML revived Moore's Law and remade chipmaking
Google Cloud
CMO of Unity celebrates Women's History Month
Google Cloud
Vint Cerf on Google Cloud Digital Leader
Google Cloud
Mobile World Congress 2023
Google Cloud
Topaz - Canada
Google Cloud
Google Data Cloud & AI Summit 2023: Reveal opportunities to transform your business
Google Cloud
Building a conversational bot with Google Cloud Gen App Builder
Google Cloud
Elisa Polystar and Google Cloud partner to bring the power of analytics and automation to CSPs
Google Cloud
Network modernization - how can CSPs start now?
Google Cloud
How Semios uses imported and remote models for inference with BigQuery ML
Google Cloud
Deliver your AI solutions up to 100 times faster with Google Cloud partner, Snorkel AI
Google Cloud
Capture consumer perspectives for CPG using NLP and analytics with Harmonya and Google Cloud
Google Cloud
Delivering Cloud-Native Network Transformation
Google Cloud
Proactively detect & investigate anomalies & data quality issues in BigQuery with Telmai
Google Cloud
Introducing AlloyDB Omni
Google Cloud
Episode 30: How Auto Trader transitioned to the cloud to analyze tricky customer data
Google Cloud
MongoDB Atlas on Google Cloud
Google Cloud
More on: Agent Foundations
View skill →Related Reads
📰
📰
📰
📰
What Happens When 6 AI Agents Collaborate on Your Code
Dev.to AI
MCP Design Patterns: 6 Architectures for Your AI Tools
Dev.to AI
The Last JSONL Line Is Not a State Machine
Dev.to · Agent Island
Devlog: How Our AI Agents Built the WebApp Guard & Manifest Architect in Record Time
Dev.to · Denis
🎓
Tutor Explanation
DeepCamp AI