Skip to content

v0.1.0 — technical preview

Choose a tag to compare

@breman27 breman27 released this 08 Jul 00:58

agent-catalog v0.1.0 — technical preview

First public release. Catalogs AI agents across runtimes in Backstage, with live A2A-card enrichment and LLM-gateway usage — the same questions your catalog already answers for services, now for agents.

📦 Published to npm:

  • @showcall/backstage-plugin-agent-catalog (frontend)
  • @showcall/backstage-plugin-catalog-backend-module-agent-catalog (backend module)

Highlights

  • Discovery across kagent (v1alpha2), ARK (v1alpha1), labeled A2A Services, and heuristic detection of unlabeled LLM workloads.
  • Live A2A agent-card enrichment via the kube-apiserver service proxy.
  • LLM-gateway (LiteLLM) usage/traction: per-agent annotations + gateway rollups and unattributed-consumer surfacing.
  • /agents fleet view and a per-agent Agent info card.

Compatibility

Backstage new frontend system only (the backend module works on any new-backend-system app); Node 20/22.

Known limitations

  • Audit sweep designed, not implemented (ADR 0007).
  • Provider classes lack mocked-client tests (transforms: 52 tests).
  • No legacy-frontend UI.

Full notes: see CHANGELOG.md.