rsclaw 0.0.1-alpha.1

rsclaw: High-performance AI agent (BETA). Optimized for M4 Max and 2GB VPS. 100% compatible with openclaw
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[allow(unused_imports)]
pub mod manifest;
#[allow(unused_imports)]
pub mod slots;
#[allow(unused_imports)]
pub mod shell_bridge;

#[allow(unused_imports)]
pub use manifest::{PluginManifest, SlotDefinition};
#[allow(unused_imports)]
pub use slots::{Plugin, PluginManager, PluginSlot};
#[allow(unused_imports)]
pub use shell_bridge::ShellBridge;