Skip to main content

CLI Reference

Quick reference for all remyxai commands. For usage examples and guides, see Using the CLI.

remyxai interests

Manage Research Interests — the context that drives personalized recommendations.
CommandDescription
interests listList all Research Interests
interests get -i <name|uuid>Get details for one interest
interests createCreate a new interest (interactive or with flags)
interests update -i <name|uuid>Update an interest’s fields
interests toggle -i <name|uuid>Toggle active/inactive status
interests delete -i <name|uuid>Delete an interest

interests create

remyxai interests create [OPTIONS]
FlagTypeDefaultDescription
--name, -nstring(prompted)Short label
--context, -cstring(prompted)Description or URLs (HuggingFace, GitHub, arXiv, free text)
--daily-count, -dint2Recommendations per day (1-10)
--inactiveflagCreate as inactive
--format, -fchoicetexttext or json

interests update

remyxai interests update [OPTIONS]
FlagTypeDescription
--interest, -istringRequired. Name or UUID
--name, -nstringNew name
--context, -cstringNew context (invalidates recommendation pool)
--daily-count, -dintNew daily count
--activateflagSet active
--deactivateflagSet inactive
--format, -fchoicetext or json

interests delete

remyxai interests delete [OPTIONS]
FlagTypeDescription
--interest, -istringRequired. Name or UUID
--yes, -yflagSkip confirmation prompt
--format, -fchoicetext or json

remyxai papers

Get personalized recommendations from the Remyx resource index.
CommandDescription
papers digestToday’s top recommendations grouped by interest
papers listFlat list of recommendations with filtering
papers refreshTrigger async recommendation refresh
papers refresh-status <task_id>Poll a refresh task’s status

papers digest

remyxai papers digest [OPTIONS]
FlagTypeDefaultDescription
--limit, -nint5Max items per interest
--period, -pchoicetodaytoday, week, or all
--format, -fchoicetexttext or json
--fullflagShow full reasoning without truncation

papers list

remyxai papers list [OPTIONS]
FlagTypeDefaultDescription
--interest, -istring(all)Filter by interest name or UUID
--limit, -nint20Max results (1-50)
--period, -pchoicealltoday, week, or all
--source-type, -sstring(all)Filter by source: arxiv_paper, github_repo, etc.
--format, -fchoicetexttext or json
--fullflagShow full reasoning without truncation

papers refresh

remyxai papers refresh [OPTIONS]
FlagTypeDefaultDescription
--interest, -istring(all active)Refresh one interest by name or UUID
--num-results, -nint(daily_count)Items per interest
--wait, -wflagBlock until all tasks complete
--format, -fchoicetexttext or json

papers refresh-status

remyxai papers refresh-status <task_id> [OPTIONS]
ArgumentTypeDescription
task_idstringRequired. UUID from papers refresh output
FlagTypeDefaultDescription
--format, -fchoicetexttext or json

Search across the Remyx resource index.
CommandDescription
search query <text>Semantic search across papers, repos, models
search info <arxiv_id>Detailed info for a specific resource
search listBrowse recently added resources
search statsCatalog statistics

search query

remyxai search query <query_text> [OPTIONS]
ArgumentTypeDescription
query_textstringRequired. Natural language search query
FlagTypeDefaultDescription
--max-results, -nint10Maximum results
--category, -cstring(all)arXiv category filter (repeatable)
--dockerflagOnly resources with Docker environments
--no-dockerflagOnly resources without Docker

search info

remyxai search info <arxiv_id> [OPTIONS]
ArgumentTypeDescription
arxiv_idstringRequired. arXiv ID (e.g., 2308.12345)
FlagTypeDefaultDescription
--format, -fchoicetexttext or json

search list

remyxai search list [OPTIONS]
FlagTypeDefaultDescription
--limit, -nint20Number of results
--offset, -oint0Pagination offset
--category, -cstring(all)Category filter (repeatable)
--dockerflagOnly Docker-ready resources
--no-dockerflagOnly non-Docker resources

search stats

remyxai search stats
No options. Prints total assets, Docker availability counts, top categories, and citation coverage.

Global Options

All commands support --help for detailed usage:
remyxai --help
remyxai interests --help
remyxai papers digest --help