# mofa-foundation
MoFA Foundation - Core building blocks and utilities
## Installation
```toml
[dependencies]
mofa-foundation = "0.1"
```
## Features
- LLM integration (OpenAI provider)
- Agent abstractions and implementations
- Persistence layer (PostgreSQL, MySQL, SQLite support)
- Actor-based execution using Ractor
- ReAct agent pattern implementation
- Rich agent context and session management
- Memory and reasoner components
## Documentation
- [API Documentation](https://docs.rs/mofa-foundation)
- [Main Repository](https://github.com/mofa-org/mofa)
## License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.