AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.79k stars 140 forks source link

Retry on error #66

Closed granawkins closed 9 months ago

granawkins commented 9 months ago
  1. Add retries to the config, to retry generating a script if it raises and exception.
  2. Update prompt to explain how to handle errors, and to let them propagate.
  3. Update all examples with new prompt + remove try/except blocks.