π·οΈ AI Agents
6 posts tagged with “AI Agents”
π οΈ Working with Tool Calls in Google Agent Development Kit (ADK)
The LLM behind an agent only knows what it was trained on. This post teaches a Google ADK agent to call a real tool β a live Yahoo Finance lookup β so it can answer questions it could never answer ...
π€ Creating Your First Agent with Google Agent Development Kit (ADK)
A hands-on walkthrough of Google's Agent Development Kit (ADK) β from grabbing a free Google AI Studio API key to scaffolding, running, and chatting with your first agent from both the CLI and the ...
π€π Building an AI Trading System with Claude Code β A Weekend Experiment That Taught Me a Lot
A personal story about what's possible when curiosity meets today's AI tools β building **TradeAIQ**, an experimental AI trading system, on weekends with Claude Code, free market data, and open-sou...
π€β‘Stop Coding Alone: Agentic Tools Every Developer Needs Right Now
Agentic coding goes beyond autocomplete. These tools plan multi-step tasks, read your entire codebase, write and test code, interpret errors, and self-correct β all with minimal human input. The de...
π Claude Skills - Hands-On: Build a Stock Analyzer Expert with Claude Skills
In general, a Claude agent can do many things β but if you want it to be truly expert in a specific domain, **Claude Skills** is the answer. Skills are more organized, easier to execute, and produc...
π€ Claude Skills - Introduction & Overview π
A **Skill** is an organized package of instructions, scripts, and resources that gives a Claude agent the ability to perform a specific task with expertise.