Docs menu

Engine registry

AGS ships as a catalog of engines. Each engine owns a semantic domain, registers MCP tools / gates, and participates in Sentinel reflexes when something fails. There are 24 engines in the public registry.

Start with Staging, Semantic, Pointer, Sentinel, Efficiency, and Versioning. Add Canonical + Data Arrays when docs and lists start drifting. Layer ops and trust engines as you promote to shared environments.

Core loop (wave A)

Classify, mean, guard, version, deploy, measure.

EngineDomainWhat it doesTry
StagingstagingClassify diffs into atomic Commit-Scopes before an agent commits.Showcase
SemanticsemanticConstraint graph over concepts — contradictions surface as animated conflicts.Showcase
PointerpointerMap repo paths to rules and detect documentation drift.Showcase
SentinelsentinelPain signals fire reflex arcs that deny raw git, force MCP commits, and clear only after real remediation — consistency with fewer wasted retries.Showcase
VersioningversioningSemantic version graphs, bump rules, and changelog animation.Showcase
DeploymentdeploymentEnvironment pipeline from dev → bench → staging → prod with health gates.Showcase
EfficiencyefficiencyToken budgets, loop prevention, and organic guardrails that make agents cheaper over time.Showcase
ImpactimpactGrowth auditor that proves the agent is getting smarter — curve-aware maturity, adversarial stress, no-op detection.Showcase

Structure & policy (wave B)

Singularity, lists, deps, release, promotion.

EngineDomainWhat it doesTry
CanonicalcanonicalHighlight the canonical source and animate reference drift.Showcase
Data Arraysdata-arrayNormalize, order, and deduplicate governance arrays.Showcase
DependencydependencyDependency graphs with cycle detection and compatibility cues.Showcase
PolicypolicyBrowse .ags/*.yml policies and watch enforcement animate.Showcase
ReleasereleaseInspect release artifacts, tags, and generated notes.Showcase
PromotionpromotionGate promotions across environments with animated checks.Showcase

Operations (wave C)

Health, observability, rollback, artifacts, registry.

EngineDomainWhat it doesTry
HealthhealthLive health-check simulation with endpoint status pulses.Showcase
ObservabilityobservabilityLogs + metrics viewer with anomaly detection animation.Showcase
RollbackrollbackRollback flow with version tracking visualization.Showcase
OptimizationoptimizationPerformance budgets and MCP cost visualization.Showcase
ArtifactartifactArtifact inspector with structure validation animation.Showcase
RegistryregistryPrivate npm registry simulation and publish flow.Showcase

Trust boundary (wave D)

Integrity, identity, access, security.

EngineDomainWhat it doesTry
IntegrityintegrityChecksum visualization and tamper detection.Showcase
IdentityidentityIdentity graph for agents, users, and environments.Showcase
AccessaccessPermission matrix with access-gating animation.Showcase
SecuritysecuritySecret scanning simulation and secure deploy cues.Showcase

How agents use them

Engines are not “pick one.” A governed commit typically touches several: staging classifies the diff, confidence scores risk, domain engines validate touched surfaces, Sentinel aggregates halt signals, then CAP allows commit_checkpoint. See architecture for the ordered pipeline and API for tool names.

AGS documentation