This repo is used to load AI plugins in the AppFlowy Desktop application. Each plugin is an executable binary image available for download from the releases page.
AppFlowy LAI (Local AI) is a flexible plugin system designed to seamlessly integrate AI functionalities into the AppFlowy Desktop application. It supports plugins developed in various programming languages, serving as a bridge between AppFlowy Desktop and diverse AI services.
- Modular Plugin Architecture: Load and manage plugins written in different programming languages.
- Seamless Integration: Implemented as a Rust crate within the AppFlowy Desktop application.
- Extensible Design: Easily extendable to support additional AI providers.
- Cross-Language Compatibility: Enable AI functionality regardless of the implementation language.
- Ollama AI Plugin: Integrates AppFlowy Desktop with an Ollama server, enabling robust AI capabilities.