episteme-local 0.1.1

Local-first knowledge ingestion and intelligence workflows
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Local-first knowledge ingestion and intelligence workflows.

pub mod adapters;
#[allow(clippy::all, clippy::pedantic)]
pub mod baml_client;
pub mod classification;
pub mod config;
pub mod doctor;
pub mod domain;
pub mod ingest;
pub mod ports;
pub mod stage;
pub mod watch;