PeacebinfLow/mindseye-sandbox-flowstudio
0
MindsEye Sandbox FlowStudio
This repository powers a Hugging Face Space that combines:
- MindsEye Chat — a local-only chatbot with a small MindsEye knowledge base.
- MindsEye Flow Studio — a text-based flowchart builder where you define nodes and edges, render a Mermaid diagram, and simulate execution.
No external APIs. No Google / Gemini / OpenAI. Just pure Python + Gradio + in-repo knowledge and flow logic.
Structure
01_docs/— architecture and flow studio specsapp_02/— Gradio UI (Chat tab + Flow Studio tab)engine_03/— knowledge engine + flow graph engineflows_04/— sample flows in JSON (can be loaded later)config_05/— configuration and Space-related settingstests_06/— basic tests for flow engine and knowledgeassets_07/— thumbnail and logos for the Spaceapp.py— Hugging Face entrypointrequirements.txt— dependencies (Gradio only)
Running locally
pip install -r requirements.txt
python app.py