Beluna is a life.
Read documents in docs/*.
- Beluna Core:
./core - Beluna CLI:
./cli - Apple Universal App:
./apple-universal
cd ./core
cargo run -- --config ../beluna.jsoncbeluna-cli is a standalone Rust app. It does not boot core; it connects to core's Unix socket (NDJSON), registers capability present.plain_text, and emits user_message senses from stdin.
cd ./cli
cargo run -- --socket-path ../beluna.sockUse XCode.