npcrs 0.1.0

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

mod router;
mod state;

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