FlowiseAI

990 posts

FlowiseAI banner
FlowiseAI

FlowiseAI

@FlowiseAI

Build AI Agents, Visually. 🤖 https://t.co/zB8Y9d5Z1H

Присоединился Nisan 2023
246 Подписки29K Подписчики
FlowiseAI
FlowiseAI@FlowiseAI·
🚀Flowise 3.1.0 is here! It’s been a while since our last release (3.0.13), and we’ve been focusing on upgrading core dependencies and AI SDKs to support the latest models and capabilities across providers. 🧠Latest Models Support - GPT-5.4 - Claude 4.6 - Gemini 3.1 All with built-in tools support! ⚡ New Capabilities - Reasoning support for more advanced AI workflows - Token cost tracking to better monitor and control usage 🔒 Security Hardening We’ve significantly strengthened Flowise’s security and some of these protections are now enabled by default, so please review the breaking changes section in the release notes!
English
7
8
46
4.5K
FlowiseAI ретвитнул
Gergely Orosz
Gergely Orosz@GergelyOrosz·
What I’m hearing: large open source projects are being absolutely hammered by AI-generated security reports. To the point of not being able to handle them. Feeling is lots of ppl want an easy way to put a CVE on their CV and collect $$ for bug bounty. Super bad for maintainers
English
48
34
522
76.2K
Tyler Wolfe
Tyler Wolfe@WolfeTyler·
Finally recorded my first non-faceless YouTube video. Been inspired by @dabit3 for years (back to his Amazon then web3 days)—the way he explores something new, learns it, builds with it, then teaches it publicly. That loop is what I'm trying to do more of this year. So here's my first attempt on Agentic AI basic—LLMs, RAG, and Agents explained simply with a hands-on @FlowiseAI demo where we build a working RAG agent for CX. I know many folks are advanced Clawding at this point, but if you're a bit fuzzy on how these pieces connect this is a quick way to dive into without the hype. 🎥 youtube.com/watch?v=4WWQV6…
YouTube video
YouTube
English
11
4
48
8.7K
FlowiseAI
FlowiseAI@FlowiseAI·
3.0.12 is out! 🍌 Nano Banana Pro Use Gemini 3 with Nano Banana Pro - with support of multi turn conversation 🖥️ Gemini Code Interpreter Use built in Gemini Code Interpreter and enables the model to generate and run Python code 📜 Agent Structured Output Agent node can now support returning structured JSON output More bugfix and details in release note 👇
English
4
15
99
8.9K
Tod Sacerdoti
Tod Sacerdoti@tod·
I’m thrilled to share @Workday's acquisition of @Pipedream has closed. Today marks the beginning of an exciting new chapter for the future of enterprise AI.
Tod Sacerdoti tweet media
English
4
0
17
2K
FlowiseAI
FlowiseAI@FlowiseAI·
✅GPT 5.1 ✅Gemini 3.0 ✅Opus 4.5
FlowiseAI tweet media
Indonesia
0
3
20
2.9K
FlowiseAI
FlowiseAI@FlowiseAI·
Thank you @aibysid for all these awesome PRs! Open source ftw 🙌
Siddharth Chauhan@aibysid

🚀 I’ve Been Hacking on @FlowiseAI Lately — Here’s What I’ve Built 👇 So over the last few weeks I’ve gone down a bit of a Flowise rabbit hole… in a good way 😄 I ended up opening a bunch of PRs to the project and thought I’d share what I actually did. If you haven’t used Flowise: it’s basically a super-nice visual builder for AI agents. Drag, drop, connect nodes, and boom — you’ve got a working LLM workflow. 🔧 What I’ve Been Fixing & Adding 🗑️ 1. AgentFlow list didn’t refresh after deleting Small bug, annoying experience. Fixed it so when you delete an AgentFlow, the UI instantly updates. No more manual refreshes. Tiny change, but feels way better. 🖼️ 2. Added image upload support to the ChatOpenRouter node Wanted multimodal flows inside Flowise — so now you can just drop images into the node. Opens up tons of cool use-cases. 🧾 3. Agent node can now output structured JSON Earlier, responses were mostly text. I added proper structured JSON output so people can build cleaner automations or connect flows to other tools without parsing headaches. 🚨 4. Fixed inconsistent status codes Some API calls returned weird/inconsistent errors for invalid chatflow IDs. Cleaned that up so failures are predictable and easier to handle. 🤖 5. Improved support for Hugging Face inference providers Made Flowise a bit more flexible by making model provider integrations work more smoothly with the HF inference API. 📝 6. Added image loader w/ OCR support (multiple providers!) One of my favourites — Flowise can now take in images and run OCR through different providers. Super useful for docs, receipts, screenshots, all that stuff. 🤔 Why I Did All This Honestly, I just started exploring the codebase and found small areas that could be improved. And once you make 1 PR, you kinda get hooked. Plus: Multi-modal workflows are the future JSON output makes everything easier A good user experience is basically 50% of why people love a tool Flowise is growing fast, so contributing early is fun 🎯 What I Learned Messing With Flowise OSS PRs teach you WAY more than tutorials ever will “Small things” like UI refresh bugs make a big difference Multi-modal + agent workflows get tricky behind the scenes Consistent API behavior is underrated Flowise’s architecture is actually pretty clean once you get the hang of it 🔮 What’s Next I’m planning to pick up stuff around permissions, workspaces, and maybe build some sample flows showing image-upload → OCR → agent reasoning → structured output. Also thinking of writing a guide for beginners who want to contribute. 🙌 If You’re Into AI Agents or Flowise Hit me up, or drop into the repo. There’s a lot of cool stuff happening and it’s a great project if you want to get into open-source around LLMs. Here is is list of my PRs: github.com/FlowiseAI/Flow…

English
0
2
7
2.9K
FlowiseAI
FlowiseAI@FlowiseAI·
@marcosmarf27 yes! dynamic UI is the new chat interaction going forward, we're working on that
English
0
0
3
87
FlowiseAI
FlowiseAI@FlowiseAI·
What a week! 😮‍💨 We’re still shipping regardless, v3.0.8 is live! New in this release: 🔉 TTS (OpenAI + ElevenLabs) 🌐 Built-in web search & fetch for Gemini + Anthropic 🗄️ Teradata MCP 🖥️ Oxylabs scraper 📜 OpenAPI Toolkit upgrades Let's dive in 🏄
English
7
3
26
4.9K
FlowiseAI
FlowiseAI@FlowiseAI·
@Where_why_what yeah web fetch tool can parse content from a web page
English
1
0
1
36
Varun Das
Varun Das@filteredkapi·
@FlowiseAI Can this parse content present on a web page?
English
1
0
0
26
FlowiseAI
FlowiseAI@FlowiseAI·
5/📜 OpenAPI Toolkit upgrades This toolkit turns any OpenAPI (Swagger/JSON) spec into a set of LLM-ready tools - kinda similar to MCP! Simply drop an OpenAPI spec link like: api.apis.guru/v2/specs/groun… and watch the magic 🪄
English
1
1
10
2.1K