We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0d792b + 35ed492 commit fbda2ceCopy full SHA for fbda2ce
README.md
@@ -32,7 +32,7 @@ Add this to your `Cargo.toml`:
32
33
```toml
34
[dependencies]
35
-agixt-sdk = "0.1.0"
+agixt-sdk = "0.2.0"
36
```
37
38
## Quick Start
agixt-sdk/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "agixt-sdk"
3
-version = "0.1.0"
+version = "0.2.0"
4
edition = "2021"
5
description = "Rust SDK for AGiXT - A powerful AI agent framework"
6
authors = ["AGiXT Team"]
agixt-sdk/README.md
0 commit comments