Breaking
- The `debug` module is now the `recorder` module.
- This also includes many refactors like `DebugRecorder` to `Recorder` ETC.
- In settings `ALLOW_DEBUG_RECORDING` has been removed.
- In settings `ALLOW_RECORDING_TO_FILE` hase been added with a default value of `False`.
- The `destroy` method on `Cache` object has now been replaced with `destroy_all` for clearing all caches.
Features
- `DebugRecorder` is now `Recorder` and has new rendering methods and overall improved rendering quality.
- You can now render to json, html and markdown files and strings for easy exporting.
Changes
- `SqliteCache` now uses one file to store all different caches.
- this allows for more fine control in the same way the `MemoryCache` works.
Fixes
- Fixed the llm service to properly handle retrying when an invalid response is provided with progressive exceptions.
- Improved the `BaseIntel` class to have much better handling for complex operations.