Skip to content

v0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 01:31
· 84 commits to main since this release
aca4783

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() to TaskStep and TaskResult 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 and BaseLLM.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