Adkid-Zephyr/liltloom

Adkid-Zephyr★ 0TypeScriptLast synced: 2026-08-14

Open on GitHub

Portable, user-owned writing-style memory for AI tools; DeepSeek Harness adapter included

README excerpt

Liltloom / 语织 Liltloom 是一个可移植、由用户拥有的个人写作风格记忆层。它不绑定某个模型或 Harness:核心负责从合格的用户原生表达中提炼可审阅的规则,并通过稳定的 Style Context Packet 接口按需交给 AI 写作工具。本仓库首先提供 DeepSeek Harness adapter,也是目前适配最完整的宿主。 Liltloom is a portable, user-owned writing-style memory layer for AI writing tools. Its core learns structured, reviewable preferences from eligible user-authored text and exposes them through a bounded Style Context Packet. This repository ships DeepSeek Harness as the first maintained—and currently best-supported—host adapter. Lilt 是语调与节奏,loom 是织机。Liltloom 悄悄学会你的表达,需要时再织进回答。 Vision:自动学习、静默保存、显式取用;需要模仿用户写作风格时,既能由人激活,也能通过受控接口调用;应用范围由用户选择。原文片段和小模型分析是两个独立的高阶开关。 产品与适配器 Liltloom 的边界分为两层: 层 责任 宿主依赖 liltloom/core 数据模型、原生文本资格检查、特征提取、确定性规则生成、Style Context 编译、可移植 JSON schema 无 DSH 运行时依赖 liltloom/adapters/dsh 监听 DSH 会话事件、绑定 storage-domain 、注入动态上下文、注册命令/tool/RPC 和原生设置界面 DeepSeek Harness “可移植”描述的是产品协议与核心边界,不是假装所有宿主都已完成。 0.2.0 首发只有 DSH adapter 达到可安装、可测试状态;后续宿主应复用同一份 portable export 与 Style Context Packet,而不是各自发明不兼容的画像格式。 当前 DSH adapter 针对 0.1.0-rc.5 生命周期设计,并以公开 0.1.0-rc.6 包完成构建测试。 默认行为 - 自动观察顶层会话中 source.kind === "user" 的原生文本;排除子 Agent、插件、工具、助手、代码块、日志、大片引用、疑似粘贴内容和秘密。 - 基础模式只保存不可逆的统计聚合与由它们生成的规则,不复制完整对话原文。 - 普通请求不增加 syste…

View full README on GitHub →
Agentsai-agentdeepseek-harnessdsh-pluginliltloomllmpersonal-aipersonal-memorytypescript

Category