Skip to content

Commit 3d6e0e3

Browse files
authored
feat: add arc agi lmm based agent. (#33)
Signed-off-by: wiseaidev <oss@wiseai.dev>
1 parent 5e6237d commit 3d6e0e3

22 files changed

Lines changed: 6303 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = [
44
"lmm",
55
"lmm-derive",
6-
"lmm-agent",
6+
"lmm-agent"
77
]
88
exclude = [
99
"target",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![LMM](https://wiseai.dev/assets/logo.png)](https://wiseai.dev)
66

77
[![Work In Progress](https://img.shields.io/badge/Work%20In%20Progress-orange)](https://github.com/wiseaidotdev/lmm)
8+
[![ASI](https://img.shields.io/badge/ASI-10.71%25-brown)](https://arcprize.org/replay/8471c865-4c54-40c5-a523-dcaa681aa4f1)
89
[![Crates.io](https://img.shields.io/crates/v/lmm.svg)](https://crates.io/crates/lmm)
910
[![Docs.rs](https://docs.rs/lmm/badge.svg)](https://docs.rs/lmm)
1011
[![Crates.io Downloads](https://img.shields.io/crates/d/lmm)](https://crates.io/crates/lmm)

0 commit comments

Comments
 (0)