Today We Did
- We added two other custom AI Agent tools.
- We created an AI Chatbot streamlit page.
- We integrated AI Chatbot streamlit page with the ai_agent_sdk.py.
Homework
Next week, we will be using Duckduckgo Search library (ddgs), therefore, this is what I want you to do.
- create a new python file ddgs_example.py
- In your webbrowser go to google.com and enter “ddgs python examples”
- Copy and paste at least 2 examples codes that google gemini provides into the new python file you just created in step one. And run and see the result. You have to at least do ddgs.text(..) example.