Skip to content

Commit c5aa38f

Browse files
authored
v0.0.8 (#104)
1 parent a7fe8e5 commit c5aa38f

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
88

99
## Unreleased
1010

11+
- ...
12+
13+
## [0.0.8] - 2025-08-02
14+
15+
### Added
16+
17+
- Add `TaskHandler.step_counter` (#103)
18+
- [docs] Add simple benchmark and llm as judge for `hailstone.ipynb` (#102)
19+
1120
### Changed
1221

1322
- Add task demarcation in `TaskHandler.rollout` and better tool call requests formats (#100)

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Andrei"
66
email: "andrei@nerdai.io"
77
title: "llm-agents-from-scratch"
8-
version: "0.0.7"
8+
version: "0.0.8"
99
abstract: "Build an LLM agent, equipped with MCP, from scratch."
1010
keywords:
1111
- llms

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dev = [
2121

2222
[project]
2323
name = "llm-agents-from-scratch"
24-
version = "0.0.7"
24+
version = "0.0.8"
2525
description = "Build an LLM agent, equipped with MCP, from scratch."
2626
license = "Apache-2.0"
2727
readme = "README.md"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.7"
1+
VERSION = "0.0.8"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)