Sithies 8ef53d7e91
CI / check (push) Successful in 18m49s
CI / deploy-infra (push) Has been skipped
CI / clippy (push) Successful in 18m43s
CI / test (push) Successful in 19m33s
CI / deploy (push) Failing after 8m3s
Merge pull request 'ci: retrigger deploy' (#2) from ci/retrigger into master
Reviewed-on: #2
2026-04-25 19:05:20 +00:00
2026-04-25 20:18:22 +02:00
2026-04-25 17:08:29 +02:00
Fix
2026-04-25 18:59:24 +02:00

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

S
Description
No description provided
Readme 159 KiB
Languages
Rust 99.5%
Dockerfile 0.5%