de0cee191c
* docs(cases): add three researcher workflow examples Add use cases under cases/ that exercise the recently-landed researcher-friendly adapters: - daily-rl-research-monitor.md uses arxiv recent + openreview venue + hf top to compress a morning paper-skim into one shell pipeline. - find-paper-implementation.md chains arxiv search/paper + dblp search + hf top + openreview search to map a paper's canonical record, follow-ups, and community uptake. - track-conference-papers.md walks openreview venue + reviews to shortlist accepted papers and digest review threads in batch. Each file is a real workflow built on commands from #1289 (arxiv recent), #1294 (openreview), and #1299 (dblp). * docs(cases): correct venue ids and forum example to ones that return data The first revision used "ICLR.cc/2026/Conference" and "ICLR 2026 oral" as venue strings. Both return EMPTY_RESULT today because the venue is not open. Update each case to use natural-language venue text that OpenReview currently exposes ("ICLR 2024 oral", "NeurIPS 2025 oral") and a real forum id (KS8mIvetg2, "Proving Test Set Contamination in Black-Box Language Models") in the reviews / paper drill-down. Note the arxiv free-text-search ranking quirk so the worked DPO example makes sense.
Use Cases
Real-world examples of how people use OpenCLI.
Contributing
Want to share your use case? Submit a PR that adds a new .md file to this directory.
Each file is one use case — describe what you wanted to do, which commands you used, and the result.