Pleisto.Flappy.Native
0.0.0.6
See the version list below for details.
dotnet add package Pleisto.Flappy.Native --version 0.0.0.6
NuGet\Install-Package Pleisto.Flappy.Native -Version 0.0.0.6
<PackageReference Include="Pleisto.Flappy.Native" Version="0.0.0.6" />
paket add Pleisto.Flappy.Native --version 0.0.0.6
#r "nuget: Pleisto.Flappy.Native, 0.0.0.6"
// Install Pleisto.Flappy.Native as a Cake Addin #addin nuget:?package=Pleisto.Flappy.Native&version=0.0.0.6 // Install Pleisto.Flappy.Native as a Cake Tool #tool nuget:?package=Pleisto.Flappy.Native&version=0.0.0.6
Flappy Monorepo
<div align="center">
</div>
⚠️ This project is still under development. We're working hard to release the first version of Flappy as soon as possible. Stay tuned! Documentation and code examples will be available soon.
This monorepo gathers all the Flappy libraries, each implemented in a different programming language. Flappy is a library developed to streamline the creation of AI applications and agents that use Large Language Models (LLMs).
Overview
Flappy is a production-ready Language Language Model (LLM) Application/Agent SDK designed to simplify AI integration in your projects. It is an easy-to-use, universally compatible, and production-ready solution that brings the power of AI to developers regardless of their preferred programming language.
Key Features
- Ease of Use: Flappy is designed to be as user-friendly as CRUD application development, minimizing the learning curve for developers new to AI.
- Production-Ready: Beyond research, Flappy is a robust SDK that balances cost-efficiency and sandbox security to provide a stable platform for commercial environments.
- Language-Agnostic: Flappy integrates seamlessly with any programming language, eliminating the need for Python unless explicitly required by your application.
SDK
Source | Package | Documentation | CI Status | Coverage | |
---|---|---|---|---|---|
<img src="./assets/languages/nodejs.png" width=24px height=24px> | NodeJS | ||||
<img src="./assets/languages/java.svg" width=24px height=24px> | Java | ||||
<img src="./assets/languages/csharp.svg" width=24px height=24px> | C# |
Core Components
Agent Features
In Flappy's ecosystem, an agent operates as a versatile conduit for the LLM, performing a variety of tasks such as structuring data, invoking external APIs, or sandboxing LLM-generated Python code as needed. This design philosophy caters to the increasing demand for LLM-based AI applications across various sectors.
The agent features in Flappy are built on two foundational types:
- InvokeFunction: This feature allows agents to interact with the environment. It's defined by input and output parameters, facilitating efficient interaction with the LLM.
- SynthesizedFunction: This feature is processed by the LLM and only requires the definition of its description and the structure of its inputs and outputs.
- CodeInterpreter This feature allows agents to eval python code produced by LLMs in a safe sandbox that reduces runtime errors and potential security vulnerabilities, making it suitable for deployment in a production environment.
Function Implementation Details
Flappy introduces unique implementation mechanisms to enhance these functions:
- Unique JSON Schema Integration: Users can define abstract classes in their preferred programming language, which Flappy then transforms into JSON Schema schemas. This feature enhances machine readability and interoperability and manages the inputs and outputs of LLMs, providing controlled, consistent, and machine-readable data.
- AST Parsing: Flappy performs Abstract Syntax Tree (AST) parsing on the LLM outputs to ensure that the generated JSON data strictly adheres to the defined JSON Schema schema.
LLM Abstraction Layer
To enhance the flexibility of application development, Flappy provides an abstraction layer for different LLMs. This feature allows users to easily switch between different LLMs and designate fallback LLMs, ensuring application stability.
Flappy empowers developers to build LLM-based applications in a language-agnostic way. Start your journey with Flappy today and harness the immense potential of AI in your preferred programming language.
Getting Started
To begin with Flappy, select your preferred language implementation from the list below:
- Node.js
- Kotlin&Java
- Ruby (coming soon)
- PHP (coming soon)
- C#
- Go (coming soon)
- Python (coming soon)
Contributing
We're thrilled to receive contributions from the community! For more details, please refer to our contributing guidelines.
License
This project is covered under the Apache License 2.0. Copyright (c) 2023 Pleisto Inc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net472 is compatible. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Pleisto.Flappy.Native:
Package | Downloads |
---|---|
Pleisto.Flappy
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.0.7 | 966 | 11/9/2023 |
0.0.0.6 | 326 | 11/8/2023 |
0.0.0.5 | 199 | 11/8/2023 |
0.0.0.4-alpha | 247 | 10/17/2023 |
0.0.0.3-alpha | 102 | 10/16/2023 |