mind-sdk-deepseek-rust
Basic Information
mind-sdk-deepseek-rust is a native Rust SDK from Mind Network that provides access to DeepSeek, an AI agent that performs reasoning and predictions then encrypts outputs with fully homomorphic encryption (FHE) for submission to Mind Network for model consensus. The repository supplies a Rust client API for chat-style completions (including a DeepSeekReasoner model), example usage demonstrating a predict-then-encrypt workflow (BTC price prediction example), FHE integration through the mind_sdk_fhe crate and TFHE-rs, and a command-line binary for voter node operations. The README documents required versions (TFHE-rs v1.0.0, rustc v1.84.0), installation via Cargo, build and run commands, and CLI options used to configure node files and logging. The project is published on crates.io, documented on docs.rs, and licensed under MIT.