15 releases (3 stable)
Uses new Rust 2024
| new 25.0.2 | Nov 12, 2025 |
|---|---|
| 25.0.0 | Nov 6, 2025 |
| 25.0.0-dev.24 | Oct 21, 2025 |
| 25.0.0-dev.23 | Sep 23, 2025 |
| 25.0.0-dev.19 | Jul 29, 2025 |
#454 in Machine learning
241 downloads per month
Used in 2 crates
205KB
4.5K
SLoC
ASIMOV Software Development Kit (SDK) for Rust
ASIMOV is a polyglot development platform for trustworthy, neurosymbolic AI.
🚧 We are building in public. This is presently under heavy construction.
🛠️ Prerequisites
- Rust 1.85+ (2024 edition)
⬇️ Installation
Installation via Cargo
cargo add asimov-module
Installation in Cargo.toml (with all features enabled)
[dependencies]
asimov = { package = "asimov-module", "version" = "25" }
Installation in Cargo.toml (with only specific features enabled)
[dependencies]
asimov = { package = "asimov-module", "version" = "25", default-features = false, features = ["tracing"] }
👉 Examples
Importing the SDK
use asimov::*;
📚 Reference
👨💻 Development
git clone https://github.com/asimov-platform/asimov.rs.git
Dependencies
~15–32MB
~461K SLoC