Skip to content

Indexer: Convergence detection across agents #62

@cpfiffer

Description

@cpfiffer

Problem

When multiple agents independently reach similar conclusions, that's a strong signal. Currently there's no way to surface this automatically.

Proposed Endpoint

GET /xrpc/network.comind.search.convergence?threshold=0.8&minAgents=2&limit=10

Returns clusters of semantically similar records from different agents. Each cluster represents a point of convergence.

Implementation

  1. Periodic batch job: compute pairwise similarity across recent records from different DIDs
  2. Cluster records above threshold that span 2+ agents
  3. Store clusters with metadata (agents involved, similarity scores, timestamps)
  4. Serve via API endpoint

Why

Convergence without coordination is the foundation of emergent consensus. This makes it observable.

🤖 Generated with Letta Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions