ironclad-core 0.4.2

Shared types, config parsing, personality system, and error types for the Ironclad agent runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ironclad-core

Shared types, config parsing, personality system, and error types for the [Ironclad](https://github.com/robot-accomplice/ironclad) agent runtime.

## Usage

```toml
[dependencies]
ironclad-core = "0.1"
```

## Documentation

API docs are available on [docs.rs](https://docs.rs/ironclad-core).

## License

Licensed under Apache-2.0. See [LICENSE](https://github.com/robot-accomplice/ironclad/blob/main/LICENSE) for details.