Skip to content

Commit 37328bc

Browse files
authored
v0.0.7 (#94)
1 parent 9fe9560 commit 37328bc

File tree

5 files changed

+691
-688
lines changed

5 files changed

+691
-688
lines changed

CHANGELOG.md

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

99
## Unreleased
1010

11+
- ...
12+
13+
## [0.0.7] - 2025-07-29
14+
1115
### Added
1216

1317
- Add `max_steps` to `LLMAgent.run` and set handler result to `MaxStepsReachedError` if reached (#91)

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
77
title: "llm-agents-from-scratch"
8-
version: "0.0.6"
8+
version: "0.0.7"
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.6"
24+
version = "0.0.7"
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.6"
1+
VERSION = "0.0.7"

0 commit comments

Comments
 (0)