anda_core 0.2.0

Core types and traits for Anda -- a framework for AI agent development.
Documentation
# `anda_core`

[![Crates.io](https://img.shields.io/crates/v/anda_core)](https://crates.io/crates/anda_core)
[![Documentation](https://docs.rs/anda_core/badge.svg)](https://docs.rs/anda_core)

Core types and traits for Anda.

More information about this crate can be found in the [crate documentation][docs].

## License
Copyright © 2025 [LDC Labs](https://github.com/ldclabs).

`ldclabs/anda` is licensed under the MIT License. See the [MIT license][license] for the full license text.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `anda` by you, shall be licensed as MIT, without any
additional terms or conditions.

[docs]: https://docs.rs/anda_core
[license]: ./../LICENSE-MIT