asurada 0.2.1

Asurada — a memory + cognition daemon that grows with the user. Local-first, BYOK, shared by Devist/Webchemist Core/etc.
1
2
3
4
5
6
7
8
9
10
// Asurada 본체 (인격, 분류 로직, 정책).
// 모든 사용자에게 동일하게 임베딩됨 — 코드 변경 = 인격 변경.
//
// 구체 내용은 MVP 후 사용자와 합의하여 채움.

#![allow(dead_code)]

pub mod classify;
pub mod persona;
pub mod policies;