asimov-agent

Crates.ioasimov-agent
lib.rsasimov-agent
version25.0.0-dev.23
created_at2025-04-22 19:42:15.745094+00
updated_at2025-09-23 13:29:30.59147+00
descriptionASIMOV Software Development Kit (SDK) for Rust
homepagehttps://sdk.asimov.sh
repositoryhttps://github.com/asimov-platform/asimov.rs
max_upload_size
id1644543
size6,996
rust (github:asimov-platform:rust)

documentation

README

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.0.0-dev.23" }

Installation in Cargo.toml (with only specific features enabled)

[dependencies]
asimov = { package = "asimov-module", "version" = "25.0.0-dev.23", 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

Commit count: 285

cargo fmt