Expand description
Search domain module providing unified search capabilities across local and remote scopes
This module provides a unified interface for searching skills across different scopes:
- Local: Search installed/local skills using vector embeddings or text search
- Remote: Search remote skill catalogs across configured repositories
The module is designed to be CLI-agnostic and can be used by other entry points like HTTP API endpoints.
Modules§
- local
- Local search implementation for installed/local skills
- remote
- Remote search implementation for repository catalogs
Structs§
- Search
Query - Search query configuration
- Search
Result Item - Unified search result item that works across all search scopes
Enums§
- Search
Error - Search-specific error types
- Search
Scope - Search scope determines where to search for skills
Functions§
- execute
- Execute a search query and return unified results