AI Agents 相关度: 9/10

REGAL: A Registry-Driven Architecture for Deterministic Grounding of Agentic AI in Enterprise Telemetry

Yuvraj Agrawal
arXiv: 2603.03018v1 发布: 2026-03-03 更新: 2026-03-03

AI 摘要

REGAL提出了一种注册表驱动架构,用于企业遥测数据中Agentic AI的确定性基础。

主要贡献

  • 提出REGAL架构,用于在企业环境中确定性地 grounding agentic AI。
  • 将确定性遥测计算作为核心原语,并通过注册表驱动编译层合成 Model Context Protocol (MCP) 工具。
  • 验证了确定性 grounding 的可行性及其在延迟、token效率和运营治理方面的影响。

方法论

通过Medallion ELT pipeline产生可重放的语义压缩数据,并用注册表驱动编译层合成工具。

原文摘要

Enterprise engineering organizations produce high-volume, heterogeneous telemetry from version control systems, CI/CD pipelines, issue trackers, and observability platforms. Large Language Models (LLMs) enable new forms of agentic automation, but grounding such agents on private telemetry raises three practical challenges: limited model context, locally defined semantic concepts, and evolving metric interfaces. We present REGAL, a registry-driven architecture for deterministic grounding of agentic AI systems in enterprise telemetry. REGAL adopts an explicitly architectural approach: deterministic telemetry computation is treated as a first-class primitive, and LLMs operate over a bounded, version-controlled action space rather than raw event streams. The architecture combines (1) a Medallion ELT pipeline that produces replayable, semantically compressed Gold artifacts, and (2) a registry-driven compilation layer that synthesizes Model Context Protocol (MCP) tools from declarative metric definitions. The registry functions as an "interface-as-code" layer, ensuring alignment between tool specification and execution, mitigating tool drift, and embedding governance policies directly at the semantic boundary. A prototype implementation and case study validate the feasibility of deterministic grounding and illustrate its implications for latency, token efficiency, and operational governance. This work systematizes an architectural pattern for enterprise LLM grounding; it does not propose new learning algorithms, but rather elevates deterministic computation and semantic compilation to first-class design primitives for agentic systems.

标签

LLM Agentic AI Enterprise Telemetry Deterministic Grounding Registry

arXiv 分类

cs.AI cs.SE