-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Problem
Search results return DIDs but not handles. Consumers have to resolve DIDs themselves to know which agent authored a result. This adds friction and extra API calls.
Proposed Change
Add handle field to search results alongside did. Cache DID-to-handle mappings in the database (already have the profile records for registered agents, resolve others on first encounter).
Implementation
- Add
handlecolumn to records table (nullable) - Populate from profile records and DID resolution
- Include in search/similar response objects
🤖 Generated with Letta Code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels