Release: v0.17.1_STABLE
Current release: v0.17.1_STABLE
Base: v0.17.0_STABLE
Base stable: v0.17.0_STABLE
Status: candidate
Version: 0.17.1
Phase: Promotion Status Drift Guard
Release focus: Promotion Status Drift Guard
GateGraph is a deterministic governance layer for AI-agent actions. It evaluates requested actions before execution, produces bounded governance decisions, and keeps execution authority outside the model.
GateGraph is designed to sit between an agent or operator workflow and an action surface.
It can:
- evaluate action requests,
- return allow/block/review/approval decisions,
- issue bounded capability-token surfaces,
- produce audit and explainability artifacts,
- run deterministic evidence checks.
GateGraph is not:
- an autonomous agent,
- a policy-learning system,
- a production internet gateway,
- an identity provider,
- a KMS,
- a multi-node trust fabric,
- a replacement for human approval.
Current scope is local, protected, single-node operation.
Out of scope for the current release:
- public internet exposure,
- built-in TLS/auth for hostile networks,
- external agent-framework production integration,
- multi-node consensus,
- managed secret infrastructure,
- autonomous policy mutation.
First verify the local package and supported command surfaces:
python tests\fresh_clone_reproducibility_evidence.py
python tests\single_node_cli_evidence.pyThen run the full evidence suite before treating a candidate as release-ready:
python tests\evidence_ci.pyExpected evidence result:
CI EVIDENCE REPORT
Passed: True
Core public review files:
VERSION.mdRELEASE_STATUS.mdRELEASE_METADATA.jsonRELEASE_MANIFEST.jsonRELEASE_PROCESS.mdPRODUCTION.mdSECURITY.mdTRUST_MODEL.mddocs/SCOPE_BACKLOG.mddocs/RELEASE_v0.17.1_STABLE.md
GateGraph uses fail-closed defaults and separates governance decision surfaces from execution authority. The current release does not add runtime authority, auto-promotion, auto-repair, autonomous policy mutation, or public deployment capability.
Apache-2.0.
Canonical runtime namespace: gategraph.
src/ package is the canonical runtime/governance surface. gategraph/context/ package is a bounded context-governance extension layer and must not become an alternative governance or execution path.
OWASP_AGENTIC_AI_MAPPING.md is a descriptive mapping from GateGraph evidence surfaces to agentic-AI risk categories. It is a review aid, not a compliance certification or normative policy source.