Skip to content

Releases: AbanteAI/rawdog

v0.1.6

18 Feb 12:45
9b6ed04
Compare
Choose a tag to compare

Cleanup interfaces and workflows.

v0.1.5-fix

16 Feb 15:18
dd37f90
Compare
Choose a tag to compare

v0.1.4

16 Feb 05:09
Compare
Choose a tag to compare
  • Replace dry-run command with leash
  • Non-fatal errors don't trigger retry loop

v0.1.3

16 Feb 01:12
662dbb2
Compare
Choose a tag to compare
  • Context: Rawdog now sees all the files/dirs in your cwd + your last git commit by default
  • Retry: If Rawdog's script throws an Error, it will look at the error message and try again (maximum 2 times by default).
  • Environment: Rawdog still executes in your cwd, but using the Python executable from ~/.rawdog/venv. The default pip packages (matplotlib, numpy and pandas) are pre-loaded. If Rawdog tries to use a new package, it will ask permission to install it there.
  • Cost Tracking: The running total session cost is now displayed after every call
  • Streaming: When --dry-run is used, the model output (python script) will be streamed, so you can start reviewing it immediately.
  • Config: All the litellm settings + dry-run & retries are stored permanently in ~/rawdog/config.yaml. Update your default settings by modifying that file directly. Use cli flags (e.g. --llm-model, --dry-run) to set for session.
  • Examples: We've established an example format and written a few dozen examples, which can be used for fine-tuning an LLM on Rawdog. Look out for AbanteAI fine-tuned models soon 👀