276ec8d9778a1814d7f5112b53491f4e3f75cd87
Nazarick
An AI agent framework built in Rust.
Workspace Structure
nazarick/
├── crates/
│ ├── nazarick-core/ # Shared types, traits, and errors
│ ├── sebas-tian/ # Main butler agent
│ ├── memory/ # 3-layer memory system
│ ├── skills/ # Explicit sub-skills
│ └── api/ # Communication layer
└── config/ # Configuration files
Building
cargo build
Testing
cargo test
License
TBD
Description
Languages
Rust
99.5%
Dockerfile
0.5%