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()toTaskStepandTaskResultby @nerdai in #77 - [chore] Remove unnecessary task-id from get_next_step format by @nerdai in #78
- Remove
TaskHandler._locksince 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_stepby @nerdai in #81 - Refactor: Change
LLMAgent.runhelper method_runname to_process_loopby @nerdai in #83 - Update
BaseLLM.chatandBaseLLM.continue_conversation_with_tool_call_resultsfor 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