Apply & Reference

Architecture Patterns

Reusable solutions for agent, runtime, identity, and platform design.

Router Pattern

Route a request to the right specialist agent or workflow.

Coming Soon

Planner / Executor

Separate planning from tool execution with a controlled handoff.

Coming Soon

Supervisor / Worker

A supervisor delegates bounded work to specialist workers.

Coming Soon

Human Approval Gate

Require a human decision before irreversible side effects.

Coming Soon

Model Gateway

Abstract providers, routing, auth, and spend behind one plane.

Coming Soon

Agent Runtime

Deterministic execution boundary around a probabilistic model.

Coming Soon

Capability Broker

Discover and grant tools as capabilities, not raw APIs.

Coming Soon

Policy Enforcement Point

Evaluate authorization at the moment of action.

Coming Soon

Access-Aware RAG

Retrieve only what the caller is allowed to see.

Coming Soon

Durable Agent

Checkpoint long-running agent work so it can resume safely.

Coming Soon

Agent Sandbox

Isolate code and tool execution from the control plane.

Coming Soon

Event-Driven Agent

Wake agents from events instead of a single request loop.

Coming Soon

Continuous Authorization

Re-evaluate access on every tool hop, not once per session.

Coming Soon

Scoped Tool Execution

Bind each tool call to a short-lived, least-privilege credential.

Coming Soon

Agent Handoff

Transfer task, context, and authority between agents cleanly.

Coming Soon

Multi-Agent Coordination

Coordinate specialists without shared unconstrained memory.

Coming Soon