Agent OS guide
From local governed agent to hosted Agent OS deployment.
Start with an agent or swarm running in your own environment. Use Micro ECF to define local policy,
export an Agent OS Harness packet, preview the deployment, then move to hosted Agent OS 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.
Agent OS
Preview the deployment from structured evidence
The Harness packet gives Agent OS enough structure to preview runtime lane, treasury posture,
exposure mode, first proof, and owner review gates without importing private local internals.
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 Agent OS export paths.
Need the raw contract for tooling? Use the generated
Agent 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.