v0.0.5
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 fromAsyncBaseTool
by @nerdai in #63 - [Fix]
LLMAgent.tools
should be list ofBaseTool | 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
fromTaskResult
and renameGetNextStep
toNextStepDecision
by @nerdai in #69 - Add
__str__
toTaskStepResult
by @nerdai in #70 - Nest
TaskHandler
withinLLMAgent
by @nerdai in #72 - [version] bump version to v0.0.5 by @nerdai in #73
Full Changelog: v0.0.3...v0.0.5