IVE Strategic Execution Agent

IVE Strategic Execution Agent is the reference implementation of the IVE engine, built for the All Things Agentic Hackathon 2026.

It receives a strategic goal, loads real context through Supabase, reasons with Gemini, creates an action, verifies persistence with a read-after-write check, and records the decision in business memory.

Verified Flow

POST /run → validate Supabase JWT → load project context → reason about the strategic gap → create an action → verify it with get_action → record business memory.

Technology

  • Gemini 3.5 Flash
  • Google ADK
  • FastAPI
  • Google Cloud Run
  • Supabase with Row Level Security
  • JWT via ES256 / JWKS

Known Limitations

The implementation does not claim automatic retries, exactly-once guarantees across different requests, persistent ADK sessions, learning over time, or user rate limiting. The write to business memory is correct by code review but has not yet been exercised by a dedicated production smoke test.

Hackathon Disclosure

InsightValues is a pre-existing Flutter and Supabase platform. This IVE Strategic Execution Agent is the new reference component built specifically during the hackathon.