Skip to content

MasuGate announcement

MasuGate Is Now Public: From Research Prototype to Product-Oriented Release

The MasuGate 0.1.1 research-preview source is open: a product-oriented implementation of the ideas developed in our stateful-governance paper, with concrete paths into today’s agent frameworks.

  • Public source release
  • Research to engineering
  • Agent integrations

01 · Public source release

The gate is open.

Today we are opening the MasuGate 0.1.0 research-preview repository. It is the first public source release that brings the project’s central idea—keeping a policy decision valid across a consequential agent action—into an implementation that developers can inspect, test, extend, and connect to existing agent systems.[2]

Concurrent agents make governance a systems problem. Two requests can each look acceptable against the same snapshot and still produce an unacceptable combined outcome. MasuGate puts policy evaluation, declared shared state, coordination, the provider effect, and an operation record on one governed path. The release makes that path concrete without hiding the research-preview boundary.[1]

02 · One idea, two artifacts

The paper explains the technique. The repository engineers the path.

The paper

Go deep on the systems model

Stateful Governance for Concurrent Agentic Systems develops the technical motivation, policy-state serializability model, design, and evaluation through a research prototype.

The release

Follow the idea through a usable system

The public repository turns that foundation into typed protocols, deployable services, clients, adapters, tests, documentation, and reproducible release controls.

They are deliberately complementary. Read the paper when you want the why, the formal lens, and the in-depth technique. Open the repository when you want to see where trust enters, how an action is declared, which state a policy reads, how the decision stays connected to the effect, and what evidence is retained afterward.[1][2]

Conceptual schematic

A governed action remains one connected path

A request moves through a versioned policy, declared state, scoped coordination, a protected provider effect, and an operation record.

The public implementation gives each boundary a concrete protocol or runtime surface; the paper explains why the boundaries matter. Read the paper

03 · Beyond a research prototype

Closer to a product-level engineering shape—without overclaiming maturity.

The released tree is designed for serious evaluation. It includes a service boundary that executes rather than merely checks, closed protocol schemas, typed Python and TypeScript clients, operation and connector packages, explicit outcome handling, receipts, and documentation that maps public claims back to source and evidence.[2][5]

  • A declared-action runtime that keeps authorization and execution connected.
  • Coordination over declared policy state, with PSS history and inspectable outcomes.
  • Reproducible demonstrations, adversarial cases, and release-control checks.
  • A documented trust boundary for identities, retries, framework context, connectors, and providers.
  • Exact version and environment profiles so support claims remain reviewable rather than implied.

04 · Framework connections

Governance should meet agents where they already run.

The release includes concrete integration artifacts for LangChain and LangGraph, Microsoft Agent Framework, CrewAI, a stdio MCP gateway, and OpenClaw. It also includes typed clients for teams that want to integrate at the protocol boundary instead of adopting a framework adapter.[4]

These are not decorative examples. Each profile identifies the supported host version and the trusted context the host must supply. The adapters replace the consequential tool path with generated governed tools, so a model does not receive the original bypassable tool alongside its governed counterpart. That is where the research principle becomes an engineering constraint.[4]

05 · Explore the release

Choose your entry point—and tell us where the boundary bends.

Systems researchers can move from the paper’s model into the paper-to-code provenance map. Framework developers can inspect the adapter profile closest to their stack. Platform teams can start at the wire protocol, provider boundary, and receipt model. Reviewers can follow the reproducibility and claims documentation before interpreting any result.[1][2]

Most importantly, the public release makes the conversation testable. If an assumption is unclear, an integration boundary is too narrow, or an agent workflow exposes a path we have not governed well, open an issue. The next version should be shaped by concrete systems, concrete traces, and concrete failure modes—not by abstractions alone.[2]

Publication boundary

Evidence and limitations

Evidence · Reference

github.com/masugate/masugate · 0.1.1 research-preview source tree

This announcement describes the public source, checked-in release controls, documentation, and exact integration profiles. It does not claim an independently verified package-registry release or general production assurance.

Limitations
  • This is a public-source research preview, not a general compliance product or a compatibility promise for unlisted framework versions.
  • The repository publishes source and exact artifact profiles; a tagged GitHub release and package-registry distributions are not claimed here.
  • The paper’s model and prototype evidence explain the technique, while the released repository has its own documented implementation and support boundaries.

Primary sources

Sources and further reading

  1. Stateful Governance for Concurrent Agentic SystemsarXiv:2608.02764v2

    The in-depth technical account of MasuGate’s stateful-governance model and research prototype.

  2. MasuGate public source repositoryGitHub

    The product-oriented 0.1.1 research-preview implementation, documentation, tests, and release artifacts.

  3. MasuGate PSS correction record — v0.1.1MasuGate repository documentation

    The correction boundary for the PSS checker and prior 0.1.0 measurements.

  4. MasuGate framework-adapter support boundaryMasuGate repository documentation

    Exact framework versions, generated tool surfaces, and trusted-context requirements for the included adapters.

  5. MasuGate reference-release descriptorMasuGate repository

    The machine-readable reference profile for the research-preview artifact.

Continue exploring

Related paths