FullSense ™ — llove

Part of the FullSense ™ familyllmeshllivellove の 3 製品で構成される FullSense ブランドの中で、本サイトは llove (TUI dashboard / HITL workbench) の公式 documentation です。


FullSense Family

flowchart TD
    F["<b>FullSense ™</b><br/>umbrella brand &amp; spec"]
    LM["<b>llmesh</b><br/>secure LLM hub"]
    LI["<b>llive</b><br/>self-evolving memory"]
    LO["<b>llove</b><br/>TUI dashboard<br/>(HITL workbench)"]
    F --> LM
    F --> LI
    F --> LO
    LI <-.->|bridge| LO
    LM <-.->|hub| LO
    style F fill:#fef3c7,stroke:#f59e0b,stroke-width:2px
    style LO fill:#fce7f3,stroke:#ec4899,stroke-width:2px
Product Role Site
llmesh secure LLM hub / on-prem MCP server https://furuse-kazufumi.github.io/llmesh/
llive self-evolving modular memory LLM framework https://furuse-kazufumi.github.io/llive/
llove TUI dashboard / HITL workbench this site

Architecture — F25 Bridge (llove ↔ llmesh ↔ llive)

llove は F25 連携基盤を通じて llmesh の MCP hub と llive の memory bus を 1 つの TUI dashboard に統合する。BWT (Bayesian Work Tree) / route trace / memory link を 3 つの viewer に分割表示。

flowchart LR
    LI["llive<br/>(memory + BWT)"]
    LM["llmesh<br/>(MCP hub)"]
    POLL["TimelinePollDriver<br/>(periodic poll)"]
    DISP["dispatch_events()<br/>(routing)"]

    subgraph LOVE["llove TUI dashboard"]
        BWT["BWT viewer"]
        TR["Route trace viewer"]
        ML["Memory link panel"]
        STATUS["Status bar"]
    end

    LI -->|events| POLL
    LM -->|events| POLL
    POLL --> DISP
    DISP -->|bwt_event| BWT
    DISP -->|trace_event| TR
    DISP -->|link_event| ML
    DISP --> STATUS

    style LOVE fill:#fce7f3,stroke:#ec4899,stroke-width:2px
    style DISP fill:#fef3c7,stroke:#f59e0b

Quick Start

pip install llmesh-llove

詳細は README.md を参照。

Documentation

Topic File
F25 tutorial F25_TUTORIAL.md
Progress log PROGRESS.md
Contributing scenarios contributing-scenarios.md
i18n i18n.md
llove ↔ llive bridge llove_llive_bridge.md
LinkedIn 概観 (ja/en/zh) linkedin/
Qiita 概観 qiita/

FullSense ™ / llove ™ are trademarks of Kazufumi Furuse.