Pleisto.Flappy 0.0.0.1-alpha

This is a prerelease version of Pleisto.Flappy.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Pleisto.Flappy --version 0.0.0.1-alpha
NuGet\Install-Package Pleisto.Flappy -Version 0.0.0.1-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pleisto.Flappy" Version="0.0.0.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pleisto.Flappy --version 0.0.0.1-alpha
#r "nuget: Pleisto.Flappy, 0.0.0.1-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pleisto.Flappy as a Cake Addin
#addin nuget:?package=Pleisto.Flappy&version=0.0.0.1-alpha&prerelease

// Install Pleisto.Flappy as a Cake Tool
#tool nuget:?package=Pleisto.Flappy&version=0.0.0.1-alpha&prerelease

Flappy Monorepo

⚠️ 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.

English | 简体中文 | 日本語

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 thoughtfully designed to meet the increasing demand for LLM-based AI applications across various sectors. Our goal is to offer a library that manages the inputs and outputs of LLMs, ensuring controlled, consistent, and machine-readable data.

A unique feature of Flappy is its capability to transform abstract classes into JSON Schema schemas. The user can define these classes in their preferred programming language, such as Java, Python, PHP, or TypeScript. These definitions include type and function signatures.

To enhance machine readability and maintain interoperability, Flappy performs AST (Abstract Syntax Tree) parsing on the LLM outputs. This process ensures that the generated JSON data strictly adheres to the defined JSON Schema schema. By integrating the flexibility of programming languages with the standardization of JSON Schema, Flappy propels AI application development to new levels of reliability and efficiency.

Flappy also offers features similar to OpenAI's Code Interpreter. It executes the Python or TypeScript code produced by LLMs in a production-ready secure sandbox. This strategy provides a safe environment for the execution of AI-generated code, minimizing the risk of runtime errors and potential security issues.

Lastly, Flappy provides an abstraction layer for different LLMs, allowing users to easily switch between different LLMs. Users can also designate fallback LLMs to ensure their applications' stability.

Getting Started

To begin with Flappy, select your preferred language implementation from the list below:

  • Node.js
  • Kotlin
  • Python (coming soon)
  • PHP (coming soon)
  • Java (coming soon)
  • C#
  • Go (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 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.0.5 211 11/9/2023
0.0.0.4-alpha 98 10/18/2023
0.0.0.3-alpha 79 9/28/2023
0.0.0.2-alpha 93 9/28/2023
0.0.0.1-alpha 94 9/26/2023