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
14
15
#[allow(unused_imports)]
pub mod manifest;
#[allow(unused_imports)]
pub mod loader;
#[allow(unused_imports)]
pub mod shell;
#[allow(unused_imports)]
pub mod clawhub;

#[allow(unused_imports)]
pub use loader::{Skill, SkillLoader};
#[allow(unused_imports)]
pub use shell::{ShellRunner, SkillResult};
#[allow(unused_imports)]
pub use clawhub::ClawHubClient;