ltcai 2.2.0 → 2.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,102 +1,61 @@
1
- # Lattice AI
1
+ <div align="center">
2
+ <img src="docs/images/logo.svg" alt="Lattice AI" width="120" />
2
3
 
3
- Lattice AI is an **AI Knowledge OS** for personal and organization workspaces.
4
- It is not a simple chat app, local LLM launcher, or model manager.
4
+ # Lattice AI
5
5
 
6
- Lattice AI turns files, documents, images, screenshots, conversations,
7
- decisions, notes, work history, and generated artifacts into knowledge. That
8
- knowledge is linked into a Knowledge Graph, and AI works on top of the graph to
9
- advise, analyze, generate documents, and automate work.
6
+ **Local-first AI workspace for knowledge graphs, AI pipelines, and multi-agent coding workflows.**
10
7
 
11
- The product rule for v2.2.0 is direct:
8
+ Plan, execute, review, and remember work across local models, cloud models,
9
+ files, and team workflows.
10
+ </div>
12
11
 
13
- > Do not control the user in the name of protection. Explain clearly, disclose
14
- > sources and risks, then let the user decide.
12
+ <div align="center">
15
13
 
16
- ## Current release
14
+ [![PyPI version](https://img.shields.io/pypi/v/ltcai?label=PyPI)](https://pypi.org/project/ltcai/)
15
+ [![npm version](https://img.shields.io/npm/v/ltcai?label=npm)](https://www.npmjs.com/package/ltcai)
16
+ [![VS Code Marketplace](https://vsmarketplacebadges.dev/version-short/parktaesoo.ltcai.svg)](https://marketplace.visualstudio.com/items?itemName=parktaesoo.ltcai)
17
+ [![Open VSX](https://img.shields.io/open-vsx/v/parktaesoo/ltcai?label=Open%20VSX)](https://open-vsx.org/extension/parktaesoo/ltcai)
18
+ [![GitHub release](https://img.shields.io/github/v/release/TaeSooPark-PTS/LatticeAI?label=GitHub%20release)](https://github.com/TaeSooPark-PTS/LatticeAI/releases/tag/v2.2.2)
19
+ [![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)
20
+ [![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/)
21
+ [![VS Code extension](https://img.shields.io/badge/VS%20Code-extension-blue?logo=visualstudiocode)](https://marketplace.visualstudio.com/items?itemName=parktaesoo.ltcai)
17
22
 
18
- **2.2.0 — Multimodal-First Knowledge OS Release.** Lattice AI now centers the
19
- product on a multimodal Knowledge Graph, Gemma-4-first recommendations, source
20
- disclosure, and equal feature access across basic and advanced modes. Admin mode
21
- is the only mode with additional authority.
23
+ </div>
22
24
 
23
- ---
25
+ ![Lattice AI demo](docs/images/lattice-ai-demo.gif)
24
26
 
25
- ## What Lattice AI Does
27
+ ## Install
26
28
 
27
- - Accepts PDFs, Word files, spreadsheets, slide decks, images, screenshots,
28
- notes, code, web content, conversations, and work logs without asking the user
29
- to pre-convert them.
30
- - Extracts entities, relationships, evidence, decisions, and artifacts into the
31
- Knowledge Graph.
32
- - Uses AI models as replaceable workers on top of the graph.
33
- - Recommends current-generation multimodal models based on CPU, GPU, RAM,
34
- storage, OS, and observed usage.
35
- - Shows every model's source facts before use:
36
- 1. 제작 국가
37
- 2. 제작 회사
38
- 3. 실행 방식
39
- 4. 인터넷 사용 여부
40
- 5. 모델명
41
- - Keeps text-only local model recommendations out of the product path.
29
+ Install the local workspace:
42
30
 
43
- ## Core Principles
44
-
45
- - Users should not work for AI. AI should work for users.
46
- - Do not hide features, sources, limitations, or risks.
47
- - Basic and advanced modes expose the same capabilities.
48
- - Basic mode explains in plain language.
49
- - Advanced mode shows deeper technical reasoning.
50
- - Admin mode is reserved for user management, permissions, audit logs,
51
- organization policy, security policy, model approval, and Private VPC.
52
- - Knowledge Graph durability matters more than any single model.
53
- - Old model generations are removed when a newer generation in the same family
54
- is available.
55
-
56
- ## Multimodal Model Policy
57
-
58
- Lattice AI v2.2.0 removes the old text-only recommendation path.
59
-
60
- Current local recommendations focus on:
61
-
62
- | Family | Default role | Example current recommendation |
63
- | --- | --- | --- |
64
- | Gemma 4 | Default Google multimodal family | `mlx-community/gemma-4-12b-it-4bit` |
65
- | Gemma 4 large | Higher-quality local multimodal work | `mlx-community/gemma-4-31b-it-4bit` |
66
- | Qwen3-VL | Smaller and balanced multimodal options | `mlx-community/Qwen3-VL-4B-Instruct-4bit` |
67
- | Llama 4 | Meta multimodal option | `mlx-community/Llama-4-Scout-17B-16E-Instruct-4bit` |
31
+ ```bash
32
+ pip install ltcai
33
+ ```
68
34
 
69
- Removed from current recommendation catalogs:
35
+ Add Apple Silicon local model support:
70
36
 
71
- - `mlx-lm` as a local text-only execution path
72
- - Gemma 2 and Gemma 3 recommendations
73
- - Qwen2.5-VL recommendations
74
- - SmolLM, Phi, Mistral, DeepSeek, GPT-OSS, and Llama 3.x local recommendation
75
- entries
76
- - text-only fallback logic for low-spec machines
37
+ ```bash
38
+ pip install "ltcai[local]"
39
+ ```
77
40
 
78
- Low-spec machines are handled with smaller or quantized multimodal models,
79
- not older text-only models.
41
+ Install the npm CLI:
80
42
 
81
- ## Knowledge Graph Flow
82
-
83
- ```text
84
- files / documents / images / conversations / work history
85
- -> multimodal understanding
86
- -> entity extraction
87
- -> relationship extraction
88
- -> evidence storage
89
- -> Knowledge Graph update
90
- -> advice / analysis / document generation / automation
43
+ ```bash
44
+ npm install -g ltcai
91
45
  ```
92
46
 
93
- The graph preserves the user's work memory even when the model changes.
47
+ Install the coding extension:
48
+
49
+ - [VS Code Marketplace: parktaesoo.ltcai](https://marketplace.visualstudio.com/items?itemName=parktaesoo.ltcai)
50
+ - [Open VSX: parktaesoo.ltcai](https://open-vsx.org/extension/parktaesoo/ltcai)
51
+ - [GitHub Release v2.2.2](https://github.com/TaeSooPark-PTS/LatticeAI/releases/tag/v2.2.2)
94
52
 
95
53
  ## Quick Start
96
54
 
55
+ Start the workspace:
56
+
97
57
  ```bash
98
- npm install
99
- npm run dev
58
+ LTCAI
100
59
  ```
101
60
 
102
61
  Then open:
@@ -105,107 +64,177 @@ Then open:
105
64
  http://127.0.0.1:4825
106
65
  ```
107
66
 
108
- Useful commands:
67
+ Development checkout:
109
68
 
110
69
  ```bash
111
- npm test
112
- npm run check:python
113
- npm run build
70
+ npm install
71
+ npm run dev
114
72
  ```
115
73
 
116
- VS Code extension:
74
+ Useful validation commands:
117
75
 
118
76
  ```bash
119
- cd vscode-extension
120
- npm install
77
+ npm run check:python
78
+ npm run test:unit
121
79
  npm run build
122
- npm run package:vsix
123
80
  ```
124
81
 
125
- ## Python Package
82
+ ## What Is Lattice AI?
126
83
 
127
- ```bash
128
- python3 -m build
129
- ```
84
+ Lattice AI is a local-first AI workspace for people and teams who want their
85
+ files, models, graph context, and agent workflows in one place.
130
86
 
131
- Expected v2.2.0 Python artifacts:
87
+ - **Local-first AI Workspace**: work starts on your machine, with local data and
88
+ workspace state by default.
89
+ - **AI Pipeline Platform**: plan, execute, review, retry, and replay work across
90
+ local models, cloud models, tools, files, and generated artifacts.
91
+ - **Knowledge Graph Platform**: documents, images, screenshots, notes,
92
+ conversations, and decisions become linked entities, relationships, evidence,
93
+ and reusable context.
94
+ - **Multi-Agent Workflow Platform**: agents hand off structured context, review
95
+ work, retry with reasons, and keep timelines inspectable.
96
+ - **Personal / Organization Workspace**: move between personal work and team
97
+ workspaces with role-aware views.
98
+ - **Local Model Management**: choose current multimodal local models with source
99
+ disclosure, hardware-aware recommendations, and cloud fallback options.
100
+ - **SSO for teams**: organization workspaces can be paired with Okta or
101
+ Microsoft Entra ID patterns for team access.
132
102
 
133
- ```text
134
- dist/ltcai-2.2.0-py3-none-any.whl
135
- dist/ltcai-2.2.0.tar.gz
136
- ```
103
+ ## Why Lattice AI?
137
104
 
138
- ## VS Code Package
105
+ Most AI tools split your work across a chat window, a model picker, loose files,
106
+ and disconnected automations. Lattice AI keeps those parts together:
139
107
 
140
- ```bash
141
- cd vscode-extension
142
- npm run build
143
- npm run package:vsix
144
- ```
108
+ - files and conversations become graph context;
109
+ - graph context feeds pipelines and coding actions;
110
+ - model cards disclose country, company, run mode, internet usage, and model
111
+ identity;
112
+ - personal and organization workspaces keep team workflows separate from local
113
+ work;
114
+ - multi-agent workflows leave behind replayable plans, reviews, retries, and
115
+ outcomes.
145
116
 
146
- Expected v2.2.0 VSIX artifact:
117
+ ## v2.2.2 QA & Stability Highlights
147
118
 
148
- ```text
149
- dist/ltcai-2.2.0.vsix
150
- ```
119
+ A no-features stabilization release that hardens the v2.2.x UI. Every fix keeps
120
+ the existing design-token structure and adds no `!important`.
151
121
 
152
- ## npm Package
122
+ - Mobile hamburger navigation on the Knowledge Graph and Admin pages is
123
+ reachable again (a CSS source-order bug had kept the toggles hidden).
124
+ - Admin top-bar actions (Refresh, Logout) are clickable again — a graph-only
125
+ toolbar rule that floated over the header was scoped back off the graph page.
126
+ - Removed latent horizontal overflow on the Workspace page.
127
+ - Verified across the full viewport matrix (375px phone → 3440px ultrawide):
128
+ light/dark theme parity, button hit-testing, no horizontal scroll, mobile
129
+ drawer open/close, and Escape-to-close — all covered by an expanded
130
+ Playwright suite.
153
131
 
154
- ```bash
155
- npm pack
156
- ```
132
+ Carried forward from v2.2.1: mobile-first responsive layout, design-token
133
+ light/dark themes, keyboard-safe chat composer, Knowledge Graph responsive UX,
134
+ Admin mobile card layout, drag-and-drop file attachment, and model-card source
135
+ disclosure.
157
136
 
158
- Expected v2.2.0 npm artifact:
137
+ ## Screenshots
159
138
 
160
- ```text
161
- ltcai-2.2.0.tgz
162
- ```
139
+ ### Workspace
163
140
 
164
- ## Manual Publishing
141
+ ![Workspace light theme](docs/images/workspace-light.png)
165
142
 
166
- Publishing is intentionally manual. Do not publish with globs.
143
+ ![Workspace dark theme](docs/images/workspace-dark.png)
167
144
 
168
- PyPI:
145
+ ### Knowledge Graph
169
146
 
170
- ```bash
171
- python3 -m twine upload dist/ltcai-2.2.0-py3-none-any.whl dist/ltcai-2.2.0.tar.gz
172
- ```
147
+ ![Knowledge Graph](docs/images/knowledge-graph.png)
173
148
 
174
- VS Code Marketplace:
149
+ ### AI Pipeline
175
150
 
176
- ```bash
177
- npx vsce publish --packagePath dist/ltcai-2.2.0.vsix
178
- ```
151
+ ![AI Pipeline designer](docs/images/pipeline.png)
179
152
 
180
- Open VSX:
153
+ ### Admin Dashboard
181
154
 
182
- ```bash
183
- npx ovsx publish dist/ltcai-2.2.0.vsix
155
+ ![Admin dashboard](docs/images/admin-dashboard.png)
156
+
157
+ ### Mobile Responsive
158
+
159
+ ![Mobile responsive layout](docs/images/mobile-responsive.png)
160
+
161
+ ## Knowledge Graph Flow
162
+
163
+ ```text
164
+ files / documents / images / screenshots / conversations / decisions
165
+ -> multimodal understanding
166
+ -> entity and relationship extraction
167
+ -> evidence and artifact storage
168
+ -> Knowledge Graph update
169
+ -> AI pipeline context
170
+ -> coding actions / analysis / documents / team workflows
184
171
  ```
185
172
 
186
- npm:
173
+ The graph keeps useful workspace context available even when you change models.
187
174
 
188
- ```bash
189
- npm publish --access public
175
+ ## Local Model Policy
176
+
177
+ Lattice AI recommends current-generation multimodal models for local use and
178
+ keeps local model choices explicit.
179
+
180
+ | Family | Default role | Example recommendation |
181
+ | --- | --- | --- |
182
+ | Gemma 4 | Default Google multimodal family | `mlx-community/gemma-4-12b-it-4bit` |
183
+ | Gemma 4 large | Higher-quality local multimodal work | `mlx-community/gemma-4-31b-it-4bit` |
184
+ | Qwen3-VL | Smaller, balanced multimodal options | `mlx-community/Qwen3-VL-4B-Instruct-4bit` |
185
+ | Llama 4 | Meta multimodal option | `mlx-community/Llama-4-Scout-17B-16E-Instruct-4bit` |
186
+
187
+ Every recommended model card shows maker country, maker company, run mode,
188
+ internet requirement, and model name. See [MODEL_POLICY.md](MODEL_POLICY.md).
189
+
190
+ ## Architecture
191
+
192
+ ```text
193
+ Personal / Organization Workspace
194
+ -> files, chats, screenshots, model choices, workflow events
195
+ -> Knowledge Graph
196
+ -> AI Pipeline
197
+ -> Multi-Agent Workflow
198
+ -> coding actions, documents, analysis, team handoffs
190
199
  ```
191
200
 
192
- ## Documentation
201
+ Core areas:
193
202
 
194
- - [ARCHITECTURE.md](ARCHITECTURE.md)
195
- - [PROJECT_PRINCIPLES.md](PROJECT_PRINCIPLES.md)
196
- - [AI_PHILOSOPHY.md](AI_PHILOSOPHY.md)
197
- - [MODEL_POLICY.md](MODEL_POLICY.md)
198
- - [KNOWLEDGE_GRAPH.md](KNOWLEDGE_GRAPH.md)
199
- - [RELEASE_NOTES.md](RELEASE_NOTES.md)
200
- - [docs/CHANGELOG.md](docs/CHANGELOG.md)
203
+ - FastAPI local workspace app
204
+ - Knowledge Graph storage and graph APIs
205
+ - AI pipeline and workflow designer
206
+ - Multi-agent handoff, review, retry, and replay records
207
+ - Local model management and model recommendation catalog
208
+ - VS Code / Cursor / VSCodium extension surface
209
+ - Personal and organization workspace boundaries
201
210
 
202
- ## Release History
211
+ ## Documentation
212
+
213
+ - [ARCHITECTURE.md](ARCHITECTURE.md) — workspace, graph, pipeline, and model-management overview
214
+ - [docs/architecture.md](docs/architecture.md) — full architecture reference
215
+ - [PROJECT_PRINCIPLES.md](PROJECT_PRINCIPLES.md) — product principles
216
+ - [AI_PHILOSOPHY.md](AI_PHILOSOPHY.md) — how AI is used in the workspace
217
+ - [MODEL_POLICY.md](MODEL_POLICY.md) — local model recommendation policy
218
+ - [KNOWLEDGE_GRAPH.md](KNOWLEDGE_GRAPH.md) — graph model and behavior
219
+ - [docs/MULTI_AGENT_RUNTIME.md](docs/MULTI_AGENT_RUNTIME.md) — multi-agent workflow runtime
220
+ - [docs/WORKFLOW_DESIGNER.md](docs/WORKFLOW_DESIGNER.md) — AI pipeline designer
221
+ - [docs/REALTIME_COLLABORATION.md](docs/REALTIME_COLLABORATION.md) — realtime workspace events
222
+ - [docs/ENTERPRISE.md](docs/ENTERPRISE.md) — organization workspaces and SSO
223
+ - [docs/PLUGIN_SDK.md](docs/PLUGIN_SDK.md) — plugin SDK
224
+ - [RELEASE_NOTES.md](RELEASE_NOTES.md) and [docs/CHANGELOG.md](docs/CHANGELOG.md)
225
+
226
+ ## Release history
203
227
 
204
228
  | Version | Theme |
205
229
  | --- | --- |
206
- | **2.2.0** | Multimodal-first Knowledge OS, source disclosure, Gemma-4 recommendation policy |
207
- | 2.1.0 | Agent Platform Maturity |
208
- | 2.0.0 | Agentic Workspace Platform |
230
+ | **2.2.2** | Frontend QA stabilization — mobile nav, admin actions, overflow fixes, and expanded visual tests |
231
+ | 2.2.1 | Frontend and UX overhaul for responsive workspace, themes, graph UX, admin reflow, and file attachment |
232
+ | 2.2.0 | Multimodal-first Knowledge Graph and local model source disclosure |
233
+ | 2.1.0 | Multi-agent workflow maturity |
234
+ | 2.0.0 | AI pipeline, workflow, and plugin platform foundation |
209
235
  | 1.7.0 | Graph and collaboration |
210
236
  | 1.6.0 | Product experience deepening |
211
- | 1.5.0 | Unified product release |
237
+
238
+ ## License
239
+
240
+ MIT
package/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.2.1] - 2026-06-04
4
+
5
+ > Frontend / UX Overhaul Release — Lattice AI keeps feature behavior stable
6
+ > while improving responsive layout, theme handling, accessibility, graph UX,
7
+ > admin tables, file attachment, and release packaging readiness.
8
+
9
+ ### Added
10
+
11
+ - **Light/dark mode** — OS detection, manual theme toggle, and persisted theme
12
+ state.
13
+ - **File attachment UX** — drag-and-drop and screenshot paste support for
14
+ attachments.
15
+ - **Knowledge Graph controls** — zoom buttons, fullscreen, minimap,
16
+ relationship filter, mobile graph/card view, and theme-aware palette.
17
+
18
+ ### Changed
19
+
20
+ - **Responsive UI** — phone/tablet/laptop/desktop/ultrawide/4K layouts now use
21
+ mobile-first reflow. Content is not hidden on smaller screens.
22
+ - **Design tokens** — `static/css/tokens.css` is the single source of truth for
23
+ UI tokens, and theme styling no longer depends on `!important`.
24
+ - **Accessibility** — 44px touch targets, `:focus-visible` focus rings,
25
+ keyboard-safe chat composer behavior, iOS no-zoom inputs, and reduced-motion
26
+ support.
27
+ - **Admin UX** — wide admin tables reflow to mobile cards with larger touch
28
+ targets and light/dark support.
29
+ - **Model cards** — country, company, run mode, and internet usage are shown in
30
+ plain language.
31
+ - **Manual release scripts** — local publish scripts now build exact-version
32
+ artifacts before upload and validate the same artifact set used by CI.
33
+ - **Marketplace positioning** — README, VS Code Marketplace/Open VSX README,
34
+ npm metadata, VSIX metadata, and release copy now use the local-first AI
35
+ workspace / AI pipeline / Knowledge Graph / multi-agent workflow positioning.
36
+ - **Release media refresh** — v2.2.1 screenshots and demo GIF regenerated from
37
+ the live local app under `docs/images/`.
38
+
39
+ ### Validation
40
+
41
+ - Unit/integration suites, Python build, npm pack, VSIX package, and
42
+ exact-version release artifact validation are the release targets.
43
+ - Package-store publishing remains manual and must use the exact 2.2.1
44
+ filenames.
45
+
3
46
  ## [2.2.0] - 2026-06-04
4
47
 
5
48
  > Multimodal-First Knowledge OS Release — Lattice AI is aligned around the
@@ -20,7 +63,7 @@
20
63
  ### Changed
21
64
 
22
65
  - **README / architecture rewrite** — current docs now describe Lattice AI as an
23
- AI Knowledge OS rather than a chat app or model launcher.
66
+ AI Knowledge Graph workspace rather than a chat app or model launcher.
24
67
  - **Multimodal recommendation logic** — local recommendation catalogs and setup
25
68
  flows use current multimodal model families only: Gemma 4, Qwen3-VL, and
26
69
  Llama 4.
@@ -84,7 +127,7 @@
84
127
 
85
128
  ### Changed
86
129
 
87
- - Python package, npm package, VS Code extension, Workspace OS, FastAPI app, and
130
+ - Python package, npm package, VS Code extension, workspace, FastAPI app, and
88
131
  `/health` version metadata aligned at `2.1.0`.
89
132
  - Multi-Agent Runtime, Plugin SDK, Workflow Engine, and Realtime surface
90
133
  versions now report `2.1.0`.
@@ -101,13 +144,13 @@
101
144
 
102
145
  ## [2.0.0] - 2026-06-01
103
146
 
104
- > Agentic Workspace Platform — Lattice AI becomes a local-first **Agentic
147
+ > Multi-Agent Workflow Platform — Lattice AI becomes a local-first **Agentic
105
148
  > Workspace Platform** with four integrated subsystems: Plugin SDK, Workflow
106
149
  > Designer, Multi-Agent Runtime 2.0, and Realtime Collaboration. Backward
107
150
  > compatible and additive: API paths/schemas, `server:app`,
108
151
  > `latticeai.server_app.app`, CLI, Workspace/Chat/Model/MCP/KG APIs, existing
109
152
  > skills/snapshots/memories/agent & workflow history, and VS Code extension
110
- > commands remain stable. New Workspace OS state keys (`plugin_registry`,
153
+ > commands remain stable. New workspace state keys (`plugin_registry`,
111
154
  > `workflow_runs`) are backfilled on load via deep-merge — no destructive
112
155
  > migration.
113
156
 
@@ -135,7 +178,7 @@
135
178
  `/agents/api/*`, page `/agents`.
136
179
  - **Realtime Collaboration** (`latticeai/core/realtime.py`,
137
180
  `latticeai/api/realtime.py`) — in-process pub/sub bus, presence, and an
138
- activity feed over SSE. Wired as the Workspace OS `event_sink`, so every
181
+ activity feed over SSE. Wired as the workspace `event_sink`, so every
139
182
  timeline event flows to the feed automatically. Workspace isolation enforced;
140
183
  single-user local mode preserved. Routes `/realtime/stream` (SSE),
141
184
  `/realtime/feed`, `/realtime/presence*`, page `/activity`.
@@ -153,7 +196,7 @@
153
196
 
154
197
  ### Changed
155
198
 
156
- - Python package, npm package, VS Code extension, Workspace OS, FastAPI app, and
199
+ - Python package, npm package, VS Code extension, workspace, FastAPI app, and
157
200
  `/health` version metadata aligned at `2.0.0`.
158
201
  - `server_app` cross-system wiring extracted into
159
202
  `latticeai/services/platform_runtime.py` to keep the assembly file lean.
@@ -196,7 +239,7 @@
196
239
 
197
240
  ### Changed
198
241
 
199
- - Python package, npm package, VS Code extension, Workspace OS, FastAPI app, and
242
+ - Python package, npm package, VS Code extension, workspace, FastAPI app, and
200
243
  `/health` version metadata aligned at `1.7.0`.
201
244
  - CI package validation is version-scoped instead of a broad `dist/*` check.
202
245
 
@@ -217,7 +260,7 @@
217
260
 
218
261
  ### Added
219
262
 
220
- - **Knowledge Graph Explorer (Workspace OS)** — an Entity Explorer (importance-
263
+ - **Knowledge Graph Explorer (workspace)** — an Entity Explorer (importance-
221
264
  ranked entity cards + search) with a detail panel showing inbound/outbound
222
265
  relationships, related entities, and the shortest path back to you; plus a
223
266
  Recent Activity feed and a Workspace Memory feed. Built entirely on the existing
@@ -233,7 +276,7 @@
233
276
  - **Skill Marketplace tabs** — Recommended / Popular / Installed / Updates tabs
234
277
  with version, category, and source, plus install / enable / disable actions on
235
278
  the existing skill lifecycle API.
236
- - **Enterprise capability panel** — a 12-capability status matrix in Workspace OS
279
+ - **Enterprise capability panel** — a 12-capability status matrix in the workspace
237
280
  (Community reports all disabled; nothing gates a Community feature).
238
281
 
239
282
  ### Changed
@@ -335,7 +378,7 @@
335
378
  lines. The file now owns FastAPI construction, lifespan, middleware, static
336
379
  mount, router wiring, and compatibility globals only.
337
380
  - **Chat/history/agent extracted** — `/chat`, `/history*`, `/agent*`, streaming
338
- generator, document-generation session handling, Graph RAG trace recording,
381
+ generator, document-generation session handling, Knowledge Graph context trace recording,
339
382
  and AgentRuntime wiring moved to `latticeai/api/chat.py` with behavior and
340
383
  SSE chunk format preserved.
341
384
  - **Model runtime/provider extracted** — provider catalogs, engine aliases,
@@ -411,7 +454,7 @@
411
454
 
412
455
  - **server_app.py modularization (phase 2)** — reduced
413
456
  `latticeai/server_app.py` from ~6,585 to ~5,948 lines by extracting the
414
- Workspace OS / Organization API and the health/engine-summary endpoints into
457
+ workspace / Organization API and the health/engine-summary endpoints into
415
458
  dedicated routers backed by a new service layer. `server_app` now focuses on
416
459
  app assembly, lifespan, middleware, and router include. The historical
417
460
  `server:app` import path, all API paths, and request/response shapes are
@@ -458,7 +501,7 @@
458
501
 
459
502
  ### Added
460
503
 
461
- - **Organization Workspace foundation** — Workspace OS now distinguishes
504
+ - **Organization Workspace foundation** — workspace now distinguishes
462
505
  `personal` and `organization` workspace types. A full workspace model
463
506
  (`workspace_id`, `name`, `type`, `owner_user_id`, `members`, `roles`,
464
507
  `settings`, `created_at`, `updated_at`, `status`) is stored in the existing
@@ -486,9 +529,9 @@
486
529
  verifies that exactly the expected `whl`/`tar.gz`/`vsix`/`tgz` exist for a
487
530
  single version, that internal versions match, that the VSIX contains
488
531
  `extension/out/extension.js`, and warns when `dist/` mixes other versions.
489
- - **Workspace OS UI** — Personal/Organization workspace switcher, current
532
+ - **workspace UI** — Personal/Organization workspace switcher, current
490
533
  workspace indicator, and a minimal organization create / member / role panel
491
- wired into the existing Workspace OS command center.
534
+ wired into the existing workspace command center.
492
535
 
493
536
  ### Changed
494
537
 
@@ -497,7 +540,7 @@
497
540
  `actions/setup-node@v5`, `actions/setup-python@v6`. Artifact upload and
498
541
  `twine check` are now scoped to the tagged version only — never a `dist/*`
499
542
  glob — and the build runs the release artifact validator before upload.
500
- - Existing 1.0.x Workspace OS state is migrated non-destructively to the v1.1
543
+ - Existing 1.0.x workspace state is migrated non-destructively to the v1.1
501
544
  workspace model on load; legacy records map to the Personal workspace.
502
545
  - Release metadata aligned to `1.1.0` across Python, npm, VS Code extension,
503
546
  FastAPI app metadata, and `/health`.
@@ -525,18 +568,18 @@
525
568
 
526
569
  ## [1.0.0] - 2026-05-31
527
570
 
528
- > AI Workspace OS integration release.
571
+ > AI workspace integration release.
529
572
 
530
573
  ### Added
531
574
 
532
- - **Workspace OS foundation** — new `/workspace` UI and `/workspace/*` API surface
575
+ - **workspace foundation** — new `/workspace` UI and `/workspace/*` API surface
533
576
  organize LatticeAI around Graph, Snapshot, Memory, Agent, Workflow, Skills,
534
577
  and Timeline areas while preserving existing chat, graph, admin, CLI, and MCP
535
578
  compatibility.
536
579
  - **First-run onboarding wizard** — reentrant step state, completion API,
537
580
  hardware scan, model recommendations, folder connection state, and recovery
538
581
  from failed/skipped steps.
539
- - **Graph RAG answer trace** — each generated answer records source files,
582
+ - **Knowledge Graph context answer trace** — each generated answer records source files,
540
583
  graph nodes, graph edges, confidence, retrieval metadata, graph jumps, and
541
584
  source jumps.
542
585
  - **Local indexing dashboard** — indexed folder status, watcher state, success
@@ -556,7 +599,7 @@
556
599
  - **Local Computer Memory** — defaults OFF, requires explicit approval, tracks
557
600
  activity summaries only after consent, and links approved records to graph.
558
601
  - **Skill Marketplace registry** — install, uninstall, update, enable, disable,
559
- version tracking, and metadata state surfaced in Workspace OS.
602
+ version tracking, and metadata state surfaced in the workspace.
560
603
  - **Workflow Graph** — stores workflow timelines and searchable workflow graphs
561
604
  for repeatable actions such as Upload -> Summarize -> Generate -> Export.
562
605
  - **VS Code workflow** — added Refactor Selection, Generate Tests, Send To
@@ -1104,7 +1147,7 @@ latticeai/
1104
1147
  `언급함` · `포함함` · `해결함` · `의존함` · `설명함` · `비교함` · `사용함` · `연결함` · `확장함` · `생성함` · `대체함` · `지원함` · `발생함` · `관련됨` · `작성함` · `업로드함`
1105
1148
 
1106
1149
  **핵심 개선**
1107
- - `_extract_concepts()` — 고유명사·복합어·기술 용어 추출 (Lattice AI, Graph RAG, VS Code 등)
1150
+ - `_extract_concepts()` — 고유명사·복합어·기술 용어 추출 (Lattice AI, Knowledge Graph context, VS Code 등)
1108
1151
  - `_classify_node_type()` — 개념별 노드 타입 자동 분류 (윈도우 컨텍스트 기반)
1109
1152
  - `_infer_edge()` — 문장 내 동사·조사 패턴으로 엣지 레이블 자동 결정
1110
1153
  - `_extract_triples()` — 문장 단위 개념 쌍 → (주어, 동사, 목적어) 트리플 추출
@@ -1192,7 +1235,7 @@ latticeai/
1192
1235
  #### VS Code 익스텐션 메타데이터 개선
1193
1236
  - **카테고리** `Other` → `AI, Machine Learning, Chat, Other` (Marketplace 검색 노출 증가)
1194
1237
  - **키워드** 8개 → 16개 추가 (`copilot`, `apple-silicon`, `groq`, `graph-rag` 등)
1195
- - **설명 문구** 구체화 — 핵심 차별점(MLX, MCP, Graph RAG, zero telemetry) 명시
1238
+ - **설명 문구** 구체화 — 핵심 차별점(MLX, MCP, Knowledge Graph context, local-first data handling) 명시
1196
1239
  - **익스텐션 README 전면 재작성** — 기능표 · 빠른 시작 · 단축키 · 지원 모델 · 설정 · 비교표 포함
1197
1240
 
1198
1241
  #### 리포지터리 정리
@@ -1252,7 +1295,7 @@ latticeai/
1252
1295
  - clear 동작을 `ClearEvent` 노드로 그래프에 기록 (언제 누가 clear 했는지 감사 추적)
1253
1296
  - **민감정보 검사** — 문서 업로드 텍스트를 감사 로그에 기록
1254
1297
 
1255
- ### Graph RAG / Data Graph
1298
+ ### Knowledge Graph context / Data Graph
1256
1299
 
1257
1300
  - **한국어 단어 검색 개선** — 2글자 키워드(`문서`, `모델` 등) RAG 검색 누락 문제 수정
1258
1301
  - **`graph.html` 독립 페이지 유지** — 채팅 사이드바 `Data Graph` 버튼으로 연결, New Chat 버튼은 대화 검색 아래로 이동
@@ -1549,7 +1592,7 @@ latticeai/
1549
1592
 
1550
1593
  ### Added
1551
1594
  - **Data Graph** — 채팅·AI 답변·업로드 문서를 SQLite 지식 그래프로 자동 구조화, `/graph`에서 Canvas 기반 Force-directed 시각화
1552
- - **Graph RAG** — 그래프 검색 결과를 채팅 컨텍스트에 자동 주입하여 이전 대화·문서 참조 능력 강화
1595
+ - **Knowledge Graph context** — 그래프 검색 결과를 채팅 컨텍스트에 자동 주입하여 이전 대화·문서 참조 능력 강화
1553
1596
  - **Telegram 원격 제어** — 인라인 키보드 메뉴로 상태 조회, 모델 관리, 스크린샷, 그래프 통계, 문서 업로드 등 원격 제어
1554
1597
  - `knowledge_graph.py` — KnowledgeGraphStore (node/edge/chunk/event), `ingest_message()`, `ingest_document()`, `context_for_query()`, `search()`, `neighbors()`
1555
1598
  - `static/graph.html` — 타입별 색상, 줌/패닝, 핀치 줌, 이웃 하이라이트, 노드 상세 정보, 채팅 연결 링크
@@ -5,12 +5,12 @@ the boundary stays predictable for contributors and users.
5
5
 
6
6
  ## Editions
7
7
 
8
- - **Community** — this repository, MIT licensed. Local-first **Agentic Workspace
9
- Platform**: local LLMs, knowledge graph, Personal **and** Organization
10
- workspaces, role-based membership, snapshots, memory, agents, workflows,
11
- skills, the auditable timeline, and the full v2.0 platform — **Plugin SDK**,
12
- **Workflow Designer**, **Multi-Agent Runtime 2.0**, and **Realtime
13
- Collaboration**. Community is a complete product.
8
+ - **Community** — this repository, MIT licensed. Local-first **AI workspace
9
+ platform**: local models, knowledge graph, Personal **and** Organization
10
+ workspaces, role-based membership, snapshots, durable context, AI pipelines,
11
+ multi-agent workflows, skills, the auditable timeline, and the full v2
12
+ platform — **Plugin SDK**, **Workflow Designer**, **Multi-Agent Runtime**, and
13
+ **Realtime Collaboration**. Community is a complete product.
14
14
  - **Enterprise** — a separately-distributed plugin adding organization-scale
15
15
  governance, identity, compliance, and deployment capabilities. Distributed and
16
16
  licensed separately. See [ENTERPRISE.md](ENTERPRISE.md).
@@ -40,7 +40,7 @@ the boundary stays predictable for contributors and users.
40
40
  |--------|------------------------|------------------------|
41
41
  | Personal & Organization workspaces | ✅ | — |
42
42
  | Base roles (owner/admin/member/viewer) | ✅ | — |
43
- | Snapshots / memory / agents / workflows / skills | ✅ | — |
43
+ | Snapshots / durable context / AI pipelines / multi-agent workflows / skills | ✅ | — |
44
44
  | Plugin SDK (manifest, lifecycle, permission boundary) | ✅ | RBAC/ABAC over plugin permissions |
45
45
  | Workflow Designer (build/run/run-history) | ✅ | Org approval gates, scheduled triggers |
46
46
  | Multi-Agent Runtime 2.0 (roles/handoff/retry) | ✅ | Policy-bounded autonomous runs |
@@ -55,7 +55,7 @@ the boundary stays predictable for contributors and users.
55
55
  ## Detecting edition at runtime
56
56
 
57
57
  - `GET /workspace/editions` → edition + per-capability matrix.
58
- - `GET /workspace/os` → `edition` block in the Workspace OS summary.
58
+ - `GET /workspace/os` → `edition` block in the workspace summary.
59
59
  - `/admin#enterprise` → Admin policy, audit export, SIEM preview,
60
60
  organization settings, and capability status UI.
61
61
  - `GET /admin/enterprise` and `GET /admin/enterprise/siem-export` → descriptive