# mofa-kernel
MoFA Kernel - Core runtime and microkernel implementation
## Installation
```toml
[dependencies]
mofa-kernel = "0.1"
```
## Features
- Core trait definitions for agents, tools, memory, reasoners, and coordinators
- Base data types: AgentInput, AgentOutput, AgentState, ToolInput, ToolResult
- Microkernel architecture primitives
- Plugin abstractions for extensibility
- Communication and lifecycle management interfaces
## Documentation
- [API Documentation](https://docs.rs/mofa-kernel)
- [Main Repository](https://github.com/mofa-org/mofa)
## License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.