innate 0.1.2

Innate — self-growing procedural knowledge layer for AI agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod cli;
pub mod daemon;
pub mod embedding;
pub mod errors;
pub mod install;
pub mod kb;
pub mod mcp;
pub mod migrate;
pub mod refine;
pub mod storage;
pub mod upgrade;
pub mod utils;

#[cfg(test)]
mod tests;

pub use errors::{InnateError, Result};
pub use kb::{CurateReport, KnowledgeBase, RecallResult};