# atelier-agentic
atelier-agentic is now a Rust crate built with Cargo.
## Quick start
- Install Rust with `rustup`.
- Build and run the crate:
```bash
cargo build
cargo run
```
## Publishing
- `cargo package` to validate package contents.
- `cargo publish` to publish to crates.io.
Current package name: `atelier-agentic`