v0.0.7
What's Changed
- Change param name for BaseLLM.continue_conversation_with_tool_call_results by @nerdai in #87
- Bump jsonschema from 4.24.0 to 4.25.0 in the all-python-packages group by @dependabot[bot] in #86
- Improve
NextStepDecision
structure to allow for only next_step or task_result by @nerdai in #88 - [docs] Add
hailstone.ipynb
notebook by @nerdai in #90 - [Feature] Add
max_steps
toLLMAgent.run
and set handler result toMaxStepsReachedError
by @nerdai in #91 - Remove
TaskHandlerResult
and useTaskResult
directly. by @nerdai in #93 - [version] bump version to v0.0.7 by @nerdai in #94
Full Changelog: v0.0.6...v0.0.7