Spaces:
Sleeping
Sleeping
File size: 995 Bytes
0c54d6d 343a223 0c54d6d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ---
license: mit
title: MindsEye Sandbox Chat
sdk: gradio
emoji: 📚
colorFrom: blue
colorTo: purple
pinned: true
thumbnail: >-
https://cdn-uploads.huggingface.co/production/uploads/693a4d2463cd49495fc845f8/X6gDw-y4X5iBVVwPwyYlj.png
short_description: no APIs, pure local brain.
---
# MindsEye Sandbox Chat
This is a **clean-slate MindsEye chatbot** running in a Hugging Face Space.
- No Google APIs
- No external LLM calls
- No Sheets, no Drive, no Gemini
Just:
- `Gradio` for the UI
- A tiny Python knowledge base (`mindseye_knowledge.py`)
- A simple reply engine that matches user messages to MindsEye concepts
## Why this exists
The goal is to prototype the **shape** of MindsEye’s conversational interface
without dragging in the full 21-repo stack on day one.
Once the UX and patterns feel right, the internal reply logic can be replaced with:
- Calls into the actual MindsEye repos
- A real LLM backend (OpenAI, Gemini, etc.)
- Time-labeled binary flows + ledger reads/writes |