v1.1.0
What's Changed
- We switched to the UV package manager
- The LLaMEA main package is now much lighter, as in we moved dependencies that were only needed to run the examples to a non-default group. @nikivanstein in #44
- We updated the readme and documentation to reflect the change to uv
- All example scripts are now bundled in the
examplesdirectory - The LLM connectors now come with some default error handling for retrying failed calls.
- We added additional tests to cover the new functionality
Full Changelog: v1.0.6...v1.1.0