6,500+
Engineers
<2s
Sandbox dispatch target
4
IDE integrations
2025
FINOS Conference
IDE Layer
VS Code ExtensionIntelliJ PluginAndroid StudioXcode Companion
Agent Harness
devgpt-harness (TypeScript)ACP ProtocolHeadless / Cloud modes
Orchestration
Temporal WorkflowsPause / Resume / ForkDurable Execution
Execution
Kubernetes EKSKEDA AutoscalingAnthropic SRT + bubblewrap
Context Assembly
EFS Bare Git ClonesPer-Task WorktreesContext Assembler
Memory
OpenSearch (Cohere Embed v4)RDS PostgresDream Cycle Consolidation
Streaming
Redis StreamsGo Cloud APISSE to IDE
Governance
PolicyBundle (deny-overrides)Astio Capability GatingSemTrace Audit
Bridge Stays Thin

Transport only — connection lifecycle, auth, routing, Redis Streams proxying. All harness logic lives exclusively in the worker image. No exceptions.

Stateless Agents

All agents are stateless. State lives externally in Redis or Temporal's durable execution engine. Temporal's replay guarantees are a first-class design constraint.

Intention as a Workflow

Temporal manages intention state continuity across agents and sub-agents — surviving crashes, evictions, failures — while the router/dispatch layer remains stateless.

Single Harness

Our harness is the single source of truth for agent loop logic. IDE plugins are thin context capture and UI bridge layers only. Porting creates divergence risk.

Deny-Overrides Policies

Multiple policies per task are composed with deny-overrides and priority-based tie-breaking. PolicyResolver merges into a single PolicyBundle before agent boot.

Memory ≠ Brain

Memory Service holds per-user structured operational facts. Brain holds platform-wide institutional narrative. Both queried in parallel and merged at agent boot.

Anthropic SRT + bubblewrap ● Production

Agents execute untrusted code in sandboxed subprocesses using Anthropic's Sandbox Runtime, which leverages bubblewrap for lightweight, kernel-level process isolation — no privileged containers, no separate runtime service. Leveraging Istio Integrated directly into the DevGPT plugin and CLI. Sub-2-second dispatch target with warm pod pool strategies via Karpenter NodePool and KEDA ScaledObject.