npcrs 0.0.0

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

impl DriverManager {
    pub fn from_env() -> Self {
        Self
    }
}