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
Installation in Cargo.toml
(with all features enabled)
[]
= { = "asimov-module", = "25.0.0-dev.21" }
Installation in Cargo.toml
(with only specific features enabled)
[]
= { = "asimov-module", = "25.0.0-dev.21", = false, = ["tracing"] }
👉 Examples
Importing the SDK
use *;
📚 Reference
👨💻 Development