Ir para o conteúdo

mindflow

Segunda mente pessoal com IA · v0.2.0 · Última atualização: 2026-06-20


Arquitetura

flowchart TD
    U["Usuário"]

    subgraph ENTRADA["Canais de Entrada"]
        WEB["Chat Web\n/api/chat"]
        NOTAS["Notas Web\n/api/event"]
        TG["Telegram Bot"]
    end

    subgraph CORE["Core"]
        CS["ContextStore\nSQLite"]
        VS["VectorStore\nsqlite-vec"]
        EMB["Gemini Embeddings\n(3072 dims)"]
    end

    subgraph SAIDA["Saída"]
        CHAT["Resposta com\ncontexto real"]
        TL["Timeline\ncronológica"]
    end

    U --> WEB & NOTAS & TG
    WEB --> CS & VS
    NOTAS --> CS & VS
    TG --> CS & VS
    VS --> EMB
    CS & VS --> CHAT
    CS --> TL

Estado atual (v0.2.0)

gantt
    title Roadmap mindflow
    dateFormat YYYY-MM-DD
    section v0.1 — Fundação
        Context layer (VectorStore + embeddings)   :done, 2026-06-20, 2026-06-20
        API layer (6 endpoints + auth)             :done, 2026-06-20, 2026-06-20
        Frontend inicial + Bot Telegram            :done, 2026-06-20, 2026-06-20
    section v0.2 — UI Agêntica
        BUG-SESSION-001 (localStorage token)       :done, 2026-06-20, 2026-06-20
        Quick Action Cards (Briefing)              :done, 2026-06-20, 2026-06-20
        Rotinas como foco + pivot produto          :done, 2026-06-20, 2026-06-20
    section v0.3 — Horizonte
        Ajudar com brisa + Setup card              :active, 2026-06-21, 2026-06-30
        Bot Telegram com tool_use                  :2026-06-25, 2026-07-10
        CI/CD GitHub Actions                       :2026-06-25, 2026-07-05

Acesso

https://mural.srv1723096.hstgr.cloud
token: [ver .env]