Skip to content

Commit 5f8e0df

Browse files
committed
feat: bump lmm-agent
Signed-off-by: wiseaidev <oss@wiseai.dev>
1 parent 130740e commit 5f8e0df

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

AGENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `lmm-agent` crate provides an equation-based, training-free autonomous agent
77
```toml
88
# Cargo.toml
99
[dependencies]
10-
lmm-agent = "0.1.0"
10+
lmm-agent = "0.1.1"
1111
```
1212

1313
## 🏗️ Core Architecture

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ syn = { version = "2.0.117", features = ["full"] }
3939
quote = "1.0.45"
4040
proc-macro2 = "1.0.106"
4141
lmm-derive = { version = "0.0.2", path = "./lmm-derive" }
42-
lmm-agent = { version = "0.1.0", path = "./lmm-agent" }
42+
lmm-agent = { version = "0.1.1", path = "./lmm-agent" }
4343
lmm = { version = "0.2.5", path = "./lmm" }
4444

4545
[profile.dev]

lmm-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lmm-agent"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
66
license = "MIT"

lmm-agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ flowchart TD
105105

106106
```toml
107107
[dependencies]
108-
lmm-agent = "0.1.0"
108+
lmm-agent = "0.1.1"
109109

110110
# Optional features:
111-
# lmm-agent = { version = "0.1.0", features = ["net", "knowledge"] }
111+
# lmm-agent = { version = "0.1.1", features = ["net", "knowledge"] }
112112
```
113113

114114
## 🚀 Quick Start

lmm-derive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This crate is automatically pulled in when you use `lmm-agent`:
2626

2727
```toml
2828
[dependencies]
29-
lmm-agent = "0.1.0"
29+
lmm-agent = "0.1.1"
3030
```
3131

3232
## 🚀 Usage

0 commit comments

Comments
 (0)