# tinyflow **Repository Path**: wayleq/tinyflow ## Basic Information - **Project Name**: tinyflow - **Description**: Tinyflow 是一个轻量的 AI 智能体流程编排解决方案。基于 Web Component 开发,支持与 React、Vue、Angular、Svelte 等任何框架集成。 - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 247 - **Created**: 2025-03-06 - **Last Updated**: 2025-03-06 ## 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 0.0.1 ``` ### Backend-nodejs ```bash npm install @tinyflow-ai/nodejs ``` ## Wechat Group ![](./docs/assets/images/wechat_group.jpg)