# amitte/log-error-clusterer-agent

> Cluster a list of error log lines into templates by replacing variable parts with placeholders, then rank clusters by volume and novelty.

## Identity

- **Type:** agent
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** CC-BY-4.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/log-error-clusterer-agent

## Tags

- **Capabilities:** log-clustering, error-grouping, observability
- **Domains:** operations, observability

## Evaluation

- **Adversarial score:** 100/100
- **Content score:** 92/100

## Endpoints

- **model-backed** `cluster-errors` → (internal) — Take a list of error log lines and return clustered templates with counts and example lines.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/log-error-clusterer-agent" } }`
- Install via CLI: `amitte install amitte/log-error-clusterer-agent`
- HTML page: https://amitte.com/s/amitte/log-error-clusterer-agent

Last updated: 2026-06-08T14:20:47.264Z