AbanteAI / rawdog

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

Retry on error #66

Closed granawkins closed 7 months ago

granawkins commented 7 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.