agents/anchor-edge-agent/README.md
Metadata
- Purpose: Edge agent runtime code for endpoint telemetry collection and transport.
- Domain:
agents - Language:
md - Bytes: 688
- Lines: 30
- Content hash (short):
97a4aa29 - Source (start): agents/anchor-edge-agent/README.md:1
- Source (end): agents/anchor-edge-agent/README.md:30
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
- H1: anchor-edge-agent (line 1)
- H2: Features in this scaffold (line 5)
- H2: Build (line 13)
- H2: Run (line 19)
Source Preview
# anchor-edge-agent
Single-binary telemetry and automation edge agent for client systems.
## Features in this scaffold
- Host heartbeat collection (extensible collector package)
- Multi-signal collection profiles (`heartbeat`, `patch`, `backup`, `service`)
- Durable local JSONL buffering
- mTLS-capable HTTPS transport
- Offline-safe replay on next successful flush
## Build
```bash
go build -o anchor-edge-agent ./cmd/anchor-edge-agent
Run
./anchor-edge-agent \
--workspace-id <uuid> \
--client-id <uuid> \
--asset-id <uuid> \