npcrs 0.0.0

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

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