Releases: dreadnode/rigging
Releases · dreadnode/rigging
v2.2.0
v2.1.2
v2.1.1
- Fixed interactions between
APITool
andPrompt
objects. - Added example of using prompts as tools to the docs.
- Added an experimental
make_prompt
function.
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- feat: rigging cicd workflow example by @GangGreenTemperTatum in #24
- feat: Add api level tool call support (ENG-446) by @monoxgas in #27
Full Changelog: v2.0.8...v2.1.0
v2.0.7
What's Changed
- fix: Relax boto3 dependency and blacklist broken pydantic 2.10.0
- feat: rigging crucible generator by @GangGreenTemperTatum in #20
- feat: example for toxic dataset creations by @GangGreenTemperTatum in #21
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- fix: removed hardcoded bandit password to let the user specify it (ref pr #14) by @evilsocket in #16
- docs: small fix to getting started by @GangGreenTemperTatum in #17
- new: --state-role argument to determine whether to provide the state as user or system prompt (ref #8) by @evilsocket in #18
- Feat/eng 85 add write to s3 callback to rigging by @evilsocket in #19
New Contributors
- @evilsocket made their first contribution in #16
- @GangGreenTemperTatum made their first contribution in #17
Full Changelog: v2.0.5...v2.0.6
v2.0.5
- Package dependency updates and relaxation
Full Changelog: v2.0.4...v2.0.5
v2.0.3
- Update docs typo by @FanaHOVA in #13
- Some refactoring for better error handling and parity between completion and chat pipelines
- Add
.wrap()
concept to generators for backoff and error handling - Serialize errors with chats
- Update LiteLLM to v1.44.7
- Add new
jupyter.py
example for code interpreter use - Add
rg.interact
for terminal interaction - Add new
chat.py
example
Full Changelog: v2.0.2...v2.0.3
v2.0.2
- Added early multi-modal image input support: #7 (comment)
- Added
min_delay_between_requests
to the LiteLLM generator - LiteLLM
max_connections
now uses a semaphore - Expanded default
.xml_example()
for rigging models - Fixed unicode handling in
.to_pretty_xml()
: #10 - Docs updates from @eltociear and @cakiki
- Various small bug fixes
Full Changelog: v2.0.1...v2.0.2
v2.0.1
- Added the
rg.await_()
helper - Fixed some type hints for prompts
Full Changelog: v2.0.0...v2.0.1