rx4 0.3.19

The agent harness engine — loop, tools, providers, sessions, permissions, computer-use
Documentation
1
2
3
4
5
6
7
//! Skill engine: create, activate, confidence, and SKILL.md persistence.

mod engine;
mod registry;

pub use engine::*;
pub use registry::*;