Skip to main content

Module search

Module search 

Source
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§

SearchQuery
Search query configuration
SearchResultItem
Unified search result item that works across all search scopes

Enums§

SearchError
Search-specific error types
SearchScope
Search scope determines where to search for skills

Functions§

execute
Execute a search query and return unified results