npcrs 0.1.3

Rust core for the NPC system — agent kernel, jinx executor, LLM client
Documentation
1
2
3
4
5
6
7
8
mod command_history;
pub mod embeddings;
mod knowledge_graph;
pub mod memory_processor;
pub mod search;

pub use command_history::*;
pub use knowledge_graph::*;