helm-sdk 0.5.10

Rust SDK for HELM — fail-closed tool calling for AI agents
Documentation
1
2
3
4
5
6
7
8
// HELM SDK — Rust Client
//
// This module re-exports from lib.rs.
// The primary client code lives in lib.rs (crate root) for idiomatic Rust.

pub use crate::types_gen::*;
pub use crate::HelmApiError;
pub use crate::HelmClient;