Skip to content

AI2Hub/tinyflow

 
 

Repository files navigation

Tinyflow

Tinyflow is a lightweight AI agent solution. It is not a "product" but a development component. By integrating Tinyflow, you can make any traditional application have the capabilities of an AI agent.

Features

  • Tinyflow front-end is developed based on Web Component, so it supports any framework such as React, Vue, Angular, Svelte, etc., and of course also includes native HTML, CSS, JavaScript.
  • The back-end supports Java (not limited to frameworks), Python, Node.js and other languages.

Quick Start

Front End

npm install @tinyflow-ai/ui
import { Tinyflow } from '@tinyflow-ai/ui';
import "@tinyflow-ai/ui/dist/index.css";

new Tinyflow({
    element: '#tinyflow',
});

Backend-java

<dependency>
    <groupId>dev.tinyflow</groupId>
    <artifactId>tinyflow-java-core</artifactId>
    <version>0.0.2</version>
</dependency>

Backend-nodejs

npm install @tinyflow-ai/nodejs

Wechat Group

About

Tinyflow is a lightweight AI agent solution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 70.4%
  • TypeScript 21.4%
  • Less 5.3%
  • JavaScript 1.5%
  • Other 1.4%