#❓┊ask-a-question
1 messages · Page 6 of 1
Hi everyone! I have a little off topic question.
I have been working with many AI projects using gemini. I have been using Gemini API and gemini 1.5 flash as my base model
But recently all of my projects stopped working. The reason is the same for every project- my projects can not use gemini 1.5 flash anymore. Its failing everytime
Do you guys who uses gemini have this same problem? I have been trying to find the reason a lot can not find any solution. I will be really grateful if any of you guys can help me with this. Thanks in advance.
You're out of tokens most probably. Check the token limit/available tokens through your Gemini API Dashboard
Okay good point.
I'll do that
But are there any issues like google stopped supporting the Gemini 1.5 flash model or something like that?
Oh yeah, you're right. I completely overlooked that possibility
Here's the list I found from google:
They all have been deprecated/retired since the mentioned dates
Gemini 1.0 and Gemini 1.5 Models: All Gemini 1.0 and Gemini 1.5 models are now retired. This includes:
gemini-1.5-pro-002 (retired September 24, 2025)
gemini-1.5-flash-001 (retired May 24, 2025)
gemini-1.5-flash-002 (retired September 24, 2025)
gemini-1.5-pro (deprecated October 15, 2025)
gemini-1.5-flash-8b (deprecated October 15, 2025)
gemini-1.5-flash (deprecated October 15, 2025)
I'm sorry :) 🐣
You'll have to shift to 2.0 or 2.5
Hi everyone, I have a question about the Titanic dataset on Kaggle.
So I just completed my Google Data Analystic Course on Coursera, and I want to join the competition. Please what is the best way to analyze the dataset? Note I am using R Posit Cloud as my IDE. Thank you.
Read this (a very good explanation of the competition, dataset, and the technique/approach) :
https://www.kaggle.com/code/alexisbcook/titanic-tutorial
And well there's no best way to analyse a data but yeah idk much about that so no comments, try asking in. #🚢┊titanic
It's a dedicated channel for this, someone will probably help you out 🐣
Yes tried it but services like KAGGLE and GOOGLE COLAB don't allow docker..
For other services, you won't get a 24x7 available CUDA/GPU, it'll be rate limited like HUGGING FACE SPACES has docker allowed, but for limited time only.
Are you looking for a different service to run the project, or what ? I can list more if that's the case 🐣
(Also, most services have rate limit gpu, and if you're looking for a free 24x7 gpu allowed idk shout free, but plenty of them provide it as a paid service)
hi. what is the timing for 5-Day AI Agents Intensive Course with Google?
Thank you very much. I got the guild I need from it.
@proven marsh
You're expected to Know python Programming, Basic understanding of AI concepts like LLM amd Prompt Engineering, Familarity with Google AI studio and Kaggle notebooks
alright, thanks for the info
CAN ANYONE HELP ME TO UNDERSTAND ABOUT THIS PLATFORM I AM NEW
Yeah then you're good, i currently know of hugging face spaces, check that out. I have more on my notion notes. I'll send them later currently in the midst of a bus trip(2-3hrs approx)
You're good, chill 🐣
what do i got to know to get into kaggle
Try these:
-
Hugging face spaces: (best one out there trust me.)
https://huggingface.co/spaces -
Amazon Sagemaker Studio Labs; (you gotta need to request by submitting your account to start tho)
https://studiolab.sagemaker.aws/login
And others i had stopped the gpu support :(
3. Checkout "google colab", that one might work out 🐣(not sure):
https://colab.research.google.com/
The tools are listed based on my favourite/prefered by me the most. Starting with hugging face on top 👑.
And ofc you gotta research the 3 i mentioned on your own to see which one suits you. Sagemaker takes 2-3 days to allow you access their service(it's free).
Yes hes
Yes*
You can either import from google
Or thru your local
I mean GitHub
- Choose a language you're gonna use for competitions or data analysis.
Most preferred: Python or R and you can research for more.
Then move ahead and practice that language, and learn the libraries used in that language for ml projects. Algorithms, read articles, join free courses.
And there is a "Learn" tab available in your Kaggle dashboard. (The menu bar) You can watch more tutorials there or tips thru their youtube and discord server.
Links:
https://share.google/EO51miOw43yDV3Zda
Search on youtube thru Google.
Search for articles thru Google.
https://github.com/armankhondker/awesome-ai-ml-resources (best best best hats off to this repo !!!!)
Nope ? They are limited free
Wait i'll check and tell thru screenshots
I'll have to share screenshots, let's continue the chat in dms.
Is there any resources about learning OOP? I found out that that Goodrich's Data Structure and Algorithm in Python does cover with the subject. Could you recommend me some? I'm a bit confused about the implementation and I want to strengthen my programming skill. Thank you.
You can try out geeksforgeeks website to strengthen your understanding on oops
I'm using it .I feel easy to understand
@plain bison Thank you! I'll try that.
Is there any way to get detailed logs on submission upload failures? Im very frustrated as I only get one a day on Arc, but diagnosing this minor formatting things sets me back 24 hours each time.
i am trying to submit my kaggle model for a competition and it is repeatedly showing me kaggle error can someone please help me submit asap
Hi , I am not an expert but once check identity verification in kaggle settings
anyone tried solving https://three.arcprize.org/games/ls20
Hi everyone, im doing the intro to ML course and im a bit confused on step 3 of the lesson 4 exercise (https://www.kaggle.com/learn/intro-to-machine-learning)
question: Inspect your predictions and actual values from validation data.
code:
# print the top few validation predictions
print(val_predictions[:5])
# print the top few actual prices from validation data
print(y.head())
the bit i am a bit tripped up on is: # print the top few validation predictions print(val_predictions.head())
i was wondering what the correct way to do what the question is asking is. i done print(val_predictions[:5]) but im not sure if thats what the exercise was asking
hey uh I wanted to sign up for the Gen Ai Intensive course?,but I could really find the sign up page, I found the kaggle page though,
so do I complete those and tick them, or what do I need to do pls help
Hello everyone, I did the titanic and spaceship titanic a few days ago, and I got a score of 0.784 and 0.761 respectively. I tried adding the features that were in other's people notebook to see if it would increase the score but whenever I added some new features it just decreased the score instead.. is there any reason why this happened? (fyi: I used random forest for both of the competition)
im totally new to this- could you please tell me whats your background from beginner to complete first titannic challenge on kaggle ? thank you so much
generally it would be:
- importing libraries
- taking a look at the data provided
- feature engineering
- making the model
Do I need to know anything rather than the basic theory of Machine Learning to begin with this course?
Hi guys, recently i joined a kaggle competition which i have to predict temperature with feature based on the dataset. But currently i hardstuck with MAPE score 84.91 in 8th place /72 teams while the 1st place is getting 0.045 MAPE score, can someone here guide me so i can decrease MAPE significantly in my model?
Can you provide access to the notebook?
There are significant features that can affect such major deflection in the score.
Try checking for labels test.describe() and train.describe(). Check whether or not you're providing temperatures in the right units. Analyse data and establish results based on the sequential nature of data or etc..
CAN ANYONE HELP ME SPELL STUN SEED BACKWARDS
are we gone get gifts from Google??
What r the timings for the 5iai course in ist?
I'm Akshat Raj, an AI Engineer and Full-Stack Developer. Welcome to OnePersonAI.
The Disruption Model
We leverage AI generation for lightning-fast frontend code, but I provide the Human Full-Stack Guarantee for backend security and custom logic (something AI builders can't deliver). Our unique value proposition is simple: Full-Stack AI Integration at Unbeatable Rates (Starting from ₹2,500).
Why Trust OnePersonAI?
My journey wasn't conventional (I cleared all my college backlogs), but my work has been validated:
- Google AI Recognition: Recognized by Google AI Overview as an AI Engineer and Founder
- Industry Experience: Current Data Science Intern Offer at Cognifyz with Deloitte Tech Simulation exposure
- Real Projects: Built CardioAI Predictor and AI Mental Health Companion
Our Services (Fast Delivery)
We specialize in high-value, rapid solutions for SMBs:
- Zero-Setup Chatbots (Custom Logic Guaranteed)
- OnePage AI Websites (Fastest Frontend Delivery)
- Custom Prompt Engineering (for Better Content Strategy)
I'm seeking my first clients to prove this model works globally. Let's build something affordable and powerful together.
Check Our Affordable Services: https://onepersonai-website.vercel.app/
Connect with me on LinkedIn or GitHub (@AkshatRaj00)
#OnePersonAI #AIforSMBs #FullStackAI #ProductEngineer
Reason: Posted an invite
Guy's I have a genuine question. After Scaling your features in a dataset before training. Do you unscale/descale the prediction's. For example in housing price prediction if you scale your dataset before model training . The median price predicted will not reflect the outcome you are expecting since the values are small.
silly question - is there a way to center the output plots from python matplotlib and seaborn? i've tried a number of approaches without success. my most recent attempt is to run this code at teh top of the notebook:
Center all plots
HTML("""
<style>
.output_png {
display: table-cell;
text-align: center;
vertical-align: middle;
}
</style>
""")
any good kaggle mcp server anyone knows?
Hoi, just centering output won't work 😞 .
you gotta center the parent div/container too.
<style>
/* Add adjustment to parent div/container too */
.output_area > div {
display: flex;
justify-content: center;
}
/* Edit the old one */
.output_png {
display: block;
margin: auto;
}
</style>
Hello Everyone ,
I just switched form web dev to data science/ai/ml.
I am studying through a course , and I have reached the numpy and pandas section.The next section involves matpotlib.
Now , I want to create a project to gain confidence . And also like explore kaggle , like is it similar to leetcode?
My end goal is to become a good data engineer/AI developer or if I got interested in the journey , I will exlpore computer vision !
If anyone who is experienced mostly , can you please any tips , and also tips on getting jobs in India !
Hello Everyone,
Now I am studying ai/ml course, and I am stuck with a hitch environment configuration problem.
I can not use my GPU. pls help me!!!
Hey all, I’m competing in a Kaggle time-series forecasting competition predicting daily raw material weights per rm_id, and while my local validation looks solid, my public leaderboard score is near the bottom. I aggregate receivals to daily level, winsorize per ID, and use a LightGBM model with calendar, lag, rolling, Fourier, and purchase-order features, blended with a seasonal baseline φ(doy) using per-ID α weights optimized on 2024 data. Validation (train ≤ 2023 → val = 2024 → test = 2025) shows decent R² and RMSE, but the leaderboard score (≈160k) is way off, suggesting an issue with data leakage, metric mismatch, recursive drift, or overfitting in per-ID blending. I’d really appreciate any feedback on whether my validation scheme makes sense, how to ensure my metric aligns with Kaggle’s, and how to make the recursive simulation more stable or less overfit — if anyone’s faced similar “good local, bad LB” behavior, I’d love your insights.
Hoii @verbal crest 🐣 ,
how'd you do competitions on kaggle, if today was your Day 1? (by start doing kaggle I mean if for example you were a " has just signed up kaggle user. ")
I have followed the kaggle courses from https://kaggle.com/learn (Intro to Programming, Python, currently doing Pandas and moving to Intro to ML next then will start with the #🚢┊titanic dataset as suggested by you at #🏆┊competition-general message )
what do you think, am I on the right path ?
Can you still register for 5 day gen ai course from google?
I definitely recommend starting with Titanic 🙂
Hello is there a way that I can still register for the "5-Day AI Agents Intensive Course with Google"? I would appreciate it since I only just found out about it.
Oop just saw that last message.
Will I be able to follow along live or only see the items after the fact?
follow along
Thanks 🙂
Do you know if you have to be registered to submit the capstone project?
no, its fine if you couldn't register. you can still submit it (im not sure tho)
#1435623309894094930 message
Hi, I have a problem with Azure Machine Learning Deployment
I'm trying to deploy a model to Azure Machine Learning for the first time. It's a language model. My problem is that when I invoke the endpoint, I get an error related to dependencies in the image creation job.
It's an MLflow model. I've already tried manually modifying the conda.yaml and requirements.txt files, adding NumPy version 1.26.4, and using the same environment I use with Jupyther Notebook in the deployment creation, but it still doesn't work.
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5
Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement numpy==1.21.3 (from versions: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.80...
ERROR: No matching distribution found for numpy==1.21.3
ERROR: failed to solve: process "/bin/sh -c ldconfig /usr/local/cuda/lib64/stubs && conda env create -p /azureml-envs/azureml_759b376b50be14779b3978d6ae3ce445 -f azureml-environment-setup/mutated_conda_dependencies.yml && rm -rf "$HOME/.cache/pip" && conda clean -aqy && CONDA_ROOT_DIR=$(conda info --root) && rm -rf "$CONDA_ROOT_DIR/pkgs" && find "$CONDA_ROOT_DIR" -type d -name pycache -exec rm -rf {} + && ldconfig" did not complete successfully: exit code: 1
Do anyone know why the 5 Day Intensive Generative AI course is not available anymore
We had a temporary issue with it - it's back up now!
Hi! I am Dhairyashil Rayjade. I am in 9th class. Is the 5 day intensive generative AI course for me?
Because I have registered for it. @sinful root
HI I am unable to phone verify is ther any issue with it?
Here are some instructions on how to do phone verification: https://www.kaggle.com/contact#/account/activate/phone
Thank you
what i can learn in kaggle?
and who it will help me ?
and what are skills needed to learn it ? and were i can used ? and who it is help for?
guys i need help im 17 turning 18 in feb so i cant access google ai studio or the gemeni api
since I need to be 18+. im from the UK .
I've followed this and send the contact support message form.. The platform returns an error message "This phone number cannot be verified" whenever I click start verification. I am from Nigeria
What country are you in?
I was in a similar predicament. Phone verification worked for me only after I completed the identity verification via Persona, explicitly through "Identity Verification" beforehand (persona was acting up for me with the phone verification link, not with the id link).
kaggle.com/settings/ > Identity verification
Perhaps try that first before verifying your phone. If it worked for me, it may for you too.
Hii I'm Ajayveer..i want to know if there is any age requirement for this program
Hey I'm Bhaveshh i want to know that I haven't knowledge about this program and I'm a student of class 12th and also have no coding experience!!
In the same boat dude!
Nice buddy
How to create own copy of the Kaggle notebook featured in the Notebook Guide video
Hi! Could you please let me know where we can find the link to the live sessions? Also, could someone from the support team give a quick overview of what will be covered in the course?
hey I'm also new in this field don't know much about it.
Thank you.
hey does we have to learn python to do this course?
do only people who participate in Capstone Project get a badge at the end of this course called "5-Day AI Agents Intensive Course with Google"?
i said no when registering because it said it was optional
also if someone could tell me what exactly that badge is i would really appreciate it since this is my first time using kaggle like is it a certificate? is it something similar to that?
nvm its not a certificate but i still wanna know about what the badge is and whether im still getting it or not
hi guys i am new to these things and i really don't know where to start learning .
Thank you,
@quaint basin QQ: is going through Youtube playlist a pprerequisite for the course?
We are really focused on teaching people the skills and concepts they will need to build AI Agents. The capstone project is a great way of using and demonstrating the skills we'll be teaching - and it's optional. But it is the way that users will have to get a badge on their Kaggle profile about the course.
how i build carrier as a ai engineer
hey i have an doubt in which server we would get oficial updates abt assignmentss..!!
Can anyone please tell me how to get in gooogle gen AI course?
Already ended, this is ai agent course. If you gen ai course for learning then head gen ai yt playlist
Hello @everyone
Is this course in Hindi?
Other than course is someone interested in hands on coding I will be interested to go on a session with them offline
On which channel
Kaggle it self ,
Ok tq
Can I build a career from this?
can i build a career from this ?
Can I still participate even after choosing no when registering?
Sorry for the ping
can anyone explain about this ?
Does this course require any prior programming knowledge?
Hloo I'm Sreejal Shukla, I've created some projects on google ai studio, bute everytime the project is created the preview screen keeps loading don't know why but when opening on my phone it working, told my friend to try something on ai studio on their device and mail it's working fine and preview is also showing, can anyone help me why it's only happy on my browser - chrome on my laptop omen 16
Where exactly do you build AI agents? Is Kaggle the platform for this?
Or is AI studio the platform to make AI agents?
I have zero knowledge on Coding, During this course will they train us on how to use AI?
Proceed through the flow of permission screens (giving Kaggle and Discord access to share data)
Help me with this?
i think kaggle is ide and ai studio is working ccompiler
Thank you .
A friend referred me with this and I'm trying to follow through both learning and discovering without exploring
I think I still have to get ai studio is that an app?
Is there a Kaggle app?
Hi can any one explain how this 5 event will be
Same question ❓
"Kaggle badges are a set of digital souvenirs that recognize a user's activity, exploration, and learning on the platform. They are designed as a fun incentive to encourage new users to explore the various features of Kaggle, gain familiarity with the platform, and track their progress in data science and machine learning."
hey can anyone tell me why i should choose python over java????
U can go with java
any specific reasons and btw i am a new coder its only been like 6 pr 7 months
U can go with whatever u wish
ohh ok..
hello
I have a question
I am a student and soon my exam is there
can I skip the class and watch the recorded class in my free time
same situation
i have to learn to code in any lagauge , just basic c laungauge upto control follow
What is the time of class
AM but I am studying in school
How can I attend the class
From this class can I get the certificate
Ok I do I get the recording sir
You me no certificate but I heard that they will give as a certificate from you sir
Api generation
What
Reason: Bad word usage
Sorry
They told they will give certificate google t shirt google bag and many more things
Even though in instagram I saw in reel
Everything will be ok, will it?
exactly i have also seen that in many reels
i link kaggle account to discord but it didn't show any roles , where i can see the roles
After completing course what benefits we will get
Some influencers misrepresented what this course offers. This is a no cost education opportunity, there is no certificate and no swag.
(There is limited swag for winners of the competition, but none for participation)
What are timings of classes
Are we not allowed to change our name in Kaggle discord?
very dumb question ik
but we gotta be doing something before 10th ?
how do I create an API on google AI studio for the 5-Day AI Agents Intensive Course. Also anyone has google cloud?
I have the same doubt *
do i have to complete the march-april course to enroll in this new course ?
Same doubt
hi
Here's a quick Tutorial on how to create an API key On Google Ai Studio
https://youtu.be/gCjLiHH-LxA
Check the above link
Check the link provided above
if you have any further doubts leave me a dm
Thank you
No Worries
Once registered, will i begin the course on 10?
Also there are certain video links on kaggle split into some days like DAY 1 so do i need to watch those videos for the course or we will get it on discord
Hi, I'm having an issue with phone verification. Is there anyone from Nepal who is facing similar issue?
do we a get a certificate on completion?
my region is not supported for ai studio, any fixes?
Question regarding the 5 day AI course, in the setup email it tells us to ensure that we can generate an API key, I dont quite undestand, could anyone help?
No we don't..
so can anyone tell me is this info correct that we will not receiving any cetificates for completion ..
You'll Be Receiving a Badge
Upon the completion of the Milestone project
ohkk. thanks for informing..
No worries!
can somone help me find the channel for - - Day AI Agents Intensive Course with Google ??
wait ima tag you in that channel
Can anyone send the link for the livestream? The link provided in Discord is taking me to Kaggle's YouTube channel
Thank u
How can I do this
I'm seeing that everyone is forming a team. How big is the team that we need to form?
Is there a quick YouTube tutorial for using API within kaggle for different platforms and projects?
Didn't find an official one, here's one i created:
. Adding API key to your kaggle notebook + creating your first kaggle notebook : https://youtu.be/4q816Qgkl0A
It works perfectly, just by an unofficial guy.
How to get goolge API key
Go to google ai studio and in bottom left corner you see an option named get api key you have a default api key created there or you can create a new one
thanks , it asks if i import a project
Here you go:
First do this: (must)
Go to https://kaggle.com/settings
And there should be an option for phone verification and just verify phone number and facial id(id verification option), only then you'll be able to access notebooks on kaggle.
Then you can watch these tutorials
- How to create an API Key? https://youtu.be/IgveK65X_6g
- Adding API key to your kaggle notebook + creating your first kaggle notebook : https://youtu.be/4q816Qgkl0A
If you don't have one, create a new account on google and fake your age or use your parents' gmail.```
Umm you can simply create a new project, no need to import from the cloud. (Import is for people who are working on google cloud also)
If you have any errors watch the videos i attached in the earlier message
thanks a lot!
everyone complete your setup for kaggle
Has any new update come brother, does anyone know anything or not, these 5 days have been an agent AI
I was trying to join the 5-Day Gen AI Intensive Course with Google. But not able too, would it be possible to get added to this course?
I already tried to verify my phone number .... but in website I saw message that unable to verify ..... So what I do now ?
I’m an EEE student and don’t have much coding knowledge yet, though I’m really interested in it. Do you think this course would be beneficial for me? Is it suitable for beginners, or mainly for advanced learners?
Hi i am jyot how can i start day 1 on this course
when will we get our first assignment , probably today is it so
what are the timings of this course
hey guys,
google shows that the registration is closed. Can we still access the course via kraggle for free (without registration)?
The course duration is Nov 10 to Nov 14
Hello everyone i am new here can you tell me how this works like they give us all the certificate for free
Maiil to Kaggle
I have a tricky question for all why are you join kaggle
I’m new to Kaggle and I’m not sure where to begin with the Day 1 task.
Can someone guide me on what steps to follow?
Is certificate provided at the end?
unable to verify my phone
I haven't received assignment. Can anyone help from support team.
When will the live stream starts in IST
open kaggle home page in that you can find right below setup instructions of the page
Thank you 👍
Yea
Seems like the requests got flooded
Try it afterwards
Like midnight
12:30AM
tomorrow
first info will be released end of sunday i read somewhere.. just keep an eye on:
https://www.kaggle.com/learn-guide/5-day-agents
How and when to start?
Anyone knows what kind of assignment we will be getting??
When is Google AI course starting?
how to download agent development kit ?
can anyone help me ?, in the initial conditions it was mentioned that i need to be able to create a api key via google's ai studio but i am blocked from doing so as i am still 17.
How to join the class for tomorrow,does anyone know
pip install google-adk i think u can just run this cmnd
hey am new here
oh...w8 let me try
thanks it worked...
anyone know how to find example notebook shared by youtube tutorial video?
how to start this
Today 12:30Am IST
https://media.discordapp.net/attachments/1436719817624256534/1436719913518633010/1.JPG?ex=6910a130&is=690f4fb0&hm=6a48397700e40b701b7defba0bc73ccc590e83e58af09eb7035cae318e9fb319&=&format=webp&width=515&height=687
https://media.discordapp.net/attachments/1436719817624256534/1436719914034659408/2.jpg?ex=6910a130&is=690f4fb0&hm=5d3c01e3db0b2fe7135969c69c22cbf49db07bae5ed8cb9a98ac3e18d3c73ce5&=&format=webp&width=515&height=687
https://media.discordapp.net/attachments/1436719817624256534/1436719914512547951/3.jpg?ex=6910a130&is=690f4fb0&hm=59a326eaa4d74733a406431b5c2eb8ee07f6b78d95094102deb1153d2e261407&=&format=webp&width=515&height=687
Where I can find whitepapers
I am new to this 5 day Ai gents but i am sure that it will help me to improve my Tech skills.
I'm unable to generate API key because I'm under 18 Right now so what to do .
@wind fiber exactly
Hi, guys is today's assignment out yet?
bro same problem and ive been asking the same question in both this channel and ask-a-dev channel but none replied !
When you course starts today or tomorrow today assignment
Assignment? ?
does anyone know about the assignment ?
Why today we don't have
yep! it was starting from tmrw
What kind of api key is to be generated?
What about today's assignment?
For 5-Day AI Agents Intensive Course with Google, do I have to join in Youtube?
What kind of api key is to be generated?
Same question bro?
Not yet
Is there live session at 12:30 AM, IST, i mean to-night ?
It is the work to do
No
What name should come in certificate because my username is madhan0165 but my name is madhan Kumar can any one clarify my doubt please
The name which you have on kaggle
Then how can I join. I already registered
But my username is madhan0165 how can change ut
It*
It shows can't edit username help me
but the YT says something totally different from yours....
Check this out:
https://youtube.com/playlist?list=PLqFaTIg4myu9r7uRoNfbJhHUbLp-1t1YE&si=2PY5I1G5uCg0UVmO
watch #5dgai-announcements for the updates
yes 10th nov
tomorow 12:30 AM midnight the lecture starts
Yeah, my bad... 11th 12:30 am is the midnight of 10th.... 😅
Timing is very confused
#everyone get the answer yes / NO when you done the assignment
My registration was confirmed, but I haven't received any email so far. Is there a way to reach out to support directly via emails?
What are these Kaggle badges and how do we get it exactly??
12:30 Am
Hey I wanted to ask that is it really that nesessary to complete gen ai course first then intensive coruse ??
I am not able to understand what exactly should we do now ? is there any project given ? are we suppose to do anything before the live classes tomorow?
@rigid mountain
Checkout
https://www.kaggle.com/learn-guide/5-day-agents
Can I watch the stream Later ?
Yah you can watch letter and complete assignment
It is from tommorow ?
Ok,Thanks
Is it today??
Nope, Tommorrow
OKAYY
Is This program having a certificate after successfully completing all tasks ???
Anyone have any idea about the deadline for assignment 1?
How do we confirm that we have completed the daily activities?
how we confirm that i have completed my activities
Will this program also touch upon emerging frameworks for agent collaboration and multi-agent systems, or focus mainly on individual AI agent design?
run ADK web ,the link is not working
This site can’t be reached
***** refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
Your Notebook is now running in the cloud.
Enter some code at the bottom of this console and press [Enter].
Session is starting...
An error occurred updating the session.
Error: Permission 'kernelSessions.enableInternet' was denied
Error: Error: Permission 'kernelSessions.enableInternet' was denied
🔑 Authentication Error: Please make sure you have added 'GOOGLE_API_KEY' to your Kaggle secrets. Details: Connection error trying to communicate with service. i got this error internet denied
issue resolved
Hi
Is there any live stream today or is there any submission required for day1 i hav done the assignment where should i cheak it complete or not
How we confirm that i have completed my activities.
In Kaggle there is a channel they have given day 1 assignments, just check yourself over there
Thank you
Hi, I am having a problem with Linking my Discord and Kaggle Account. The error message "could not link with Discord" , I got this from kaggle. Can someone help me to solve this problem
Do we get any prizes if we complete the Capstone project
Nevermind, I got it solved somehow.
umm what are we sposed to do in day 1 again?
hi all
In the Registration of the course, it does say that we will get rewards for being top 10 team
Hello i have registered in last min. So how i will know that i am successfully registered for this course ??
I don't know,
need to check it out somewhere.
O ok
on the last day of the course, We will definitely get all the details needed for The capstone project. That what i think
Foundation learning
you would have got welcome and setup instructions mail from google
You did get the Email from the Gen AI course.. Right? if yes then you are registered. Else you can check from your kaggle , go to the 5 day Gen AI course and check if it says you are registered
No bro i have not received anything like that!! 😭
How Get I Know When Will Gen AI Course live class Start at Google Developers YouTube Channel?
Who's completed today Assignment?
how to ncomplet this assignement? plz explain
How to complete assignment 1? Can anyone explain
How to complete day 1 assignment
It'll take place at 12:30 AM today on Google developers youtube channel
Hi everyone, I really enjoyed the Introduction to Agents whitepaper.
I have a question for the livestream:
How does Google envision “Agent Ops” evolving as a discipline, and what kinds of tools or metrics will help teams evaluate agent reliability and safety at scale?
It says on email and website time
Questions for the live stream are being selected on the other chat section
Could you please tell me the name of chat section?
Hey identity verification is compulsory
What time is the day one live session start? Day one
Today at 12:30 AM
how to jion todays live stream
IST? or PT ? Time zone
@everyone does anyone know how to do kaggle x google genai course's assignment of day 1?
Check Your Gmail I have got there my assignment
How to join live stream?
Or you can see here #5dgai-announcements message
On YouTube channel
☝🏻
I'm new, in Google Ai Studio, do i click the option "Create API key"?
yes
do we have any specific way to create?
https://aistudio.google.com/api-keys you can create here right top and after that you can see the key on top in the table
i mean, do we need to use specific words or soemthign to create this API?
or i can create using any random names?
your wish
ok, dankiuuu
it is asking for project along to create it. i dnt have any. Do I click option "create" under the project?
after proj creation the key will be created
Hey, I'm new here, can you explain me what to do please?
i just randomly create a project ?
yes
i did it, thanks
Hello everyone @here
Can anyone please share the assignment?
is there any public notebook on titanic competition from where i can get some idea of how and what to do from where to begin ??
Send course link
Hello everyone I am santhosh
Hello everyone, I'm Aditya Diwanad, i just completed my 1st day Assignment and i have a question about ADK that How does ADK handle errors when one of the sub-agents fails in a multi-agent setup!!?
hey can anyone tell how to do these assignmenyts or which video we need to see to do them?
Take a help of AI
i wanna ask we have to join the live stream on youtube channel? or where???????
@Brenda Flynn My phone verification problem . what I can do now
ok thanks
@winter kestreli wanna ask we have to join the live stream on youtube channel? or where???????
don't know, it's already pass 12:30
is the livestream started
Noo
they given the time but it is not showing at their channel
@boreal vectordon;t have any idea bruh...idk they just said we start the livestream at 12:30 pm but there is not any
yeah, that's what i checked right now
why not then
they don;t have any agents who will help us in chat
bruh wait they said in night lol its PM
oh so any idea when it will start
hello will you get any goodies from the google after completting the session
top 10 only
How you complete it?
Assalam u Alaikum Thank you so much for sharing Day 1 assignments, InshaAllah I'll work on it properly. I have a question: what is the time of live classes of the course for Pakistani students and how to take our course properly and efficiently.
How we get Goodies?
is the livestream started?
No Idea
Checkout Kaggle website bro
Day 1 Livestream Details
Platform: Kaggle's YouTube Channel (as mentioned in the original email).
Time: 12:30 AM IST on Tuesday, November 11,
- (The email lists the start date as Monday, November 10th, so this time is the very beginning of the course in your time zone.)
You can click the "Notify me" button on that screen to get a reminder when it begins.
Would you like me to search for the direct link to the Kaggle YouTube channel so you can set your notification?
Hi Everyone, did anyone got error saying "Failed to generate API key, The request is suspicious. Please try again." while trying to create a Gemini API Key ?
Bro assignments telugu lo ledha
can i select API key for Default gemini project is it right.
Hey hi
#❓┊ask-a-question can i download and modify the given notebooks (for day 1) and use it for my other purposes and push it github public repo ?
an anyone explain what we are suppose to do today because the stream starts tomorrow
hello
No, I did not
@everyone koi btayega day 1 assignment kaise complete kare step by step 🪜
hello everyone till when needs to final thesis is due to be submitted?🙏
How to submit
@Aditya Diwanad, Please any help with assignment 1, thank you
what going one now
Section 2: Your first Al Agent with ADK
ValueError
What's your problem?
The problem is mine.
where we have to submit all our assignment .????
Will they give certificates for us
@fluid bridge hii
hello everyone till when needs to final thesis is due to be submitted?
hello guys i am rushi from india i want it know what to do in assignment 1
hello
i do have a question
what should i do after completing the 1a and 1b
should i have to upload or submit it somewhere
how to do assignment?
follow the instructions on that given page
hey can anyone help to download ADK i have tried so many times
no need to submit
what issue
How can a beginner translate Kaggle competition projects into a portfolio that signals real-world problem solving — beyond just leaderboard ranking?
Can we run ADK locally instead of Kaggle?
what to do in the assignment can anybody explain?
how to Complete the Unit 1 – “Introduction to Agents”:
@frosty pollen can you share the link to that page u are talking about
anyone from mumbai?
yupp
where u frm?
Proceed through the flow of permission screens (giving Kaggle and Discord access to share data). How to do this ?
Where is the recording of today's class can anyone plss let me know
heyy did anyone tried "from prompt to action"
I’m new to Kaggle and I’m not sure how and where to begin with the Day 1 task.
Can someone guide me on what steps to follow?
How can we integrate the Gemini-powered agent into a full-stack web app — for example, connecting it with a React frontend?
im having truble on adk too
If Agent AI will replace many jobs, how many new will they create?
i also dont know
for any problem check #5dgai-announcements
I am familier with Firebase Genkit and Google AI studio. but It's seems like Agent ADK is more easier to use and also i can able to create Agents or Agentic Workflow using Web UI. I know Genkit developed for web, mobile apps and Agent ADK for making complex agent workstation. like for A2A concept . but the question is
is it really meant to created for no code or low code devs?
if you can find the reason for not working. you can fix otherwise you have to start from the beginning
To restart: Select Factory reset from the Run menu.
At the "adk create my_agent" step, there is a point where it asks to choose an whether (1) Gemini 2.5 Flash or (2) Other. When I try to type (1) in the Kaggle notebook, ìt turns the section into a comment.
I eventually got the demo working in Windows shell but not in Kaggle
🎒 Today’s Assignments
Complete the Unit 1 – “Introduction to Agents”:
Listen to the summary podcast episode for this unit - (https://www.youtube.com/watch?v=zTxvGzpfF-g), created by NotebookLM (https://notebooklm.google.com/).
To complement the podcast, read the “Introduction to Agents” whitepaper - (https://www.kaggle.com/whitepaper-introduction-to-agents)
Complete these codelabs on Kaggle:
a. Build your first agent using Gemini and Agent Development Kit (ADK) (https://www.kaggle.com/code/kaggle5daysofai/day-1a-from-prompt-to-action).
b. Build your first multi-agent systems using ADK (https://www.kaggle.com/code/kaggle5daysofai/day-1b-agent-architectures).
c. Make sure you phone verify (https://www.kaggle.com/settings) your Kaggle account before starting, it's necessary for the codelabs.
d. We also have a troubleshooting guide for the codelabs (https://www.kaggle.com/code/kaggle5daysofai/day-0-troubleshooting-and-faqs). Be sure to check there for solutions to common problems.
e. Want to have an interactive conversation (https://support.google.com/notebooklm) Try adding the whitepaper to NotebookLM (https://notebooklm.google.com/).
Last night even after re-creating api key and factory reset, I keep getting 429 error on step 7 of 'Day 1a - From Prompt to Action'
ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
how can i get around this?
can you sent the screenshot to my dm
now getting more 429 errors on step 14...
How to upload a error file?
I am getting an error at 2.3 b Day 1a - From Prompt to Action Issue
Is joining the live stream in compulsory or necessary for the capstone project or swags
Hi I am getting this error ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
most likely the VM issue, anyone aware how to fix this
This link have proper solution
which link
what is the proxy host?
I am receiving an error as ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
ur API key is exhausted
it cant be used further
Do I need to generate new one? that will work?
i have a error in day 1b
u can try
but try a free one
u can google hhow generate a free one
ok, sure Thanks
no worries
was in 1400 long queue in Day 1B notebook...got through queue, my GOOGLE_API_KEY that was fine on lab 1A was not recognized in 1B so I factory reset, now back in new queue 1300 waiting.
too many users thats why
yeah, loving the class but it's TOO popular 😄
u have to keep patience
insta and yt influencers prolly
oh i'm patient but just worried if this were issue too often I will not be able to complete course
past 40 min its running ADK web to execute , can some one guide me on this
For those who haven't seen it already, here' s the troubleshooting and FAQs link: https://www.kaggle.com/code/kaggle5daysofai/day-0-troubleshooting-and-faqs. Check it out for common errors and general setup information.
I have registered to this 5 day ai program but i haven't recieved any email like other what do i do
check #5dgai-announcements
can someone guide me , to execute ADK web its taking too long , what is the issue.
why do I keep getting a 429 resource exhausted error when I try to run a cell in the ai-agent notebook?
never mind. found the FAQ for troubleshooting
hey guys how to Import ADK components ?
Just run the cell.
too much traffic
not just that it keeps giving me the 429 timeout
its showing an error when i am running this - from google.adk.agents import Agent
from google.adk.runners import InMemoryRunner
from google.adk.tools import google_search
from google.genai import types
print("✅ ADK components imported successfully.")
Do I have to stop & run again or just wait
Did you add the API Key?
yup.....oh wait it fixed automatically 😂 😅
basically wait
im facing a problem with installing
Could be basic of the traffic. I had to wait in a queue for 10 mins
i am getting an error in 2.3
so close to done with 1B on step 41, cannot get past 429 error...I'm sure if I go away and come back in hour this will work fine
i have a question based on the understanding of workflows which type of agents workflow would be useful for making a agent that will be given data of a company last five years progress and being asked to interpt whole data and making five years of reports with a critique agent that should give us the important mistakes that the company made and how much it will grow if the solutions given by a solution agent would be taken up?
I'm getting 429 errors on "response = await runner.run_debug("What is Agent Development Kit from Google? What languages is the SDK available in?")" ... the first attempt to use the gemini API. I'm using gemini-2.5-flash-lite and the API rate limit page shows that I'm well under the free tier rate limits. Suggestions?
In 1b I m getting error in running the cell with runner=in memoryRunner(....) what should i do ?
in assignment 1a it is always showing error that resources are exhausted
how to solve that
?
I’ve been thinking about this , AI agents become more goal driven through incentive structures, how do we ensure that the agent’s optimization of incentives doesn’t conflict with the broader ethical or social classification we want to maintain? When an AI agent gains the ability to self modify its mechanisms, how can we formally guarantee that these changes remain consistent with human aligned objectives and don’t evolve unintended behaviors?
In the “Introduction to Agents” whitepaper, AgentOps is emphasized as critical for reliability and governance. How does AgentOps differ from traditional MLOps, and what tools or practices would you recommend for beginners to start implementing AgentOps principles?
@everyone in assignment 1a it is always showing error that resources are exhausted
how to solve that
?
Hi everyone! 👋
In the “Introduction to Agents" whitepaper, AgentOps is emphasized as being essential for reliability and governance in AI systems. I’m curious how does AgentOps differ from traditional MLOps in terms of workflows, monitoring, and lifecycle management?
Also, what tools or best practices would you recommend for beginners who want to start implementing AgentOps principles in their projects?
Really enjoying the course so far thanks to the Kaggle and Google teams for putting this together!
@snow fog
i am getting client error at response = await runner.run_debug("What is Agent Development Kit from Google? What languages is the SDK available in?")
I tried with different API key of other gmail account but still error👇
ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
use google AI studio
I get API key from that 😏.
the key was generated from AI studio itself, however the error persists
I'm also facing the same problem
is there anyone tell me how to do this course and how to start
follow this link , you can understand the whole course https://www.kaggle.com/learn-guide/5-day-agents
Bro can anyone help me 1b - 2nd Section? And if anyone need help in 1a Assignment, can feel free to ask.
dm pls
bro im getting error while runnuing the 2.3 section
hey plz tell me how to start
what is the assignment how to do it some one help
ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
for 429 RESOURCE_EXHAUSTED error
you need to be persistent about rerunning the cell over and over until you get the right result.
it takes around 7 to 8 tries, give or take
Check your "Gemini API Rate Limit" there is a "Peak requests per minute (RPM)"that you are reaching. either wait, or choose another model with less usage.
Can I still sign up for the training?
hi all i had registered for the day AI Agent course i m unable to log in the live podcast. Kindly guide and help
My identy verification is pending. How do I fix that?
Bro if anyone need any kind of help, realted to agent day kinldy DM me 💬
Error: Permission 'kernelSessions.enableInternet' was denied this is the error i am getting on adding the api key with correct name
Hello, Is there anyone who is data scientist, currently I am year 2 student studying business intelligence, how should I learn to become data scientist currently I know I need to learn python and libraries like numpy pandas etc. sql, excel, tableau
The first prompt i sent using the .run_debug() method got a trace back ......what could be the reason
Can you clarify which section you're referring to, so I can understand better?
Can you clarify which section you're referring to, so I can understand better?
runner = InMemoryRunner(agent=root_agent)
response = await runner.run_debug("What are the latest advancements in quantum computing and what do they mean for AI?")
for this iam getting "Client Error" how can i fix?
this is from Multi-Agent Systems in 1b.
I have the same problem and cannot find FAQ section. How did you deal with that?
Yes this is the very first step where we put the api key in the secrets section
When I run the code response = await runner.run_debug("What is Agent Development Kit from Google? What languages is the SDK available in?"), the result shows below error.
ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
Missing or invalid API
2.3 run agent section B
Bro you have to make a secret than enter your label and api key in value.
API quota limit for the model youre using has been exceeded
what does that mean and can you explain how to solve it
Yes i did that label is GOOGLE_API_KEY and key from google studio but still its giving error
How can i fix it?
Try creating a new API key
🔑 Authentication Error: Please make sure you have added 'GOOGLE_API_KEY' to your Kaggle secrets. Details: Connection error trying to communicate with service. This is the error
Have you checked if your API key is correct?
Either the API u have entered is incorrect or limit has been exceeded. If still not working, pls DM me
FAQ is above if you scroll
bro i can't generate the api key at all due to me being under 18. so anyn way out of this ? like its necessary right
response = await runner.run_debug("What's the weather in London?")
guys iam getting a client error in this code . What should i do to fix it?
I did not get an age verification msg to confirm if im above 18 or not. API is very necessary!
what to do after completing both the assignment, just close the tab?
ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
i still stucked here dont know what to do
hi bro what are the tasks
I switched to vercel express billing
And I was unable to run the last task
Yes, I think so. Thankfully we do not have to show confirmation for todays assignment
no i think its cuz i entered my age in my google account itself as 17
1.open the mail in your gmail
OH! I see
click on first built
i dont know wher to start
so what do i do
Where tf is the course at ???😭
reference @limpid arrow
is make sense the quata is over from gooe studio?
Sorry, I'm not sure if u'll be able to do it or not
Check ur Mail
Guys is anyone else facing phone verifying issue
U must have gotten the challenge in ur mail if u have registered for it properly. Otherwise ull get the challenge from announcements- https://discord.com/channels/1101210829807956100/1305239683156017202
Does anyone know if the YT livestream could be replayed? I'm in GMT+8 and it's 03:00 for me...
I tried to activate my notebook but I could not be able to download agent google api, getting an error message saying that ; ImportError: cannot import name 'agent' from 'google.adk.agents' (/usr/local/lib/python3.11/dist-packages/google/adk/agents/init.py)
what does it mean ?
how to resolve it ?
Did u create API?
My .env file isn’t loading in PowerShell.
I’m in D:\agentic_ai\my_agent (inside .venv) and my .env file has:
GOOGLE_API_KEY=AIzaSyAoyEPYaGoO3oN7RdDQCqvsmqs4ygUZbnc
But running
python -c "from dotenv import load_dotenv; import os; load_dotenv(); print(os.getenv('GOOGLE_API_KEY'))"
returns None.
File is UTF-8 (no BOM). Why isn’t load_dotenv() reading it?
can someone help me
Try in kaggler environment
I tried to create API when I run the code I got an error message
pls dm me
where can i get that code
u have to create one
still there's an error
Whats the error?
Guys is anyone else facing phone verifying issue
okay
like you know, sometimes the code runs and then if i run it again there's an error
the same error
Did u add API key as secret in Add-ons?
is ur phone number verified??
yes
Did u turn on the internet option in sessions
Im not sure if that will work or not. But its worth a try
how to do that?
do you see a notebook section on right hand side??
where?
how to compeleted the day 1
go to code (3 lines left side)-> Your work -> select todays notebook -> On right hand side youll see NOTEBOOK with things like input and output below that there is a session option select that and scroll down a bit there is a internet enabling option just enable it
How to start the Assigment ?
just click on giving link and click on check box that it
and also compelted the ntoebook
Have anyone get day2 mail
so do you think it would be fine if i use a api key generated from my other account that was'nt registered for the course
I did all 8 Check box @pale seal How to do the notebook assignment ?
Yes, im pretty sure that would work
but not 100% sure
Is there anyone who has get 2 emails of or day2 mail by Google
progressing 1a section 3: Try the ADK Web interface, how to ifx the code when I run it on google colab env?
I have recieved two mails-
one for the challenge
and the other as a reminder (Day 1 Livestream Starting Soon)
I am having trouble with notebook 1b when I try to start the runner I get the error message: "ClientError: 429 RESOURCE_EXHAUSTED" any ideas how to fix?
(tried factory reset and redid the earlier steps, went through full process 3 times)
notebook 1a worked perfect for me and I have the API key setup
I have created and enabled my API and keep getting an error message fromt he first prompt: "🔑 Authentication Error: Please make sure you have added 'GOOGLE_API_KEY' to your Kaggle secrets. Details: Connection error trying to communicate with service."
What about Day1 Task
I have done all check box
Done Podcast about Whitepaper Companion Podcsast
What about Notebook Assigment
Any API work today then please help ?
yeah like i too think that would work but was just concerned that it might be a problem cuz the registered email and the api key's email would be diff
We used basic classifiers during the internship task — if I wanted to improve it using Kaggle-style optimization, which methods (like feature engineering, ensembling, or hyperparameter tuning) give the biggest improvement for small datasets?
i am having the same issue
i can not the phone verification still now
Try creating a new API key for 1b. The API key must have gotten exhausted
Can anyone help me regarding the phone number verification
Sure, whats the issue that ur facing while veifying phone no?
Hi I have a question. I am getting this error: 🔑 Authentication Error: Please make sure you have added 'GOOGLE_API_KEY' to your Kaggle secrets. Details: Connection error trying to communicate with service.
yes I am facing same problem regarding phone verification
And we need to verify the phone number to do the assignments
Are u both verifying from India?
@everyone
** 💬 My Conceptual & Deep Learning Questions for the Kaggle AI Agents Livestream
1️⃣ As AI agents become increasingly autonomous and goal-driven, how can we design incentive systems that keep their long-term behavior aligned with human ethics instead of just short-term reward optimization?
2️⃣ As AI agents get more goal-driven through incentive structures, how do we make sure their reward optimization doesn’t conflict with the broader ethical or social alignment we expect?
And if an agent gains the ability to modify its own mechanisms, how can we formally guarantee that these self-changes stay consistent with human-aligned objectives and don’t create unintended behaviors over time?
3️⃣ When agents start self-modifying their reasoning or learning mechanisms, what kind of formal or mathematical safeguards can ensure their updated versions remain predictable, stable, and still aligned with human objectives?
4️⃣ In multi-agent systems, how can we balance cooperation and autonomy—so that agents don’t end up competing or working against each other while still staying efficient and independent?
5️⃣ With the rise of deep reinforcement learning in multi-agent setups, how can we prevent emergent adversarial behaviors that arise from agents learning implicit competition through shared environments?
6️⃣ How can transformer-based architectures be adapted for continual learning within agent frameworks—so that agents can retain past knowledge while still adapting to new contexts without catastrophic forgetting?
✨ Thanks to the Kaggle and Google teams for hosting such an insightful course and livestream.
Really looking forward to hearing the experts’ thoughts on long-term safety, alignment, and the next wave of deep learning–driven agent architectures. 🚀 **
@rose kiln as for me yes
You should create a secret key label named GOOGLE_API_KEY in the add ons tab the value should be the key value from Google AI studio
Are u getting the error msg after entering OTP?
It's now showing session has expired @rose kiln
Im not sure what to do
Try changing ur phone no.
Try again later
ok
hi anyone know how to verify mobile number
there is a error coming on
If still don't reviving otp
mail support@kaggle.com
yes
Try again after some time
I had the same issue, created a new API key and did not help:
429 Resource exhausted. Please try again later. Please refer to https://cloud.google.com/vertex-ai/generative-ai/docs/error-code-429 for more details.
I did , but no internet connection whats that mean ?
Please trun on Internet connection on menu option
Did u remove the previous API key and then select the new one?
Dm bro
it says too many requests
I am trying to verify my phone- it takes some time. You need to verify phone before you can turn on the internet connection option.
Kindly try after some time currently some issue's ongoing
yes- i keep checking back, it has been 20 min. Just posted this here as lots of others are getting the same error
But my friend doesn't verify his phone and didn't get stuck at 1.1
how?
don't know
That's an error
I am from hong kong, and I am using Vertex AI key. How can I modify the code to suit it. Right now im on the last bit and seems its giving me a Value error, as I having given the argument for vertex AI - location and project name
What if I miss the livestream, can I watch again later?
Mobile number verification required
and I do the same process, even use his API key, doesn't work
You can watch later link available on assignment page
Try factory reset and kernel reset
now showing session expired, while verifying phone number
How long does it generally take to get the phone verified?
Re login and try again
there might be some problem going on.... generally it will take 2 min
Depending on traffic bro
429 RESOURCE_EXHAUSTE can some one guide me on this
Dm
did the live st?
is there any certificate for this course?
ya, but they hae database right? how much people registered for that?
i think its supposed to start in maybe an hour or so
#❓┊ask-a-question my phone verification is stuck at persona page, somebody got it resolved?
Some problems ongoing try again later
ko
@hybrid bluff I'm stuck there too. It shows "session has expired"
same here bro
Try re login and check
How in the world we are supposed to do the assignment without phone verification
wondering if #429ResourceExhausted is a capacity issue or something that needs to be fixed in some setup.. thanks!
how can I share my screenshots here?
I have a doubt related to the Day 1a - From Prompt to Action
@everyone Currently Some Probs Ongoing Kindly try again later
Tried that too, but showing number used so many tiems
after live we have do any assignment ?
Mail support@kaggle.com
How am I supposed to generate a new link for phone verification
Assignment will post after live
no response as of now
will try this
Dm
please guide me @inland sparrow @wraith steppe and sorry if I disturbed you
what is codelab please give me some points for help
Has anyone been able to complete the assignment and verify phone?
Checkout https://kaggle.com
Dm
what is real thing we want to learn from here
I did , can you plz respond
hey guys so what do we do once we finish our assignments like do we need to submit it somewhere or something ?
building a AI Agent
what is multi agent system please explain
Just do on your private notebook space
Anybody phone number problem got fixed ??
but if i do that on the private space it would be inaccessible for others right ?
Hi , I am getting below error . Do you have any idea . This is at response = await runner.run_debug
ClientError Traceback (most recent call last)
/tmp/ipykernel_48/2127041875.py in <cell line: 1>()
----> 1 response = await runner.run_debug("What is Agent Development Kit from Google? What languages is the SDK available in?")
/usr/local/lib/python3.11/dist-packages/google/adk/runners.py in run_debug(self, user_messages, user_id, session_id, run_config, quiet, verbose)
1021 print(f'\nUser > {message}')
1022
-> 1023 async for event in self.run_async(
1024 user_id=user_id,
1025 session_id=session.id,
/usr/local/lib/python3.11/dist-packages/google/adk/flows/llm_flows/base_llm_flow.py in _run_and_handle_error(self, response_generator, invocation_context, llm_request, model_response_event)
996 yield error_response
997 else:
--> 998 raise model_error
999
1000 def __get_llm(self, invocation_context: InvocationContext) -> BaseLlm:
/usr/local/lib/python3.11/dist-packages/google/adk/flows/llm_flows/base_llm_flow.py in _
noo
Can we do this lab for tomorrow or today should be completed?
Hi, will the live stream be available on YouTube after it ends?
You can do any time
So then how will the certification be ? Will it be for everyone registered or depending on the final day capstone ?
But before that phone number should be verified?
Dm
Phone verification kindly try after 1 hour
Will we get recordings if we are unable to attend it live? i dont think i can make it to the live session on tuesday and thursday
hey everyone! i'm not able to phone verify my account? does someone else is facing the same issue? im not getting the otp
After 1 hr I want to trigger otp ? Or automatically it will be verified by old request?
Yes all are facing 😔
Trigger otp request again
don't worry .. the error is not in code ..it is showing a warning because ur google cloud “Quota is exceeded” ..skip both the code and do the section 3 ..it will work there
I will try
i dont know clearly about that but in day 1 there is no need to submit .. its clearly mentioned in the notebook itself
So I once again did it: deleted old API key, created new one and after running the code I got now a new error:
ClientError: 400 INVALID_ARGUMENT. {'error': {'code': 400, 'message': 'API key expired. Please renew the API key.', 'status': 'INVALID_ARGUMENT', 'details': [{'@type': 'type.googleapis.com/google.rpc.ErrorInfo', 'reason': 'API_KEY_INVALID', 'domain': 'googleapis.com', 'metadata': {'service': 'generativelanguage.googleapis.com'}}, {'@type': 'type.googleapis.com/google.rpc.LocalizedMessage', 'locale': 'en-US', 'message': 'API key expired. Please renew the API key.'}]}}
add Code
You have to create new api key and then use
Create new api key and try
Yep, that's what I did
Don't use old one again
Yes
Im not sure, but it looks like the new API key is invalid. maybe u made an error while copy-pasting
Ok then delete secret and then create new secret
@everyone if anyone getting error dm me
Also make sure to mark tick ✅
that's exactly what I did (two times now...)
Is day 2 already out
or do we have to wait
like the notebooks and videos and stuff
No, it'll most probably be out after the live
Ok yeah because I didn't see it
Also remembered to do it...
So here is the best way to solve your error - https://www.kaggle.com/contact
Hi all
Whats the today's task , and what exactly we need to do , can you guys tell me crisp and clerar ?
Thanks ! Maybe it will work tomorrow !
Is there anyone facing problem in phone verification
What to do when you get session expire on phone verification?
@proven dust me also
Do anyone know it's solution?
think this error is coming because of too much verification today.
i have to try again tomorrow, it seems
So can we submit the assignment without phone verification for today??
@dusky dagger yes
what is whitepapers and codelabs how to do project
Because the phone verification isn't working properly
don't worry its a warning .. the error is not in code ..it is showing a warning because ur google cloud “Quota is exceeded” ..skip both the code and do the section 3 ..it will work there
How?
Hi
@dusky dagger No problem you can submit assignment on kaggle. Do the assignment and submit it.
how to complete assigment
Oh thx for helping @proven dust
Just running section3 is still giving same error any other way to resolve this ?
If anyone is facing any issues, kindly DM me.
Dm
i can help u with section 3 ..which line are you getting error
how to phone verification
I HAVE A ISSUE
Phone verification currently not working kindly try after some time
Dm
Now you can call the .run_debug() method to send our prompt and get an answer.
This part is not work...
can i continue the assignment ..?
Check Adk and try again
already check it
and how to submit the assigment
phone verification errror , what to do now ?
I am getting ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}} I though the API key will cover the costs for the course
Do it tomorrow
can we do tomorrow, it doesn't affect anything right ?
You hit limit of Your API, try tomorrow
Limit issue Try again later
I made like 2 requests today 🤷
i litteraly dont know wt to do
can anyone help to start the course actually , i watched the 16 mins of whitepaper video on youtube
where i have to start , what need to read, what need to do as assignment and submit ?
how to create teams of specialized agents
Not possible bro at this section
how to create teams of specialized agents in project or assigment where we have to do
I have exactly the same problem, also reachedlimt with 2-3 requests...
Check mail and go throught second link of assignments
Through*
ok 3 and it failed on the 4th one. Well it depends on when does it refresh.
I can't share a screenshot from the AI Studio, but according to the charts it's far off the limit 👀
I don’t think this is possible because to reach that section, we have to use too many tokens.
@civic ore dm
Hello, can anyone please tell me how to get started?
It has a lot of messages
You can start from here: https://www.kaggle.com/code/kaggle5daysofai/day-1a-from-prompt-to-action, click on "Copy & edit" button on the top right and start following instructions. Ping here if you need more help with this.
@everyone Listen, those who are facing the quota limit issue, try again tomorrow.
cool, thanks
Many user's trying again and again don't do that
Can anyone dm me and help for the course ?
Thanks a lot!
Dm me
For any help dm me
I also got this error too. I try to change the account for API key and the result is the same.
No need to change API key, just try with same API key tomorrow
I got all the way down to 2.3b. The code ran, but then at 2.5 it sent back an error message. I factory reset and re-ran all the code, now 2.3b is showing error messages. Is this just a problem with the system?
Can you show me what's the error you are facing?
Just wait 60 seconds. The rate limit is temporary. After a minute, click on the 2.3b cell and run only that single cell again. It will most likely work.
From now on, run the notebook cells one by one, especially the ones that call the agent (like .run() or .run_debug()). Give it a few seconds between running cells.
Why is it coming error in 1b while running runner to write a short story
If the error is KeyError: 'ending': This is normal! You've found the bug the lesson wanted you to find. Just continue reading the notebook text, and it will explain how to use .run_debug() to investigate it. You don't need to fix anything.
Waiting for the next available notebook. Your position in the queue is 254.
is that expected and will it take more time ?
Hello all - I am in lesson 1B; I imported my GoogleAPI key as my "secret", which worked fine. All other fields run fine, but when I try to run the full multi-agent system, I get ClientError: 401 UNAUTHENTICATED. What am I doing wrong?
In your Kaggle notebook, find the cell where you load the key. It looks something like this:
from kaggle_secrets import UserSecretsClient
user_secrets = UserSecretsClient()
This line is the important one!
api_key = user_secrets.get_secret("NAME_GOES_HERE")
Now, check the "Add-ons" > "Secrets" panel on the right side of your notebook.
Look at the "Name" you gave your secret.
Make sure the string in user_secrets.get_secret("...") is exactly the same as the name in the secrets panel.
My phone verification Session is expired so I can Complete today assignement now or not please any one reply
I got error in Section 2: 2.1 Code block [6] but I can run completed in Section 3: 3.1 Code block [11]
For sequential agent and loop agent I get client error and for parallel agent I get key error why is it showing like that
Thanks so much, but names are indeed the same. Other ideas?
But at last i got message that you made the leap from single agent to multi agent system
hi , does anyone know how to solve client error 400 in day 1a in 2.3(what is an AI agent development kit from google)
hi how do i get the api key if i am a student
You can start from here: https://www.kaggle.com/code/kaggle5daysofai/day-1a-from-prompt-to-action, click on "Copy & edit" button on the top right and start following instructions. Ping here if you need more help with this.
Sir what about my questions
response = await runner.run_debug("What is Agent Development Kit from Google? What languages is the SDK available in?") can anyone help me with this one
Same I am also facing...🥲
NameError: name 'runner' is not defined
Error: Permission 'kernelSessions.enableInternet' was denied
QUICK question what languages do i need to learn this course??
An error occurred while committing kernel: ConcurrencyViolation Sequence number must match Draft record: KernelId=99079562, ExpectedSequence=3, ActualSequence=2, AuthorUserId=30473417
Hii
I have a error in to run in multiple agents. Can you help me?
Authentication Error: Please make sure you have added 'GOOGLE_API_KEY' to your Kaggle secrets. Details: Connection error trying to communicate with service.?
How to get my adk url
Authentication Error: Please make sure you have added 'GOOGLE_API_KEY' to your Kaggle secrets. Details: Connection error trying to communicate with service.?
how do i get the api key if i am not +18
Excited for AI Agents Intensive Course
i have this kind of error
503 UNAVAILABLE. {'error': {'code': 503, 'message': 'The model is overloaded. Please try again later.', 'status': 'UNAVAILABLE'}}
what to do now plz help me?
@everyone Some user's facing api authentication issue
Error: Permission 'kernelSessions.enableInternet' was denied what to do/
ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
help
I m gettin this error i thought i wouls finsih in 15 min but its been more thsn 3 hours
How to solve this plz someone guide me.
Can anyone tell me how to fix the error in the last point of part 1b?
why do I keep getting this error when running my agents in kaggle? ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}
After creating the runner. Did anyone face error while running
response = await runner.run_debug("What is Agent Development Kit from Google? What languages is the SDK available in?")
Yes
Is there anyone who is able to run it succesfully?
No
Anyone whose london one gone without any error
please help me
@silent leaf Samee 🥲
I tried changing api key, but still the same error
For real i deleted it tons of times im just tired now
Anyone
Is there any daily request or resource limit in free tier. Anyone have any idea on that?
I'm preparing for my exams right now, so is it fine if I complete the assignments and course after these five days? Or is there any deadline to complete it?
same question
ig the deadline is the fifth day
🔑 Authentication Error: Please make sure you have added 'GOOGLE_API_KEY' to your Kaggle secrets. Details: Connection error trying to communicate with service. did anyone reslove this error
The key part of this message is Connection error trying to communicate with service.
This almost always means one simple thing: your Kaggle notebook's internet access is turned off.
When the internet is off, the notebook is sandboxed. It can't send your API key to Google or connect to any external service, so it fails with a "Connection error."
How to Fix It
Look at the right-hand panel of your Kaggle notebook.
Click on the "Settings" tab (or it might be under the "Accelerator" tab).
Find the Internet toggle.
Switch it ON.
After you turn it on, re-run the cell. You may need to restart your session for it to take full effect (Run > Factory Reset).
Hello I have got sequential agent and loop agent as clint error and for parallel agent I got key error but at last it was showing that you made a leap from single agent to multi agent system
Is what I did was correct or not
Dm
so I waited and re-ran 2.3b. It worked. Waited 2 minutes and ran 2.5 and it didn't work. should I reset every time and skip all the other runs and just run 2.5?
Is today live
Dm
I am Searching For Small Retail Sales For ML Model Data But i found Very Poor Quality Datasets. IF There is Product Col there ia No date and visesersa.
**💬 My Conceptual & Deep Learning Questions for the Kaggle AI Agents Livestream
1️⃣ As AI agents become increasingly autonomous and goal-driven, how can we design incentive systems that keep their long-term behavior aligned with human ethics instead of just short-term reward optimization?
2️⃣ As AI agents get more goal-driven through incentive structures, how do we make sure their reward optimization doesn’t conflict with the broader ethical or social alignment we expect?
And if an agent gains the ability to modify its own mechanisms, how can we formally guarantee that these self-changes stay consistent with human-aligned objectives and don’t create unintended behaviors over time?
3️⃣ When agents start self-modifying their reasoning or learning mechanisms, what kind of formal or mathematical safeguards can ensure their updated versions remain predictable, stable, and still aligned with human objectives?
4️⃣ In multi-agent systems, how can we balance cooperation and autonomy—so that agents don’t end up competing or working against each other while still staying efficient and independent?
5️⃣ With the rise of deep reinforcement learning in multi-agent setups, how can we prevent emergent adversarial behaviors that arise from agents learning implicit competition through shared environments?
6️⃣ How can transformer-based architectures be adapted for continual learning within agent frameworks—so that agents can retain past knowledge while still adapting to new contexts without catastrophic forgetting?
✨ Thanks to the Kaggle and Google teams for hosting such an insightful course and livestream.
Really looking forward to hearing the experts’ thoughts on long-term safety, alignment, and the next wave of deep learning–driven agent architectures. 🚀**
cant find the internet toggle
How do I know, that I have successfully completed the assignment, and submitted it for the score?
In Day 1 assignment client response giving error can anyone give me a solution?
is live started
Dm
Q.1. As AI agents get more goal-driven, how can we make sure their reward-seeking behavior doesn’t clash with human ethics or social values?
And if these agents eventually start modifying their own systems, how can we ensure those changes stay safe, aligned with human intentions, and don’t lead to unexpected or risky behavior over time?
Q.2. As agents begin evolving or rewriting parts of their own reasoning and learning, what kind of safeguards or frameworks can help us keep them stable, predictable, and still working toward human-aligned goals?
Q.3. In multi-agent systems, how do we strike the right balance between teamwork and independence—so agents can collaborate effectively without competing or getting in each other’s way?
is live started
Are you from ?
same 🙁
also facing 429 RESOURCE_EXHAUSTED error!
Hello everyone, Please i need help i want to create the kaggle llm on google and it is requesting upload source
Please how do i go about this
Thank you as I await guidance response
How to solve error 429
Internet is always on while i tried to run the commands.. Still it is stuck on the same error
Dm
I need help regarding phone number verification, I'm unable to verify it. Can anyone help me ?
I have tried multiple times 🙁
I'm getting the client error 429 resourse exhausted but the api key limits are not met
💭 In the multi-agent architecture we built on Day 1b, the root agent uses AgentTool to orchestrate sub-agents like ResearchAgent and SummarizerAgent. How does ADK decide which tool to invoke when multiple tools are available? Can we control that decision deterministically, or does it depend entirely on the LLM reasoning? #❓┊ask-a-question
i cant verify my phone on kaggle wtd?
Traffic issue please try again tomorrow
Guys help me how to verify with my phone
I can't very it's has been hectic
Retry and retry I can even send the photo
in 1a task how to resolve client error 429
Tried multiple times worked out
Try pasting code snippet of secret into the note book
It worked for me I don't know how it worked out tho
i will try and let you know
anyone please mention error 429 in the live
Could we create a team of specialized agents — e.g., one to find facts, another to write code, and one to verify outputs — using ADK's multi-agent setup?
can't even get adk to run in powershell
i am not able to go back in the livestream, is it blocked from the organizer's end?
Anyone?
#❓┊ask-a-question Do agents in ADK have memory between runs, or does every run start fresh? If not, how do we give them a sense of “long-term memory” for continuous workflows???
trying but its not weorking
i mentioned
I need help. During execution this - [response = await runner.run_debug("What is Agent Development Kit from Google? What languages is the SDK available in?")], I have faced some errors - [---------------------------------------------------------------------------
ClientError Traceback (most recent call last)
/tmp/ipykernel_48/2127041875.py in <cell line: 1>()
----> 1 response = await runner.run_debug("What is Agent Development Kit from Google? What languages is the SDK available in?")
/usr/local/lib/python3.11/dist-packages/google/adk/runners.py in run_debug(self, user_messages, user_id, session_id, run_config, quiet, verbose)
1021 print(f'\nUser > {message}')
1022
-> 1023 async for event in self.run_async(
1024 user_id=user_id,
1025 session_id=session.id,
..
/usr/local/lib/python3.11/dist-packages/google/genai/errors.py in raise_for_async_response(cls, response)
164
165 if 400 <= status_code < 500:
--> 166 raise ClientError(status_code, response_json, response)
167 elif 500 <= status_code < 600:
168 raise ServerError(status_code, response_json, response)
ClientError: 429 RESOURCE_EXHAUSTED. {'error': {'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).', 'status': 'RESOURCE_EXHAUSTED'}}]
any solution?
i got the same error
how to resolve
nope
there are ant problem if i could not completed the day 1 task?
because i am getting an error
https://discord.com/channels/1101210829807956100/1129507816697241822 i am not able to go back in the livestream, is it blocked from the organizer's end?
which kind of ai use by the google whetre it is open source or stored one
Dm
Hi @lilac solar I have sent you a DM regarding ClientError: 429 RESOURCE_EXHAUSTED.
when running .run_debug
hello guys, can anyone tell me where i ask my questions during the youtube live streaming. i am first time here on this course
me also
Hey, I got an error regarding ClientError: 429 RESOURCE_EXHAUSTED. when running .run_debug(). Can anyone help me?
https://www.linkedin.com/in/adithya-baiju-79145a255/
just wrapped up day 1!!!!
How to verify my phone number
#❓┊ask-a-question So, in the Agent Development Kit, when multiple tools are available, how does the orchestrator decide which one to trigger? Can we like trace or interpret that reasoning process—or is it like effectively a black box inside the model’s token stream?
gettng error 429? how can i solve this?
as in multiple tools for the same type of a job? usually you explicitly define when to use each of the tools
this helped me ! Thanks !
You're welcome! I'm happy to hear that helped 🤍
Hi @lilac solar, I'm also getting the 429 error, but I have not reached the resource limit.
change ur AI model
Thanks, I changed from gemini-2.5-flash-lite to gemini-2.5-flash and it worked. But, I'd like to understadn why. Can you share more?
Hi Parth can you also share why
When you switched from gemini-2.5-flash-lite to gemini-2.5-flash,
you changed which backend model endpoint your code was calling and that endpoint had available quota, while the lite one didn’t. so its worked
Thanks! I understand that part, but when I check the rate limits page I'm nowhere near the quota. This was actually the very first time running anything. So how could the quota be exceeded?
thats the thing idk, maybe bcz of running all the cell
Thhanks again! I'm just trying to understand this. I never did the "run all". 😄
It showing me resource has been exhausted (e.g. check quota error ) while running response any solution for this?
Is day 1 livestream recorded?
what time will day 2 assignment be released?
maybe
Where can we take quiz?
**💬 My Conceptual & Deep Learning Questions for the Kaggle AI Agents Livestream
1️⃣ As AI agents become increasingly autonomous and goal-driven, how can we design incentive systems that keep their long-term behavior aligned with human ethics instead of just short-term reward optimization?
2️⃣ As AI agents get more goal-driven through incentive structures, how do we make sure their reward optimization doesn’t conflict with the broader ethical or social alignment we expect?
And if an agent gains the ability to modify its own mechanisms, how can we formally guarantee that these self-changes stay consistent with human-aligned objectives and don’t create unintended behaviors over time?
3️⃣ When agents start self-modifying their reasoning or learning mechanisms, what kind of formal or mathematical safeguards can ensure their updated versions remain predictable, stable, and still aligned with human objectives?
4️⃣ In multi-agent systems, how can we balance cooperation and autonomy—so that agents don’t end up competing or working against each other while still staying efficient and independent?
5️⃣ With the rise of deep reinforcement learning in multi-agent setups, how can we prevent emergent adversarial behaviors that arise from agents learning implicit competition through shared environments?
6️⃣ How can transformer-based architectures be adapted for continual learning within agent frameworks—so that agents can retain past knowledge while still adapting to new contexts without catastrophic forgetting?
It’s here now:
https://kaggle.com/learn-guide/5-day-agents
I got error 429 in the last cell of 1b
what to do can't understand
I solved it myself
by disable and enable the api key again
Hi everyone! 👋
I’m Janmejay, an Sr SDET with 6 years of experience, and I’m new to learning about AI Agents — really excited to be part of this 5-Day Intensive!
I have a conceptual question about how Gemini actually processes user requests.
For example — as a user, I make a call to the Gemini API and assign a role, like:
“You are an SDET. Write five test cases for a login page.”
I’m curious to understand what really happens behind the scenes once that request is received:
How does the system interpret and assign that role internally?
Does it maintain some kind of context or state to act as that role while reasoning through the prompt?
And does Gemini orchestrate multiple internal components or APIs in real time to generate such context-aware responses — or is it mostly handled by the model itself in a single API call?
I’m trying to build a clear mental model of how Gemini acts “like an agent” rather than just a text generator.
Fun observation about Assignment 1b
the exit_loop function seems does not care what message it outputs. e.g. change the return with no status and a dummy message.
def exit_loop():
"""Call this function ONLY when the critique is 'APPROVED', indicating the story is finished and no more changes are needed."""
return {"message": "I don't know what I can do"}
in the refine_agent, add an instruction to ask the agent note down the number of iterations.
- OTHERWISE, rewrite the story draft to fully incorporate the feedback from the critique. After the story, add a note about how many rewrite has been done to the initial story""",
change max_iterations=10 to 10 .
I still get good story in 3 iterations.
so what really triggers agents to exit? just the function name exit_loop() ?, anyone has good idea?
Am not able to save day1 assignment (1a) idk wts the reason it keeps failing what do i do now?
Error: Permission 'kernelSessions.enableInternet' was denied
error was appered please tell me about this
Hello @everyone,
I changed my mobile number recently, and in kaggle i do not see the option to change mobile number, is it fine ? or can i access codelabs in this case ?
Hello instructors
I'm out of station I don't have laptop, how I suppose to complete the tasks
You guide me or do any help ?
NameError Traceback (most recent call last)
/tmp/ipykernel_48/4232517048.py in <cell line: 0>()
----> 1 root_agent = Agent(
2 name="helpful_assistant",
3 model="gemini-2.5-flash-lite",
4 description="A simple agent that can answer general questions.",
5 instruction="You are a helpful assistant. Use Google Search for current info or if unsure.",
NameError: name 'Agent' is not defined
this message is showing to me,the previous code that is "Helper function define" i run successfully,but this is showing error
did you run the imports for the google adk library? the error is complaining that it can't find the Agent object that you are trying to create
now it has to be fixed no worry
how was it resolved?
@ancient valley Quick question on the 1b assignment, going over it, on the part where we create the 2 agents followed by the root agent and execute the runner for our query. We initially get an error stating from the LM that the result is returning more than just text. This happens more than once and usually either on the 2nd or 3rd try it will give the same error twice and then print out the summary defined in the root_agent object. My question is, is this expected behavior? I am assuming it is since the output in the tutorial does have it and a quick search and reading docs online suggests this is due to the LM choosing the type of tool it is using and getting answers and trying to provide answers that it deems is the best one. In this case, we provided it the tools necessary to do the work (google_search), so is it also doing additional work behind the scenes and get more for the user's query? Hope this makes sense, just curious on this behavior and if this is something that will be discussed later on.
