A generative UI application that converts natural language descriptions into real-time interactive flow diagrams using React Flow, powered by RAG knowledge-base retrieval with fallback to web search.
TamboFlow generates interactive flow diagrams from natural-language inputs by retrieving relevant knowledge from a RAG knowledge base first, then falling back to web search when context is missing. The agentic generation pipeline streams results to the editor for fast iteration and higher diagram accuracy.