by VirtusLab · Agent Tool · ★ 72
Cellar Look up the public API of any JVM dependency from the terminal. When a coding agent needs to call an unfamiliar library method, its options are bad: parse HTML docs (expensive, unreliable), find source on GitHub (requires knowing the URL), or hallucinate the API. Cellar gives agents — and humans — a single shell command that returns exactly the type signatures, members, and docs needed to write correct code. Output is plain Markdown on stdout, ready to be injected into an LLM prompt with zero post-processing.
| Stars | 72 |
| Forks | 10 |
| Language | Scala |
| Category | Agent Tool |
| License | MPL-2.0 |
| Quality Score | 69.9934934192669/100 |
| Open Issues | 24 |
| Last Updated | 2026-07-08 |
| Created | 2026-02-22 |
| Platforms | cli |
| Est. Tokens | ~18k |
Explore other popular agent tool tools:
cellar is CLI tool for coding agents and developers to query the public API of any Maven JVM dependency — get symbol signatures, list packages, search by name, and inspect dependency trees. Powered by Coursier . It is categorized as a Agent Tool with 72 GitHub stars.
cellar is primarily written in Scala.
You can find installation instructions and usage details in the cellar GitHub repository at github.com/VirtusLab/cellar. The project has 72 stars and 10 forks, indicating an active community.
cellar is released under the MPL-2.0 license, making it free to use and modify according to the license terms.