| Crates.io | asimov-kb |
| lib.rs | asimov-kb |
| version | 25.0.3 |
| created_at | 2025-12-27 12:37:59.028632+00 |
| updated_at | 2026-01-04 21:56:15.481795+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 | 2007148 |
| size | 86,382 |
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" }
Cargo.toml (with only specific features enabled)[dependencies]
asimov = { package = "asimov-module", "version" = "25", default-features = false, features = ["tracing"] }
use asimov::*;
git clone https://github.com/asimov-platform/asimov.rs.git