| Crates.io | asimov-repository |
| lib.rs | asimov-repository |
| version | 25.0.0-dev.23 |
| created_at | 2025-04-22 20:34:09.661622+00 |
| updated_at | 2025-09-23 14:01:47.752777+00 |
| description | ASIMOV Software Development Kit (SDK) for Rust |
| homepage | https://sdk.asimov.sh |
| repository | https://github.com/asimov-platform/asimov.rs |
| max_upload_size | |
| id | 1644596 |
| size | 7,021 |
ASIMOV is a polyglot development platform for trustworthy, neurosymbolic AI.
🚧 We are building in public. This is presently under heavy construction.
cargo add asimov-module
Cargo.toml (with all features enabled)[dependencies]
asimov = { package = "asimov-module", "version" = "25.0.0-dev.23" }
Cargo.toml (with only specific features enabled)[dependencies]
asimov = { package = "asimov-module", "version" = "25.0.0-dev.23", default-features = false, features = ["tracing"] }
use asimov::*;
git clone https://github.com/asimov-platform/asimov.rs.git