Corvus is a CLI tool that wraps the Searcher from Jackdaw. Designed for interactive and programmatic access to models saved via the ShareableAI toolkit.
corvus set api_key
Follow the interactive prompt - this helps avoid having the API Key visible within the terminal history.
corvus list --local
Requires an API Key to be set
corvus list --remote
Searches for all models in the Jackdaw repo on the main branch.
corvus list --repo jackdaw --branch main
Search for all models on the main branch of any repo;
corvus list --branch main
Search for all models on feature branches;
corvus list --repo 'feat/%'