Skip to content

Releases: mkk2026/agentreg

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jul 10:50

Changelog

  • 0e33d4e: chore: stop tracking dist/ build artifacts (breaks goreleaser --clean) (@mkk2026)
  • 9944da3: ci: add test workflow (push/PR) and GoReleaser release workflow (on tag) (@mkk2026)
  • 356cb05: docs: add MIT license (@mkk2026)
  • 3e0c97b: docs: professional README (positioning, comparison, roadmap, badges) (@mkk2026)
  • e8e8cb5: feat: add optional labels (map[string]string) to agent records (@mkk2026)

v0.1.0 — the lovable loop

Choose a tag to compare

@mkk2026 mkk2026 released this 25 Jul 09:46

First release of agentreg — DNS for AI agents.

The minimal n=3 loop, in a single Go binary (agentctl):

  • serve — run the self-hosted registry daemon
  • register / list / find — register agents and discover them by capability
  • heartbeat loop that health-checks every agent and flips status before failures reach downstream

Install:

brew install mkk2026/tap/agentreg

or download a binary below.

No cloud dependency. Self-hosted. See the README for the quickstart.