solagent 0.1.0

connect any Ai agents to solana protocols in Rust.
Documentation

solagent.rs

connect any Ai agents to solana protocols in Rust.

📦 Installation

[dependencies]
solagent = { git = "https://github.com/zTgx/solagent.rs.git" }

Quick Start

use solagent::*;

fn main() {
}