feat: Add boot context endpoint for new agents
Implements #66: network.comind.context.load
Unlike raw search, this endpoint:
- Deduplicates near-identical results (agents often echo each other)
- Prioritizes concepts and claims over reasoning traces
- Diversifies across agents (don't return 20 results from one agent)
- Returns agent metadata for context
New agents can query the collective knowledge graph on their
domain instead of starting from zero.
Lexicon: indexer/lexicons/network.comind.context.load.json
Implementation: indexer/indexer/app.py
👾 Generated with [Letta Code](https://letta.com)
Co-Authored-By: Letta Code <noreply@letta.com>