Fără Descriere

July 66ba86db4e fix: Panel KeepDOM with trim (#1046) 3 zile în urmă
.claude d53c8d4ed6 chore: add Claude command add-test (#1036) 2 săptămâni în urmă
.github 527e4a6894 chore: downgrade node version in ci (#1016) 1 lună în urmă
.vscode 2dab0b3610 feat: demo-free-layout-simple add loop & batch sub canvas demo (#1029) 3 săptămâni în urmă
apps adc4f8a9e8 chore: upgrade eslint (#1044) 3 zile în urmă
common adc4f8a9e8 chore: upgrade eslint (#1044) 3 zile în urmă
config adc4f8a9e8 chore: upgrade eslint (#1044) 3 zile în urmă
e2e adc4f8a9e8 chore: upgrade eslint (#1044) 3 zile în urmă
packages 66ba86db4e fix: Panel KeepDOM with trim (#1046) 3 zile în urmă
.gitattributes d7bdf8a078 feat: init flowgram.ai 10 luni în urmă
.gitignore adc4f8a9e8 chore: upgrade eslint (#1044) 3 zile în urmă
AGENTS.md ab14ec2fb1 docs(materials): add docs for materials (#982) 2 luni în urmă
CHANGELOG.md 02e48ebdd9 feat(core): add flowing field to LineColor interface (#370) 7 luni în urmă
CLAUDE.md ab14ec2fb1 docs(materials): add docs for materials (#982) 2 luni în urmă
CNAME e63645253a chore: add cname 10 luni în urmă
CONTRIBUTING.md 492ee8ae80 fix: publish config (#828) 3 luni în urmă
LICENSE f8f5faa3ba fix: license (#925) 2 luni în urmă
README.md 534f4ac853 docs: update readme & fix logo flicker & optimize quick start guide (#957) 2 luni în urmă
README_DE.md 534f4ac853 docs: update readme & fix logo flicker & optimize quick start guide (#957) 2 luni în urmă
README_ES.md 534f4ac853 docs: update readme & fix logo flicker & optimize quick start guide (#957) 2 luni în urmă
README_JA.md 534f4ac853 docs: update readme & fix logo flicker & optimize quick start guide (#957) 2 luni în urmă
README_PT.md 534f4ac853 docs: update readme & fix logo flicker & optimize quick start guide (#957) 2 luni în urmă
README_RU.md 534f4ac853 docs: update readme & fix logo flicker & optimize quick start guide (#957) 2 luni în urmă
README_ZH.md 534f4ac853 docs: update readme & fix logo flicker & optimize quick start guide (#957) 2 luni în urmă
cspell.json e5d73966b4 fix: license header autoinstall (#455) 6 luni în urmă
doc_build.sh cbefaa54fb chore: add license header (#432) 6 luni în urmă
rush.json 2dab0b3610 feat: demo-free-layout-simple add loop & batch sub canvas demo (#1029) 3 săptămâni în urmă

README.md

Image

[![License](https://img.shields.io/github/license/bytedance/flowgram.ai)](https://github.com/bytedance/flowgram.ai/blob/main/LICENSE) [![@flowgram.ai/editor](https://img.shields.io/npm/dm/%40flowgram.ai%2Fcore)](https://www.npmjs.com/package/@flowgram.ai/editor) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/bytedance/flowgram.ai) [![juejin](https://img.shields.io/badge/juejin-FFFFFF?logo=juejin&logoColor=%23007FFF)](https://juejin.cn/column/7479814468601315362) [![](https://trendshift.io/api/badge/repositories/13877)](https://trendshift.io/repositories/13877)

FlowGram|Workflow development framework

English | 中文 | Español | Русский | Português | Deutsch | 日本語

FlowGram is a composable, visual, easy-to-integrate, and extensible workflow development framework & toolkit. Our goal is to help developers build AI workflow platforms faster and simpler. FlowGram comes with a suite of built-in tools for workflow development: flow canvas, node configuration form, variable scope chain, and ready-to-use materials (LLM, Condition, Code Editor etc). It’s not a ready-made workflow platform; it’s the framework and toolkit to build yours.

Learn more at FlowGram.AI 🌐

🎬 Demo

https://github.com/user-attachments/assets/fee87890-ceec-4c07-b659-08afc4dedc26

Open in CodeSandbox 🌐 or StackBlitz 🌐

In this demo, we iterate through a list of cities, fetch real-time weather via HTTP, parse temperatures with a Code node, generate outfit suggestions with an LLM, gate by a Condition, aggregate results across the loop, and finally use an Advisor LLM to pick the most comfortable city before sending the result to the End node.

🚀 Quick Start

  1. Create a new FlowGram project:

    npx @flowgram.ai/create-app@latest
    

We recommend choosing the Free Layout Demo ⭐️ template.

  1. Start the project:

    cd demo-free-layout
    npm install
    npm start
    
  2. Open http://localhost:3000 in your browser.

✨ Features

Feature Description Demo
Free Layout Canvas Free layout canvas where nodes can be placed anywhere and connected using free-form lines. Free Layout Demo
Fixed Layout Canvas Fixed layout canvas where nodes can be dragged to specified positions, with support for compound nodes like branches and loops. Fixed Layout Demo
Form The form engine manages the CRUD operations of node data and provides rendering, validation, side effects, linkage, and error-capturing capabilities, simplifying the development of node configurations. Form
Variable The variable engine supports scope constraints, variable structure inspection, and type inference, making it easy to manage data flow within the workflow. Variable

📖 Documentation

You can find the FlowGram documentation on the website.

The documentation is divided into several sections:

🙌 Contributors

FlowGram.AI Contributors

🌍 Adoption

  • Coze Studio is an all-in-one AI agent development tool. Providing the latest large models and tools, various development modes and frameworks, Coze Studio offers the most convenient AI agent development environment, from development to deployment.
  • NNDeploy is a workflow-based multi-platform ai deployment tool.
  • Certimate is an open-source SSL certificate management tool that helps you automatically apply for and deploy SSL certificates with a visual workflow. It is one of the ACME client options listed in the official documentation of Let's Encrypt.

📬 Contact us