Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

AI Developer Accelerator

10.8k members β€’ Free

3 contributions to AI Developer Accelerator
AI Agent deployments/programmatic invocation
Hello i am currently deploying agents using ADK , deploying them to Agent Engine. I was wondering how do people here invoke agents running on agent engine? do you use REST or the VertexAi SDK ? Kind regards
0
0
Problem deploying with latest adk (1.6.1)
HI All i am trying to deploy adk_short_bot using latest adk. Here's my deployment script below this script is being run from the adk_short_bot directory (the one above the agent), however when i deploy on agent engine i keep on getting this error app.api.factory.utils.UserCodeControlPlaneError: Control plane operation failed due to user code: No module named 'adk_short_bot' So it seems that somehow when packaging the application something is going wrong Could anyone assist? Kind regars Marco import os from vertexai import agent_engines from vertexai.preview import reasoning_engines import vertexai def main(): # 1. Set your Google Cloud project details PROJECT_ID = "datascience-projects" LOCATION = "us-central1" # e.g., "us-central1" STAGING_BUCKET = "gs://adk_short_bot" # 2. Initialize Vertex AI vertexai.init( project=PROJECT_ID, location=LOCATION, staging_bucket=STAGING_BUCKET ) # 3. Import your root agent using absolute import from adk_short_bot.agent import root_agent # 4. Create an ADK app with tracing enabled app_instance = reasoning_engines.AdkApp( agent=root_agent, enable_tracing=True ) # 5. Deploy the agent to Agent Engine remote_agent = agent_engines.create( app_instance, requirements=["google-cloud-aiplatform[adk,agent_engines]"], # minimal requirement extra_packages=[os.path.join(os.path.dirname(__file__), "adk_short_bot")], # include your agent package # env_vars={}, # add if you need environment variables ) print("Agent deployed successfully!") print("Resource name:", remote_agent.resource_name) if __name__ == "__main__": main()
0 likes β€’ Jul 18
Grt.. actually I wrote a new deploy script..I will send it to you anyway
0 likes β€’ Jul 19
Vishnu, check this script , hth https://github.com/mmistroni/Magentic-AlgoTrading101/blob/main/agents/adk_gsheet_agent/deployment/deploy.py
πŸš€ Welcome to AI Developer Accelerator (Start Here)
πŸ‘‹ Hey there! Ready to supercharge your dev skills with AI? You're in the right place. Watch the intro video below for a walkthrough of our community and a peek at our AI-enhanced future. πŸ›  CLASSROOMS: - Full Stack Development with AI: Where code meets cognition. Sharpen your skills and build AI-- powered apps. - CrewAI: Your squad for all things AI. Share ideas, collaborate on projects, and celebrate successes together. - Code Bugs & Project Issues: Debug like a pro. Get help on tricky bugs and offer your wisdom to others. - Monetize Your AI Dev Skills: From AI code to income: Collaborate, innovate, and monetize your dev skills! - YouTube Tutorial Requests: Please let me know what you want to learn more about when it comes to Fullstack Developement and AI. πŸ“œ RULES: - Promotions are a no-no. Let's keep the focus on learning and growing. - We appreciate quality contributions. Enhance your posts with visuals and use ChatGPT for refining your content. - No talking about politics or religion. Go to X if you want to talk about that. - See something off? Help us maintain the community spirit by reporting any issues to me. πŸ₯‡ FIRST STEP: Introduce yourself with a post about your AI journey and what you're working on in the General Discussion group. **Bonus points for sharing a screenshot of your current app!** 🎯 ACTIONS: Be proactive, engage in discussions, and collaborate on group projects. πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» Let's code, innovate, and thrive together!
2 likes β€’ Mar 10
hey,, want to build a stock research bot using LangChain/Magentic/Perplexity running on a jupyter server.I am hoping to get good pointers here and looking forward to go through the whole course.
1-3 of 3
Marco Mistroni
2
15points to level up
@marco-mistroni-2240
python dev, apache beam enthusiast

Active 97d ago
Joined Mar 10, 2025
Powered by