mofa-runtime 0.1.1

MoFA Runtime - Message bus, agent registry, and event loop
Documentation
# mofa-runtime

MoFA Runtime - Message bus, agent registry, and event loop

## Installation

```toml
[dependencies]
mofa-runtime = "0.1"
```

## Features

- Message bus for inter-agent communication
- Agent registry and discovery
- Event loop orchestration
- Health check system
- State management
- Configuration management
- Distributed dataflow support via Dora-rs (optional)
- Tokio async runtime support

## Roadmap

- Support for compio runtime
- Support for flink integration

## Documentation

- [API Documentation]https://docs.rs/mofa-runtime
- [Main Repository]https://github.com/mofa-org/mofa

## License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.