7 releases
Uses new Rust 2024
new 25.0.0-dev.13 | Jul 1, 2025 |
---|---|
25.0.0-dev.12 | Jun 27, 2025 |
25.0.0-dev.7 | May 19, 2025 |
#1630 in Machine learning
425 downloads per month
Used in asimov-server
30KB
461 lines
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.0.0-dev.13" }
Installation in Cargo.toml
(with only specific features enabled)
[dependencies]
asimov = { package = "asimov-module", "version" = "25.0.0-dev.13", default-features = false, features = ["tracing"] }
👉 Examples
Importing the SDK
use asimov::*;
📚 Reference
👨💻 Development
git clone https://github.com/asimov-platform/asimov.rs.git
Dependencies
~3–14MB
~186K SLoC