logo
0
0
Login
wmen_main

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'; new Tinyflow({ element: '#tinyflow', });

Backend-java

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

Backend-nodejs

npm install @tinyflow-ai/nodejs

Wechat Group

About

https://gitee.com/tinyflow-ai/tinyflow.git Tinyflow 是一个轻量的 AI 智能体流程编排解决方案。基于 web component 开发。 Tinyflow 是一个轻量的 AI 智能体解决方案,她不是一个 ”产品“,而是一个开发组件。 通过集成 Tinyflow,您可以使得任何的传统应用,具备 AI 智能体的能力。

1.38 MiB
0 forks0 stars2 branches0 TagREADMELGPL-3.0 license
Language
JavaScript90.1%
Svelte5.3%
TypeScript2.1%
LESS1.3%
Others1.2%