asurada 0.1.0

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
11
// Asurada 의 페르소나 — 모든 사용자에게 동일하게 적용되는 인격.
//
// TODO: 사용자와 합의 후 채움.
//   - 시스템 프롬프트 (톤, 가치관)
//   - 응대 스타일
//   - 한국어/영어 표기 정책
//   - 사이버포뮬러 아스라다 풍의 어떤 핵심 특질을 살릴지

#![allow(dead_code)]

pub const PERSONA_PROMPT: &str = include_str!("../../prompts/persona.md");