https://github.com/AppFlowy-IO/AppFlowy-LAI
https://github.com/AppFlowy-IO/AppFlowy-LAI
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/AppFlowy-IO/AppFlowy-LAI
- Owner: AppFlowy-IO
- License: agpl-3.0
- Created: 2024-07-03T11:35:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T05:18:25.000Z (about 1 year ago)
- Last Synced: 2025-04-13T06:23:58.819Z (about 1 year ago)
- Language: Rust
- Size: 241 KB
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppFlowy LAI
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](https://github.com/AppFlowy-IO/AppFlowy-LAI/releases).
## Introduction
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.
## Key Features
- **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.
## Current Plugins
- **Ollama AI Plugin:** Integrates AppFlowy Desktop with an Ollama server, enabling robust AI capabilities.