npcrs 0.1.13

Rust core for the NPC system — agent kernel, jinx executor, LLM client
Documentation
1
2
3
4
5
6
7
pub mod permissions;
mod router;
mod state;

pub use permissions::*;
pub use router::*;
pub use state::*;