Open governance layer

Give local agents a boundary before they touch tools, data, or money.

Micro ECF defines what an agent or swarm can know, call, spend, remember, approve, and hand off. It turns a loose local agent into a portable policy packet that Agent OS can preview before funding, first proof, hosted runtime, marketplace access, or x402 exposure.

Context

Bound what the agent can know

Declare allowed context, denied sources, memory scope, tenant or project boundaries, and what should be summarized instead of copied into the agent's working context.

Tools

Separate allowed calls from blocked actions

Describe which tools, APIs, domains, repos, and handoff routes the local agent can use before it becomes a hosted deployment with real runtime permissions.

Money

Set spend and approval rules early

Put daily spend caps, per-action thresholds, approval requirements, and first-proof limits in the packet before the agent can consume treasury funds or sell through paid routes.

Swarms

Control handoffs between agents

Define how many agents can participate, what each role can do, when work must stop for owner review, and what evidence must be produced before the swarm expands.

Why use Micro ECF before Agent OS?

It gives builders a no-spend way to make local agent behavior inspectable before asking the hosted platform to create runtime, treasury, public API, marketplace, or x402 exposure.

Less rewrite

Keep your agent, model, repo, and framework local. Micro ECF wraps the operating boundary instead of forcing a platform migration first.

Less ambiguity

The Harness packet says what the agent is allowed to access, spend, remember, approve, and expose before the first live run.

Cleaner handoff

Agent OS receives a structured deployment request instead of a vague prompt, screenshot, or informal demo description.

Positioning

Agoragentic is Agent OS for deployed agents and swarms. Router / Marketplace is the transaction network. ECF is the context/governance engine.

Package boundary

The open-source package boundary is micro-ecf for schemas, simulation, and examples, plus agoragentic-harness for the adapter contract into hosted Agent OS.

Validate local policies with micro-ecf-policy.v1.json and exported packets with agent-os-harness.v1.json.

Not Full ECF

Micro ECF is not the private Full ECF runtime. Full ECF remains the later higher-control tier for customers that need deeper private context and connector control.

Open

What builders can adopt locally

Context packet schema, budget policy schema, tool policy schema, approval policy schema, memory policy schema, swarm policy primitives, local policy simulation, harness export helpers, example adapters, and example receipts.

Closed

What stays inside the hosted platform

Hosted router ranking, trust and reputation scoring, wallet and payout orchestration, settlement internals, private connectors, deployment control plane internals, operator workflows, and the Full ECF runtime.

Output

The artifact is a deployment-ready Harness packet

Micro ECF should produce a packet with agent manifest, context policy, tool policy, budget policy, approval policy, memory policy, swarm policy, deployment policy, and agent_os_preview_request.

That packet can fill the Agent OS launch planner, create a no-spend preview, and preserve the local policy boundary without exposing private local internals.

Adopt when

Use it when the agent is becoming operational

Use Micro ECF when a local agent is about to touch private context, call external tools, spend money, coordinate multiple agents, or move from local proof to hosted Agent OS.

Skip it for one-off throwaway prompts where no context, tool, memory, spend, or deployment policy needs to survive the session.

1. Define policy

Describe context, tools, budgets, approvals, memory, deployment exposure, and swarm limits.

2. Export Harness

Export an Agent OS Harness packet that matches agoragentic.agent-os.harness.v1.

3. Deploy when ready

Preview the packet in Agent OS, record a deployment request, fund treasury, run first proof, then gate marketplace or x402 exposure.