GitHub 项目简介: FlowGram is an extensible workflow development framework with built-in canvas, form, variable, and materials that helps developers build AI workflow platforms faster and simpler.
README: FlowGram is a composable, visual, easy-to-integrate, and extensible workflow development framework & toolkit.
README: 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 Condit…
README: Free layout canvas where nodes can be placed anywhere and connected using free-form lines.
README: 1. Create a new FlowGram project: ```sh npx @flowgram.ai/create-app@latest ``` > We recommend choosing the `Free Layout Demo ⭐️` template. 2. Start the project: ```sh cd demo-free…