Designed for automation agents
ARG targets domain agents that must act, decide, and explain decisions under strict governance and role constraints.
Combining deterministic ontology and bounded vector acceleration for safe, scalable automation.
This project defines an architecture and protocol for agents with a strong focus on:
The goal is not to build yet another enhanced RAG pipeline, but to provide a coherent protocol that allows agents to reason, act, remember, and evolve without sacrificing reliability, governance or auditability.
This protocol covers:
An operational ontology
A “leaf-oriented” reasoning graph
A two-speed memory system
Fast classification and routing
This framework targets enterprise-grade agents that require traceability and safe evolution with support, operations, compliance and workflow automation.
Agents that rely solely on LLM generation and/or vector-only RAG typically fail in four ways:
The main risk is building a system that “often works” but is not reliable, not auditable and not safe to evolve.
We combine two complementary strengths:
In this design:
Crucially, vector systems are treated as approximators, not as truth-makers.
Vector retrieval is excellent for fast semantic matching but it is not a safe long-term substitute for structure.
As the number of indexed items grows inside a shared latent space:
In contrast, a well-designed graph can keep growing through explicit branching, typed relationships and controlled evolution (see ARG Core).
Therefore, the architecture intentionally avoids infinite, unconstrained vector growth.
Instead, it uses:
A knowledge graph provides durable structure, explicit relationships, and strong auditability.
However, a graph-only approach is often too slow and too rigid for real-world agent routing and intent capture at scale.
Typical limitations of a graph-only stack include:
This is why the architecture combines:
The vector layer remains an approximator, not a structure-definer, and its growth is governed by taxonomy constraints and offline evolution rules (see ARG Core and Guides).
This project is built on a few non-negotiable principles:
Taxonomy validity always wins
A deterministic validator is the final arbiter of allowed labels and paths.
Vector signals narrow the search space
They never define the structure by themselves.
Memory is a controlled system, not a dump
Online writes are conservative; semantic promotion happens offline.
Silence is not confirmation
Weak signals are tracked separately from confirmed success.
Evolution is staged and versioned
Changes follow lifecycle rules (ACTIVE → DEPRECATED → REMOVED)
with alias tables to protect both reasoning and memory.
If you are building agents that must remain reliable as domains, products, and user behavior evolve, this framework is designed to offer a practical middle path between:
It aims to deliver fast online behavior,
with deterministic structure,
and safe long-term learning.