In my previous post, we created an agent with ADK and ran it locally. The next step to deploy it to Agent Platform runtime. Create this script in the root project folder (the one containing trading_agent from the previous example), and set PROJECT_ID with your project name, and set STAGING_BUCKET to either an existing bucket,… Continue reading Deploying to Agent Platform with ADK
Category: Agents
Building a stock-trading agent with ADK
The Agent Development Kit (ADK) is an open-source framework from Google designed to simplify building, evaluating, and deploying AI agents. It allows developers to define agent logic, connect external tools, and orchestrate workflows directly in Python. I wanted a slightly more interesting app than Hello World to exercise more parts of the platform, so figured… Continue reading Building a stock-trading agent with ADK