Expand description
Refresh helpers shared across CLI and MCP Refresh helpers shared by CLI and MCP consumers.
Structs§
- Default
Refresh Indexer - Default indexer that writes to the Tantivy search index.
- Refresh
Payload - Data describing remote changes.
- Refresh
UrlResolution - URL resolution details for refresh operations.
- Reindex
Outcome - Result summary for a reindex operation.
Enums§
- Refresh
Outcome - Result summary for a refresh operation.
Traits§
- Refresh
Indexer - Interface for indexing refreshed content.
- Refresh
Storage - Abstraction over storage interactions used by refresh routines.
Functions§
- apply_
refresh - Apply a refresh: persist content and re-index the source.
- refresh_
source - Refresh a source using its current metadata.
- refresh_
source_ with_ metadata - Refresh a source using preloaded metadata and URL resolution.
- reindex_
source - Re-parse and re-index a source using cached content.
- resolve_
refresh_ url - Resolve the best refresh URL (llms.txt → llms-full.txt) when available.