FullSense ™ — llove

このページについて(やさしい説明): llove は、黒い文字だけの画面(コマンドを打ち込む画面)の中で動く、情報を見やすく並べる道具です。たとえば、温度や明るさをはかる機械や、文章を作って答えてくれる AI から、次々と流れてくる情報を、教室の時間割表や理科のグラフのように整理して映し出します。そして人がその画面を見ながら「これでいい」「やり直して」と判断したり操作したりできる、作業用の机のような役割を果たします。このページは、llove についての説明文をまとめた入口(目次)です。むずかしい言葉の意味は 用語集(GLOSSARY.md) を見てください。

Part of the FullSense ™ familyllmeshllivellove の 3 製品で構成される FullSense ブランドの中で、本サイトは llove (TUI(Text User Interface、テキストユーザーインターフェース) ダッシュボード(dashboard) / 人間参加型(Human-in-the-Loop, 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(Model Context Protocol) hub と llive の メモリバス(memory bus) を 1 つの TUI(Text User Interface、テキストユーザーインターフェース) ダッシュボード(dashboard) に統合する。ベイズ作業木(Bayesian Work Tree, BWT) / route trace / memory link を 3 つの ビュー(view) に分割表示。

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.