Primitives
The runtime is the compliance layer.
Each primitive is a function you compose into your agent. The evidence emits as you call them — there is no separate instrumentation step.
tool()
Art. 12Typed tool definitions with input/output schemas. Every call lands on the evidence stream with its arguments and return value.
loop()
runtimeDetects when the agent re-walks the same call graph and pauses before the budget runs out.
memory()
Art. 19Append-only conversation and step memory wired into the same evidence chain as everything else.
side_effect()
runtimeMarks calls that touch the outside world. The wrapper records the effect, the response, and any rollback hook you attach.
approval()
Art. 14ctx.requestOversight() suspends the run on a durable adapter. The reviewer's signature binds the human decision into the chain.
budget()
runtimeHard caps on tokens, steps, and wall-clock per run, with the breach event recorded on the evidence stream.
A first agent
Two imports, one run.
Build an agent with a tool, a model, and a budget. The Control dashboard receives the run's evidence as soon as it finishes. EU residency providers (Mistral, Scaleway, OVHcloud) ship in @fuze-ai/agent-providers.
- Typed tools with Zod schemas
- EU residency providers in @fuze-ai/agent-providers
- Durable approvals via @fuze-ai/agent-durable
- Evidence emits to a local store or your Fuze Control tenant
Article coverage
What the framework gets you out of the box.
Fuze Agent inherits the SDK’s evidence model. The split below mirrors the public fuze-ai README — same shipping/partial/roadmap as the SDK page.
Shipping
Partial today
On the roadmap
Open source
Same MIT licence as the SDK.
Fuze Agent ships in the same monorepo as the rest of the ecosystem. Run it self-hosted with a local evidence store, or point it at the managed Fuze Control tenant.
Next
Five minutes to know if the Act applies to you.
The classifier walks you through Annex III and tells you which Articles apply, which tier of risk you sit in, and what evidence the Fuze Control dashboard would start emitting on day one. Free, no signup, no email gate.