What's Changed
- [docs] Add eval report for evaluation of final result outcomes by @nerdai in #105
- [docs] Add trajectory evaluation
hailstone.ipynb
by @nerdai in #106 - [chore] Changelog update by @nerdai in #107
- [docs] Add Qwen2.5-72b run to
hailstone.ipynb
by @nerdai in #108 - [chore] Add runpod.sh to .gitignore by @nerdai in #109
- [docs] Store previous runs in a separate section in
hailstone.ipynb
by @nerdai in #110 - [docs] Book version of
hailstone.ipynb
by @nerdai in #111 - Bump the all-python-packages group with 5 updates by @dependabot[bot] in #113
- [chore] better docstring for
LLMAgent
to match book text's language of LLM agent equipping tools to the LLM by @nerdai in #114 - [Feature] Add
LLMAgentTemplates
and add as an attribute toLLMAgent
by @nerdai in #117 - [version] bump version to v0.0.9 by @nerdai in #118
- [Feature] Add
id_
toToolCall
andtool_call_id
toToolCallResult
by @nerdai in #119 - Bump actions/checkout from 4 to 5 by @dependabot[bot] in #121
- Bump the all-python-packages group with 5 updates by @dependabot[bot] in #120
- [chore] Add deepwiki badge to README by @nerdai in #122
- Rename
continue_conversation_with_tool_results
tocontinue_chat_with_tool_results
by @nerdai in #123 - [chore] fix docstring for
continue_chat_with_tool_results
by @nerdai in #124 - Add host param to
OllamaLLM
construction to properly connect the internalAsyncClient
to it. by @nerdai in #125 - Remove
return_history
param inOllamaLLM.chat()
by @nerdai in #126 - [chore]
OllamaLLM.chat
docstring cleanup by @nerdai in #127 - [chore] README additions by @nerdai in #128
- Bump the all-python-packages group with 3 updates by @dependabot[bot] in #129
- Add
Tool
type alias forBaseTool | AsyncBaseTool
by @nerdai in #131 - Add
LLM
alias forBaseLLM
by @nerdai in #132 - [book-figures] Add
uml
folder to house D2 scripts by @nerdai in #133 - [book-figures] Use plantuml instead by @nerdai in #134
- [book-figures]
LLMAgent
UML sequence plantuml by @nerdai in #135 - [book-figures] Chapter 1 mindmap by @nerdai in #137
- [book-figure] Add thick border to root node in ch01 mindmap by @nerdai in #138
- [book-figures] Adjust to use manning specified fonts by @nerdai in #139
- [chore] Rip out black formatter by @nerdai in #140
- [book-diagrams] Add
BaseTool
andAsyncBaseTool
UML class diagrams by @nerdai in #141 - Bump ruff from 0.12.9 to 0.12.10 in the all-python-packages group by @dependabot[bot] in #142
- [book-diagrams] Update font sizes to better match Canva when importing for annotation by @nerdai in #149
- Bump ncipollo/release-action from 1.18.0 to 1.19.1 by @dependabot[bot] in #153
- Bump ruff from 0.12.10 to 0.12.11 in the all-python-packages group by @dependabot[bot] in #154
- [book diagrams] UML basics diagrams for Chapter 1 by @nerdai in #158
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #162
- [Book Diagrams] Add more specific relations to ch2 class diagrams by @nerdai in #167
- [book diagrams] Add inherits annotation in UML class diagrams for Chapter 2 by @nerdai in #169
- [book diagrams] Fix inheritance arrows by @nerdai in #170
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in #171
- Bump ncipollo/release-action from 1.19.1 to 1.20.0 by @dependabot[bot] in #161
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #160
- Bump the all-python-packages group with 4 updates by @dependabot[bot] in #159
- Bump the all-python-packages group with 5 updates by @dependabot[bot] in #176
- [Book Diagrams] Add simple function tools UML class diagrams by @nerdai in #179
- refactor: Store custom desc in
_desc
forSimpleFunctionTool
andAsyncSimpleFunctionTool
. by @nerdai in #181 - [feat] More specific error handling with simple function tools by @nerdai in #184
- version: bump version to v0.0.10 by @nerdai in #186
Full Changelog: v0.0.8...v0.0.10