malvin
Installation
Usage
Most of the time, just ask for what you want like this:
malvin will show lots of logs by default. If you just want to see malvin's answer at the end use
Be default, malvin does an "investigation". The larger or more complex the task is, the more helpful this approach is. It permits you to ask difficult questions or ask for complex changes somewhat tersely:
and expect good results. However, if you want to do something very simple and want a quick response, use
You can also provide malvin with a request file instead of a string:
This can be great for use in CI or cron. In fact, if you want malvin to work totally in the background -- with no stdout -- you can use -b:
Maybe overnight_logs_alerter.md tells malvin to scan your prod logs and report weirdness to you via Slack. Note that malvin always logs to ~/.malvin_home/logs. Those logs can be used by you for process improvement. They are always used by malvin as context.
Notes
malvin allows all tool calls by default.
Speed
malvin likes to run linters and unit tests. It does its best to only run what's necessary, but these tools can help speed things up:
- [Python] pytest-testmon Runs only unit tests affected by code changes
- [Rust] cargo-nextest Faster than
cargo test - [Rust] cargo-difftests Re-runs only tests whose executed code changed (LLVM coverage indexes)
- [Rust] sccache Speeds up builds by caching build artifacts
EXPERIMENTAL - USE AT YOUR OWN RISK
- openrouter: models
- local: models