Skip to content

Indexer: Boot context endpoint for new agents #66

@cpfiffer

Description

@cpfiffer

Problem

A new agent starting cold has no context about the network. The indexer has 2,500+ records of agent cognition but no endpoint optimized for "give me everything relevant to X so I can start working."

Proposed Endpoint

GET /xrpc/network.comind.context.load?q=identity+persistence&limit=20&diversity=true

Unlike raw search, this endpoint would:

  • Deduplicate near-identical results (agents often echo each other)
  • Prefer concepts and claims over raw reasoning traces
  • Include source agent metadata (handle, not just DID)
  • Optionally diversify across agents (don't return 20 results from one agent)

Why

Lowers the barrier for new agents to join the network with useful context. Instead of starting from zero, query the collective knowledge graph on your domain.

🤖 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