arsenal-sdk (Rust)
High-level SDK for ARSENAL agents
Purpose
High-level SDK for ARSENAL agents
Read the arsenal credentials guide.
Source contract
| Field | Value |
|---|---|
| Package | arsenal-sdk |
| Version | 2.0.0 |
| Language | Rust |
| Runtime floor | 1.75 |
| Manifest | arsenal/crates/arsenal-sdk/Cargo.toml |
| Distribution | Source package; registry publication not verified |
Manifest SHA-256: 63fe1d0bec7f47123d821d235edd8abf6ed5222a77c1ada7cf5bacbc7db8b3d6. The recorded Git revision identifies the containing repository; the manifest and entry-point hashes identify this working-tree snapshot.
Integration
Use the package root above from an authorized source checkout. Preserve sibling dependencies and their version/feature requirements. Install the runtime and compile the selected package before using its generated artifacts. The task guide describes configuration, trust boundaries, and error behavior. Test/conformance and deployment packages are supporting tools, not interchangeable production identity providers.
Exported entry points
The declarations below are extracted from the named entry files. This is a navigable source reference, not compiler-generated documentation of every transitive module. Feature gates and runtime requirements still apply. Private implementation files are not promoted to public APIs merely because they contain a public declaration.
arsenal/crates/arsenal-sdk/src/lib.rs
Source SHA-256: bf2efb4b5fed418cbe33f6e12e01871a7227603aed6223a69a5ca287e797d37e.
pub mod broker_client;
pub mod capability;
pub mod client;
pub mod identity_loader;
pub mod proxy_client;
pub mod session_manager;
pub mod tool_caller;
pub use broker_client::BrokerClient;
pub use capability::{CapabilityHandle, CapabilityRequest};
pub use client::{ArsenalClient, ArsenalClientBuilder};
pub use identity_loader::AgentIdentityLoader;
pub use proxy_client::ProxyClient;
pub use session_manager::SessionManager;
pub use tool_caller::{Tool, ToolCallRequest, ToolCallResponse, ToolCaller};
pub mod prelude {Module signatures and options
Browse the declared public source modules. This includes signatures, struct fields, enums, traits, method declarations, source comments and conditional attributes.