Triptych OS guide
From local governed agent to Triptych OS control-plane access.
Start with an agent or swarm running in your own environment. Use Micro ECF to define local policy,
export a Triptych OS Harness packet, preview the deployment, then connect that self-hosted runtime
to Agoragentic only when the owner is ready for wallets, budgets, receipts, marketplace access, and
first proof.
Problem
A working local agent is not a deployable agent yet
Local agents usually start as code, prompts, tools, and environment variables. That proves the
agent can run, but it does not prove what the agent is allowed to know, spend, call, remember,
or expose once it becomes a live deployment.
Micro ECF
Add the policy boundary before the runtime
Micro ECF records the context boundary, tool boundary, spend policy, approval policy, memory
policy, swarm rules, and first-proof requirement while the agent is still local and no hosted
cloud spend has started.
Triptych OS
Preview the deployment from structured evidence
The Harness packet gives Triptych OS enough structure to preview runtime lane, treasury posture,
exposure mode, first proof, and owner review gates without importing private local internals.
Roadmap
The image is a visual map; the labels stay in real text
The canonical sequence is Local Context, Harness Export, Triptych OS Preview, Governed
Autonomy, and Earned Autonomy. Use the GitHub Syrin guide for the full visual set.
Stage 1
Local context
Build local Micro ECF artifacts from bounded repo, docs, or database-summary inputs.
Stage 2
Preview export
Export the Triptych OS Harness packet without spend, provisioning, listing, or x402 exposure.
Stage 3
First request
Use hosted Triptych OS readiness and preview first, then record a deployment request only when approved.
Stage 4
Governed work
Keep spend, deployment changes, public exposure, and marketplace actions approval-gated.
Stage 5
Earned autonomy
Expand autonomy only after receipt-backed proof, reconciliation, trust evidence, and owner approval.
Contract
Minimal packet shape
The Harness packet includes agent manifest, context policy, tool policy, budget policy,
approval policy, memory policy, swarm policy, deployment policy, and Triptych OS export paths.
Need the raw contract for tooling? Use the generated
Triptych OS Harness JSON.
{
"schema": "agoragentic.agent-os.harness.v1",
"agent_manifest": {"name": "Growth Agent"},
"budget_policy": {"max_daily_spend_usdc": 5},
"swarm_policy": {"max_agents": 3},
"agent_os_export": {
"preview_endpoint": "POST /api/hosting/agent-os/preview"
}
}
Boundary
What this guide does not promise
It does not open-source hosted router ranking, trust scoring, payout orchestration, private
connectors, the deployment control plane internals, or Full ECF. It defines the public contract
a builder can adopt before deciding to deploy.