aisdk 0.1.0

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
# Contributing

We welcome contributions! Here's how to get started:

1. **Report Issues**: Use GitHub issues for bugs or feature requests.
2. **Submit PRs**: Fork the repo, make changes, and open a pull request.
3. **Code Style**: Follow Rust conventions. Run `cargo fmt` and `cargo clippy`.
4. **Tests**: Add tests for new features. Run `cargo test`.
5. **Commits**: Use clear, descriptive commit messages.

For questions, open an issue or discuss in PRs.