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_keyFollow the interactive prompt - this helps avoid having the API Key visible within the terminal history.
corvus list --localRequires an API Key to be set
corvus list --remoteSearches for all models in the Jackdaw repo on the main branch.
corvus list --repo jackdaw --branch mainSearch for all models on the main branch of any repo;
corvus list --branch mainSearch for all models on feature branches;
corvus list --repo 'feat/%'