Fuze Agent
Fuze Agent is a TypeScript framework for building AI agents that produce EU AI Act and GDPR-grade runtime evidence. Compliance fields are type invariants on every tool, a tool that handles special-category data without an art9Basis field will not compile. Every model call, tool execution, and policy decision is recorded as a span in a hash-chained audit log whose head is the run-root.
The loop is non-bypassable: tools cannot call siblings directly, providers run with maxRetries: 0, and a policy engine error halts the run with fuze.policy.engine_error=true.
Install
Run an agent
A complete runnable version lives at examples/typescript/agent-hello-world/index.ts.
Next steps
- Quickstart, ship a working agent in five minutes.
- How it works, the loop, evidence pipeline, and policy gate explained.
- Planning, dispatch, and oversight, the auto-injected plan tool, capability envelopes for sub-agents, and Article 14 suspend/resume.
- First agent tutorial, build an agent end-to-end with verified evidence.
- Architecture, primitives, evidence pipeline, deployment tiers.