RESOURCES · DOCS · AGENT STUDIO · DEEP DIVE

Architecture

Tauri shell, Rust core, Python sidecar, trace store, protocol adapters, and export pipeline.

DEEP DIVE
Agent Studio Open
LOCAL-FIRST
ConnectComposeTracesReplayObserveShip
COMPOSE · TOOL CALL
{ "tool": "refund_order", "order_id": "ORD-1042", "dry_run": true }
TOOLS
18
TRACE
.ast
P95
812ms
TRACE READOUT
SECTION
Deep dive

Where this entry sits in the docs index.

READ TIME
13 min

Pace it for a coffee or a coffee break.

SECTIONS
1

Each one stands alone and is copy-paste safe.

INSTRUMENT READOUT · DEEP DIVE
THE WALKTHROUGH

What you will actually do.

STEP 01
DEEP DIVE

System shape

Agent Studio Open inherits the shared Open Studio Platform shell: Tauri 2.x, AuraGlass IDE kit, OS keychain, update-channel wiring, crash opt-in, telemetry event log, and .auraonepkg intake envelope.

Product-specific extensions are the MCP client, A2A contract panel, model gateway, OTLP receiver, SQLite .ast trace store, Python sidecar lifecycle, and export generators.

01

Renderer: command palette, connection panel, manifest inspector, compose, trace browser, observe, compare, and ship surfaces.

↳ CHECK
02

Rust core: MCP transports, OTLP receiver, SQLite store, IPC commands, sandbox launcher, provider gateway.

↳ CHECK
03

Python sidecar: mcp-risk-linter, a2a-contract-test, tool-call-replay, agent-trace-card, otel-eval-bridge.

↳ CHECK
04

Exports: GitHub Action, JUnit XML, PR comment Markdown, trace card, and intake packet.

↳ CHECK
DEEP DIVE

Next time, it's already a replay.

The path you just read becomes the path you can repeat. One trace, one artifact, one gate the next release has to clear.

Architecture | Agent Studio Open Docs