content-search
Indexes and searches Agent content.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| search-index-service.ts | Search Index Service |
| search-index-writer.ts | Search Index Writer |
| agent-content-search.ts | Agent Content Search |
Dependencies and change boundaries
Declared Host dependencies: telemetry.
This is conversation-content search; web search belongs to inference and SearXNG adapters.
See Configuration for activation policy and Features for support status.