asimov-platform / asimov.rs

✅ ASIMOV Software Development Kit (SDK) for Rust.

Home Page:https://crates.io/keywords/asimov

Repository from Github https://github.comasimov-platform/asimov.rsRepository from Github https://github.comasimov-platform/asimov.rs

ASIMOV Software Development Kit (SDK) for Rust

License Compatibility Package Documentation

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

docs.rs/asimov-module/

👨‍💻 Development

git clone https://github.com/asimov-platform/asimov.rs.git

Share on X Share on Reddit Share on Hacker News Share on Facebook Share on LinkedIn

About

✅ ASIMOV Software Development Kit (SDK) for Rust.

https://crates.io/keywords/asimov

License:The Unlicense


Languages

Language:Rust 99.7%Language:Makefile 0.2%Language:HTML 0.1%