nenjo-knowledge 0.11.0

Knowledge pack primitives and embedded Nenjo knowledge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Embedded Nenjo knowledge pack.
//!
//! The builtin pack is a read-only virtual document tree rooted at
//! `builtin://nenjo/`. It gives agents a stable, product-versioned reference
//! for platform concepts and design patterns without requiring hosted docs.

mod embedded;
mod generated;
mod search;
mod types;

pub use embedded::{NENJO_KNOWLEDGE_DISCOVERY, nenjo_pack, nenjo_pack_summary};
pub use types::*;