v0.0.6
What's Changed
- Rename core to llm_agent by @nerdai in #74
- [chore] Rm tool registry attr from LLMAgent docstring by @nerdai in #75
- [Fix] Move check for previous_step_result at top of method by @nerdai in #76
- Add
with_task_id()
toTaskStep
andTaskResult
by @nerdai in #77 - [chore] Remove unnecessary task-id from get_next_step format by @nerdai in #78
- Remove
TaskHandler._lock
since we actually don't need it by @nerdai in #79 - Update CHANGELOG.md by @nerdai in #80
- Use templates for
_rollout_contribution_from_single_run_step
by @nerdai in #81 - Refactor: Change
LLMAgent.run
helper method_run
name to_process_loop
by @nerdai in #83 - Update
BaseLLM.chat
andBaseLLM.continue_conversation_with_tool_call_results
for better consistency by @nerdai in #84 - [version] bump version to v0.0.6 by @nerdai in #85
Full Changelog: v0.0.5...v0.0.6