Faramesh: A Protocol-Agnostic Execution Control Plane for Autonomous Agent Systems
Amjad Fatmi
TL;DR
Faramesh introduces an execution-time governance architecture for autonomous agents by layering a non-bypassable boundary (AAB) between reasoning and execution. Central to the design are the Canonical Action Representation (CAR) which normalizes semantically equivalent intents, a deterministic evaluation function over ($A$, $P$, $S$), and an immutable, hash-bound decision record that enables replay and auditability. The framework is protocol-agnostic, scalable to multi-agent/multi-tenant deployments, and designed to resist bypass through artifact-bound execution and fail-closed semantics. The work distinguishes decision provenance from post-execution observability, enabling counterfactual replay and policy-evolution analysis, and argues that existing identity or observability approaches cannot reproduce these guarantees. Together, CAR and AAB provide a minimal semantic contract for cross-boundary governance that supports deterministic, auditable, and replayable authorization of real-world actions by autonomous agents, with clear guidance on deployment, limitations, and potential extensions.
Abstract
Autonomous agent systems increasingly trigger real-world side effects: deploying infrastructure, modifying databases, moving money, and executing workflows. Yet most agent stacks provide no mandatory execution checkpoint where organizations can deterministically permit, deny, or defer an action before it changes reality. This paper introduces Faramesh, a protocol-agnostic execution control plane that enforces execution-time authorization for agent-driven actions via a non-bypassable Action Authorization Boundary (AAB). Faramesh canonicalizes agent intent into a Canonical Action Representation (CAR), evaluates actions deterministically against policy and state, and issues a decision artifact (PERMIT/DEFER/DENY) that executors must validate prior to execution. The system is designed to be framework- and model-agnostic, supports multi-agent and multi-tenant deployments, and remains independent of transport protocols (e.g., MCP). Faramesh further provides decision-centric, append-only provenance logging keyed by canonical action hashes, enabling auditability, verification, and deterministic replay without re-running agent reasoning. We show how these primitives yield enforceable, predictable governance for autonomous execution while avoiding hidden coupling to orchestration layers or observability-only approaches.
