Sebas Tin angelegt und Synology Chat connected
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# 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
|
||||
|
||||
```bash
|
||||
cargo build
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
```bash
|
||||
cargo test
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
TBD
|
||||
Reference in New Issue
Block a user