# quantlet-agents
[](https://crates.io/crates/quantlet-agents)
[](https://docs.rs/quantlet-agents)
[](https://docs.rs/crate/quantlet-agents/latest/source/LICENSE)
**Synchronous and asynchronous agentic discrete-event simulation. This is related to the distribution and simulation facets defined as part of the financial language [SIGMA](https://arxiv.org/abs/1809.06471).**
## Installation
Add to your `Cargo.toml`:
```toml
[dependencies]
quantlet-agents = "0.1.2"
```
Or use cargo:
```bash
cargo add quantlet-agents
```
## Development
1. Clone the repository:
```bash
git clone git@github.com:jfaleiro/quantlet-rs.git
cd quantlet-rs
```
2. Install `git` hooks:
```bash
make setup
```
Main development tasks are executed during `git commit` and `git push`.
Commit messages are validated during `commit-msg` phase of git hook and must be compatible with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
## License
This project is licensed under the terms specified in [LICENSE](https://docs.rs/crate/quantlet-agents/latest/source/LICENSE).