All 9 agents — capabilities, models, triggers, and promotion status.
Automated PR code reviewer that checks for security issues, compliance violations, and architectural concerns. Posts inline review comments and escalates high-severity findings for human approval.
Promotion Status
Capabilities
Tool Permissions (4)
github_read · github_write · neon_read · pubsub_subscribe
Incident investigator that analyzes CloudWatch alarms, traces root causes through logs and metrics, and drafts GitHub issues with remediation suggestions.
Promotion Status
Capabilities
Tool Permissions (4)
aws_cloudwatch_read · aws_iam_read · github_write · pubsub_subscribe
Implements developer tickets in isolated git worktrees, runs tests, and opens pull requests for human review. Tracks progress in the Core API kanban board.
Promotion Status
Capabilities
Tool Permissions (4)
github_read · github_write · neon_read · pubsub_subscribe
Decomposes Product Requirement Documents into structured sub-tasks, requests human approval for high-level plans, and orchestrates Developer Agent sub-agents for parallel implementation.
Promotion Status
Capabilities
Tool Permissions (5)
github_read · neon_read · neon_write · pubsub_publish · pubsub_subscribe
Scheduled compliance scanner that checks IAM least-privilege posture, detects PII exposure, and monitors SOC2/FedRAMP drift. Reports findings to Vanta and creates GitHub issues.
Promotion Status
Capabilities
Tool Permissions (4)
aws_iam_read · aws_cloudtrail_read · github_write · vanta_api_write
Human-in-the-loop webhook router that validates Slack and GitHub signatures, stores approval requests, and resumes suspended agent sessions upon human response.
Promotion Status
Capabilities
Tool Permissions (3)
neon_read · neon_write · pubsub_publish
Translates business goals into structured PRDs, manages the product roadmap, writes user stories, and coordinates with the Architect Agent to prioritize and sequence development work.
Promotion Status
Capabilities
Tool Permissions (5)
github_read · github_write · neon_read · neon_write · pubsub_subscribe
Orchestrates the release pipeline — validates that all PRs are merged and tested, generates changelogs, tags releases, and coordinates deployments with human approval for production.
Promotion Status
Capabilities
Tool Permissions (5)
github_read · github_write · gcp_cloudrun_deploy · pubsub_subscribe · pubsub_publish
Drafts release announcements, blog posts, and social copy from changelogs and PRDs. Collaborates with the Release Manager Agent to synchronize messaging with deployments.
Promotion Status
Capabilities
Tool Permissions (3)
github_read · pubsub_subscribe · cms_write
Agents use three tiers of memory — from ephemeral session context to persistent long-term patterns stored in Neon Postgres with pgvector.
ADK session state — current conversation, tool calls, and intermediate reasoning. Lives in Cloud Run memory, scoped to a single session.
ADK SessionPast decisions, PR reviews, and incident resolutions stored as pgvector embeddings in Neon. Retrieved via cosine similarity for relevant past context.
Neon pgvectorSummarized lessons distilled from episodic memory by Gemini Flash. Stored as text rows in Neon, scoped by repo_name for RLS isolation.
Neon PostgresMemory Read/Write Flow