# tinyflow **Repository Path**: orichisonic/tinyflow ## Basic Information - **Project Name**: tinyflow - **Description**: Tinyflow 是一个轻量的 AI 智能体流程编排解决方案。前端基于 Web Component 开发,支持与 React、Vue、Svelte 等任何框架集成。后端支持 Java、Nodejs、Python 等 SDK,助力传统应用快速 AI 转型。 - **Primary Language**: TypeScript - **License**: LGPL-3.0 - **Default Branch**: main - **Homepage**: https://www.tinyflow.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 226 - **Created**: 2025-03-22 - **Last Updated**: 2025-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](docs/assets/images/screenshot.png) # 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 ```bash npm install @tinyflow-ai/ui ``` ```ts import { Tinyflow } from '@tinyflow-ai/ui'; import "@tinyflow-ai/ui/dist/index.css"; new Tinyflow({ element: '#tinyflow', }); ``` ### Backend-java ```xml dev.tinyflow tinyflow-java-core 1.0.0-rc.3 ``` ### Backend-nodejs ```bash npm install @tinyflow-ai/nodejs ``` ## Wechat Group ![](./docs/assets/images/wechat_group.jpg)