Skip to contentChangelog
[0.1.0] - 2025-03-10
Added
- Initial release of Bupple Engine
- Support for multiple AI engines:
- OpenAI (GPT-4) integration
- Google Gemini integration
- Anthropic Claude integration
- Memory management system with multiple drivers:
- File-based storage
- Database storage (MySQL/PostgreSQL)
- MongoDB support
- Redis storage
- Server-Sent Events (SSE) streaming support
- Flexible configuration system
- Core features:
- Message handling
- Context management
- Media content support (text, images, audio)
- JSON parsing utilities
- Basic error handling and logging
- Comprehensive documentation
Notes
- This is the first stable release of Bupple Engine
- All core features are implemented and tested
- API interfaces are stable but may evolve in future versions
- Documentation covers all major features and use cases