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_resultfactory method. by @nerdai in #61 - Use
param.kindwhen passing args and kwargs in introspection of function signatures by @nerdai in #62 - [Fix]
AsyncPydanticFunctionToolshould inherit fromAsyncBaseToolby @nerdai in #63 - [Fix]
LLMAgent.toolsshould be list ofBaseTool | AsyncBaseToolby @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,TaskStepby @nerdai in #68 - Remove
errorfromTaskResultand renameGetNextSteptoNextStepDecisionby @nerdai in #69 - Add
__str__toTaskStepResultby @nerdai in #70 - Nest
TaskHandlerwithinLLMAgentby @nerdai in #72 - [version] bump version to v0.0.5 by @nerdai in #73
Full Changelog: v0.0.3...v0.0.5