Here is the complete, polished Devpost write-up incorporating Google AI Studio, your Google Cloud backend, and the repository access note.
🔒 Repository Access Note: > To protect our intellectual property while we prepare GloxGlobe Sentinel for an upcoming open-source release, this code repository is currently private. Full access has been granted to testing@devpost.com and cloudhackathons@google.com for judging and verification purposes.
💡 Inspiration Modern global decisions rely on fragmented data—weather patterns, currency fluctuations, and economic indices are interconnected, yet usually tracked in isolated silos. Traditional dashboards force users to stare at screens and connect the dots manually. We wanted to build an active, autonomous system that doesn't just display global data, but acts as an always-on watcher that detects critical shifts, understands their ripple effects, and takes action before a human even realizes there's a problem.
🚀 What it does GloxGlobe Sentinel is an autonomous background AI agent built to monitor, analyze, and act on global data shifts 24/7.
Autonomous Monitoring: Continuously tracks real-time global metrics including currency rates, climate shifts, local times, and marginal economic indices.
Proactive Event Detection: Automatically detects anomalies (e.g., a sudden currency dip coupled with extreme weather in a key supply chain hub).
Multi-Step Execution: Without waiting for a user prompt, the agent uses Gemini 3.5 Flash to run cross-domain impact analyses, generate executive summaries, and update database records.
Asynchronous Alerts: Dispatches automated action plans and alerts directly to relevant communication channels.
🛠️ How we built it Rapid Prototyping & Prompt Engineering: Used Google AI Studio to rapidly iterate on system instructions, tune parameters, and refine tool-calling logic for Gemini 3.5 Flash.
AI Core & Agentic Framework: Connected Gemini using Google's Agent Development Kit (ADK) to manage multi-step reasoning, dynamic tool invocation, and decision-making workflows.
Serverless Backend: Deployed the core agent workflow on Google Cloud Run to execute asynchronous background tasks scalably without managing persistent servers.
Event Pipeline: Used Google Cloud Pub/Sub to handle real-time global telemetry streaming, automatically triggering the agent whenever critical metric thresholds are breached.
State & Memory Storage: Integrated Google Cloud Firestore as a persistent Memory Bank, maintaining session state, historical baseline metrics, and audit logs.
⚡ Challenges we ran into Asynchronous Agent State: Designing an agent that operates in the background without getting stuck in infinite execution loops required strict guardrails and robust state management in Google ADK.
Noise vs. Signal: Normalizing multi-domain global data (weather vs. FX rates) so the agent only triggers alerts on statistically significant anomalies rather than routine daily fluctuations.
Latencies in Multi-Step Workflows: Optimizing tool calling and parallel execution pathways to ensure cross-domain analyses return rapidly using Gemini's inference capabilities.
🏆 Accomplishments that we're proud of True Autonomy: Moving beyond standard chat loops to create a genuinely proactive system that takes real background action on Google Cloud.
Zero-Downtime Pipeline: Successfully wiring Google Cloud Pub/Sub and Cloud Run into a resilient, production-ready serverless agent pipeline.
Seamless Multi-Domain Analysis: Enabling Gemini to correlate seemingly unrelated data points—like local weather anomalies and currency shifts—into coherent risk assessments.
📚 What we learned Agentic Design Patterns: How to properly structure background workers, tools, and memory stores using Google's open-source agent frameworks.
Event-Driven AI: The power of pairing Pub/Sub event streams with LLMs to build proactive software instead of reactive chatbots.
Optimization in Google Cloud: Efficiently managing Vertex AI/Gemini API calls and cloud resources to keep background execution fast, reliable, and cost-effective.
🔮 What's next for GloxGlobe Open-Source Release: Packaging the core framework into a clean open-source repository for the community after the hackathon evaluation.
Custom Enterprise Connectors: Adding direct integrations for Slack, Microsoft Teams, and ERP systems so the agent can execute direct operational workflows.
Multi-Agent Collaboration: Splitting responsibilities into a network of specialized sub-agents (Climate Agent, Financial Agent, Synthesis Agent) managed under a central agent registry.
🔒 Repository Access Note: > To protect our intellectual property while we prepare GloxGlobe Sentinel for an upcoming open-source release, this code repository is currently private.
Built With
- agenticai
- aiagents
- aiautomation
- allthingsagentichackathon
- autonomousai
- cloudrun
- crossdomainanalytics
- dataanalytics
- devpost
- eventdrivenarchitecture
- firestore
- gemini
- genai
- globalmetrics
- google-cloud
- googleadk
- googleai
- googleaistudio
- machine-learning
- marketintelligence
- pubsub
- python
- realtimedata
- serverless
Log in or sign up for Devpost to join the conversation.