Skip to content

v0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 04:59
· 91 commits to main since this release
4f2cf57

What's Changed

  • [version] bump version to v0.0.3.post1 for Zenodo by @nerdai in #58
  • [chore] Add DOI thru Zenodo; and CITATION.cff by @nerdai in #59
  • Add str implementation of CompleteResult by @nerdai in #60
  • [Feature] Add ChatMessage.from_tool_call_result factory method. by @nerdai in #61
  • Use param.kind when passing args and kwargs in introspection of function signatures by @nerdai in #62
  • [Fix] AsyncPydanticFunctionTool should inherit from AsyncBaseTool by @nerdai in #63
  • [Fix] LLMAgent.tools should be list of BaseTool | AsyncBaseTool by @nerdai in #64
  • Add tool registry to LLMAgent for ensuring no duplication of tools by @nerdai in #65
  • [version] bump version to v0.0.4 by @nerdai in #66
  • Add ids to Task, TaskStep, and results by @nerdai in #67
  • [chore] Docstrings update for Task, TaskStep by @nerdai in #68
  • Remove error from TaskResult and rename GetNextStep to NextStepDecision by @nerdai in #69
  • Add __str__ to TaskStepResult by @nerdai in #70
  • Nest TaskHandler within LLMAgent by @nerdai in #72
  • [version] bump version to v0.0.5 by @nerdai in #73

Full Changelog: v0.0.3...v0.0.5