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).
#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