Open-Source AI Agent Telemetry Layer | Agent Beacon
Agent Beacon provides a standardized method for monitoring AI agent activities across local, CI, and cloud environments.
Overview of Agent Beacon
Agent Beacon, an open-source initiative from Asymptote Labs, establishes a standardized method for monitoring AI agents operating across developer workstations, continuous integration pipelines, and cloud infrastructures. It generates structured records of agent activities, identifying supported local runtime environments and setting up data collection mechanisms for them while extending support to CI and cloud-agent telemetry pathways.
Supported Environments
For compatible runtimes like Claude Code and Codex CLI, Beacon enables OpenTelemetry data exports to a local collector. With Cursor, it implements hooks that generate data through a local endpoint. The software operates independently of an Asymptote account, capturing comprehensive telemetry by default.
Key Features and Capabilities
Retention Modes
Users can adjust retention settings to exclude prompt content, raw attributes, command outputs, and unprocessed code changes. Two specialized retention modes are available: a redacted mode that retains specified fields after local filtering and size constraints, and a third mode that stores configured data in locally managed or customer-controlled logs, subject to defined policies.
Technical Implementation
Developed primarily in Go and distributed under the MIT license, Beacon is installable on macOS via a Homebrew tap. Claude Cowork integration requires OpenTelemetry exports configured through a Team or Enterprise admin interface in the Claude console, with an OTLP endpoint accessible over the public internet.
Future Roadmap and Vision
Standardized Detection and Policy Framework
CEO Justin D Souza outlines a vision where agent activity becomes observable, interpretable, and governable. His roadmap includes three foundational elements: a standardized detection rule framework to identify anomalous agent behavior, a policy layer for real-time control enforcement, and infrastructure designed around a streaming architecture to process agent actions near real-time across enterprise systems.
“The industry’s lack of a unified schema for agent activity is a critical barrier,” D Souza states. “Beacon’s approach aims to address this gap.”
Developer Privacy and Security Considerations
Privacy and Ethical Data Handling
The collection of prompt content and agent commands raises concerns about developer privacy. D Souza asserts that security teams require visibility into agent activities to mitigate risks, while developers must trust that this data is handled ethically. The project plans to offer organizations control over telemetry collection and usage, including redaction options and policy-driven restrictions for sensitive fields like prompts.
Current Limitations and Availability
The current public release supports telemetry across local, CI, and cloud-agent environments. It excludes kernel-level monitoring, process tracking, shell history, broad browser and SaaS activity, and general credential usage analysis. Agent Beacon is freely available on GitHub.
