Jack Wotherspoon
@JackWoth98
🐍 Developer Advocate @Google
Rather than telling you 𝙝𝙤𝙬 to solve a problem, an AI agent can help you actually solve it. How do we do this? With tools and AI Agent frameworks, such as ADK, that have built-in support for these tools. Explore five different ADK tool types → goo.gle/4lwuNSP
Excited to share that Uv now comes pre-installed in Google Cloud Shell! ⚡🐍 Uv and Google Cloud Shell provide a powerful duo, making development for Python much more streamlined. 🤝 Hope you enjoy! Kudos to @charliermarsh and the team at Astral! 👏
Level up your AI Agent game with The Agent Factory—a new video podcast for developers! Hosted by Google AI DevRel, we're going beyond the buzz and diving how to build production-ready AI agents. Expect code snippets, architecture deep dives, and more ➡️ goo.gle/theagentfactory
Take a look at Gemini CLI's roadmap for v1. Gotta love building in the open! github.com/google-gemini/…
Help us define the Gemini CLI roadmap! v1 is coming. Feedback welcome github.com/google-gemini/…
Gemini CLI key highlights for week of 7/7/2025 - Nightly builds can be installed with npm i -g @google/gemini-cli@nightly - Paste images with ctrl + v (jasondasher) - SVG support (PugazhendhiDev) - Better markdown tables (zfflxx) - Configurable headers for SSE MCP servers…
If you learn by watching others, this is an EXCELLENT video from @JackWoth98 and Megan. They explain how tools work in the Agent Development Kit by walking through an example app. Engaging and informative ... youtube.com/watch?v=5ZmaWY…
A tool is a capability that helps an AI agent interact with the world. Think: an inline function, a hosted database, a third-party API, or another agent. Tour five ADK tool types—from simple FunctionTools to third-party LangChain tools to MCP tools → goo.gle/44NYsAK
Vertex AI Memory Bank is OUT on Agent Engine! Interacting with AI agents can sometime feel like talking to something with the "memory of a goldfish", as they treat every conversation as if it were the first. We're fixing that. On Vertex AI Agent Engine, we just released Memory…
Getting Started with Agent Development Kit Tools (MCP, Google Search, LangChain, etc.) 🤖🛠️ 📹 Deep dive into all of ADK's tool types. Dusting off the cobwebs and powering up my old YouTube channel after several years 🕸️🔌 youtu.be/5ZmaWY7UX6k?si…
Anyone want to take a crack at this Gemini CLI markdown rendering bug? Issue: github.com/google-gemini/… Figured it'd be a great first issue + I'll review any PRs folks submit. If there's more than one, we can let Gemini CLI choose the winner 😀 #GeminiCLI #GoodFirstIssue #AI
Feature request for my friends @github When a user goes to open an issue on a repo, before they hit create it would be nice if it showed potential duplicate already existing issues on the repo. Asking for a friend 😂
Check out these sweet videos showing Gemini CLI use cases and functionality!
Some interesting Gemini CLI use cases and tutorials 🧵⬇️
Here is how you can add “Plan Mode” to Gemini CLI! 📝 Use a GEMINI md file to define custom instructions for strategic planning. Analyze, reason, and create detailed, read-only plans without modifying your codebase. Here is the one I use: gist.github.com/philschmid/379… Plan first,…