Skip to main content

agents/anchor-edge-agent/README.md

Metadata

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> \