agentsdk 0.6.2

An open-source Rust library for building AI-powered applications, inspired by the Vercel AI SDK. It provides a robust, type-safe, and easy-to-use interface for interacting with various Large Language Models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Frontend for AI Agent built with React, Axum and AGENTSDK.rs

### Run the frontend

run `pnpm install` to install dependencies

run `pnpm dev` to start the development server

open `http://localhost:5173` in your browser to view the application

### Make sure you have the backend running

run `cd ../backend && cargo run` to start the backend