ltcai 2.2.1 → 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 +175 -140
- package/docs/CHANGELOG.md +28 -23
- package/docs/EDITION_STRATEGY.md +8 -8
- package/docs/ENTERPRISE.md +5 -5
- package/docs/PLUGIN_SDK.md +4 -4
- package/docs/V2_ARCHITECTURE.md +9 -9
- package/docs/architecture.md +18 -17
- package/docs/images/admin-dashboard.png +0 -0
- package/docs/images/knowledge-graph.png +0 -0
- package/docs/images/lattice-ai-demo.gif +0 -0
- package/docs/images/lattice-ai-hero.png +0 -0
- package/docs/images/mobile-responsive.png +0 -0
- package/docs/images/pipeline.png +0 -0
- package/docs/images/workspace-dark.png +0 -0
- package/docs/images/workspace-light.png +0 -0
- package/latticeai/__init__.py +1 -1
- package/latticeai/core/workspace_os.py +1 -1
- package/package.json +7 -4
- package/static/account.html +2 -2
- package/static/activity.html +4 -4
- package/static/admin.html +2 -2
- package/static/agents.html +4 -4
- package/static/chat.html +2 -2
- package/static/css/responsive.css +21 -4
- package/static/css/tokens.css +1 -1
- package/static/graph.html +2 -2
- package/static/plugins.html +4 -4
- package/static/scripts/ux.js +1 -1
- package/static/workflows.html +4 -4
- package/static/workspace.css +5 -0
- package/static/workspace.html +4 -4
package/README.md
CHANGED
|
@@ -3,122 +3,59 @@
|
|
|
3
3
|
|
|
4
4
|
# Lattice AI
|
|
5
5
|
|
|
6
|
-
**
|
|
7
|
-
on top of a durable Knowledge Graph.
|
|
6
|
+
**Local-first AI workspace for knowledge graphs, AI pipelines, and multi-agent coding workflows.**
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
Plan, execute, review, and remember work across local models, cloud models,
|
|
9
|
+
files, and team workflows.
|
|
11
10
|
</div>
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
Lattice AI turns your files, documents, images, screenshots, conversations,
|
|
16
|
-
decisions, notes, and work history into linked knowledge. AI then works on top of
|
|
17
|
-
that Knowledge Graph to advise, analyze, generate documents, and automate work.
|
|
18
|
-
|
|
19
|
-
It is built around a simple product rule:
|
|
20
|
-
|
|
21
|
-
> Do not control the user in the name of protection. Explain clearly, disclose
|
|
22
|
-
> sources and risks, then let the user decide.
|
|
23
|
-
|
|
24
|
-
## What Lattice AI is
|
|
25
|
-
|
|
26
|
-
Lattice AI is four things working together, not an operating system and not a
|
|
27
|
-
simple chat front-end:
|
|
28
|
-
|
|
29
|
-
- **Local-first AI Workspace** — runs on your machine first; your data and graph
|
|
30
|
-
stay local by default.
|
|
31
|
-
- **AI Pipeline Platform** — a Plan → Execute → Review loop that can route across
|
|
32
|
-
multiple LLMs for each stage.
|
|
33
|
-
- **Knowledge Graph Platform** — multimodal inputs become entities,
|
|
34
|
-
relationships, evidence, and artifacts that outlive any single model.
|
|
35
|
-
- **Workspace Platform** — Personal and Organization workspaces, role-based
|
|
36
|
-
access, and SSO for teams.
|
|
37
|
-
|
|
38
|
-
## Highlights
|
|
39
|
-
|
|
40
|
-
- **Multimodal ingestion** — accepts PDFs, Word, spreadsheets, slide decks,
|
|
41
|
-
images, screenshots, notes, code, web content, conversations, and work logs
|
|
42
|
-
without asking you to pre-convert them.
|
|
43
|
-
- **Knowledge Graph core** — extracts entities, relationships, evidence,
|
|
44
|
-
decisions, and artifacts so your work memory survives model changes.
|
|
45
|
-
- **Multi-agent workflow** — agents hand off work with structured context
|
|
46
|
-
packets, review/retry loops, and replayable timelines.
|
|
47
|
-
- **Local model management** — MLX-VLM on Apple Silicon, with current-generation
|
|
48
|
-
multimodal model recommendations based on your CPU, GPU, RAM, storage, and OS.
|
|
49
|
-
- **Source disclosure** — every recommended model shows its facts in plain
|
|
50
|
-
language before use: maker country, maker company, run mode (local/cloud),
|
|
51
|
-
internet requirement, and model name.
|
|
52
|
-
- **Basic / Advanced / Admin modes** — the same features everywhere; the modes
|
|
53
|
-
differ only in how much is explained. Admin mode adds authority
|
|
54
|
-
(user management, permissions, audit logs, org/security policy, model approval).
|
|
55
|
-
|
|
56
|
-
## v2.2.1 — Frontend & UX overhaul
|
|
57
|
-
|
|
58
|
-
v2.2.1 is a UX-focused release. No features were removed; the interface was
|
|
59
|
-
re-laid out and re-themed.
|
|
60
|
-
|
|
61
|
-
- **Responsive, mobile-first UI** — phone, tablet, laptop, desktop, ultrawide,
|
|
62
|
-
and 4K. Content is re-laid out for each size, never hidden.
|
|
63
|
-
- **Light / Dark themes via design tokens** — a single source of truth in
|
|
64
|
-
[`static/css/tokens.css`](static/css/tokens.css). `:root` holds light values,
|
|
65
|
-
`[data-lt-theme="dark"]` holds dark values. The theme toggle, OS preference
|
|
66
|
-
detection, and persistence live in
|
|
67
|
-
[`static/scripts/ux.js`](static/scripts/ux.js).
|
|
68
|
-
- **Accessibility** — 44px touch targets, `:focus-visible` rings, a
|
|
69
|
-
keyboard-safe chat composer (uses `visualViewport` insets), iOS no-zoom inputs,
|
|
70
|
-
and reduced-motion support.
|
|
71
|
-
- **Knowledge Graph UX** — responsive canvas that re-fits on resize, zoom
|
|
72
|
-
buttons, fullscreen, minimap, relationship filtering, a mobile graph↔card
|
|
73
|
-
view, and a theme-aware palette.
|
|
74
|
-
- **Admin UX** — wide tables reflow to cards on mobile, with larger touch targets
|
|
75
|
-
and full dark/light support.
|
|
76
|
-
- **File UX** — drag & drop and screenshot paste to attach. Model cards explain
|
|
77
|
-
country, company, run mode, and internet use in plain language.
|
|
78
|
-
|
|
79
|
-
## Knowledge Graph flow
|
|
12
|
+
<div align="center">
|
|
80
13
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
```
|
|
14
|
+
[](https://pypi.org/project/ltcai/)
|
|
15
|
+
[](https://www.npmjs.com/package/ltcai)
|
|
16
|
+
[](https://marketplace.visualstudio.com/items?itemName=parktaesoo.ltcai)
|
|
17
|
+
[](https://open-vsx.org/extension/parktaesoo/ltcai)
|
|
18
|
+
[](https://github.com/TaeSooPark-PTS/LatticeAI/releases/tag/v2.2.2)
|
|
19
|
+
[](LICENSE)
|
|
20
|
+
[](https://www.python.org/)
|
|
21
|
+
[](https://marketplace.visualstudio.com/items?itemName=parktaesoo.ltcai)
|
|
90
22
|
|
|
91
|
-
|
|
23
|
+
</div>
|
|
92
24
|
|
|
93
|
-
|
|
25
|
+

|
|
94
26
|
|
|
95
|
-
|
|
96
|
-
keeps text-only recommendation paths out of the product:
|
|
27
|
+
## Install
|
|
97
28
|
|
|
98
|
-
|
|
99
|
-
| --- | --- | --- |
|
|
100
|
-
| Gemma 4 | Default Google multimodal family | `mlx-community/gemma-4-12b-it-4bit` |
|
|
101
|
-
| Gemma 4 large | Higher-quality local multimodal work | `mlx-community/gemma-4-31b-it-4bit` |
|
|
102
|
-
| Qwen3-VL | Smaller, balanced multimodal options | `mlx-community/Qwen3-VL-4B-Instruct-4bit` |
|
|
103
|
-
| Llama 4 | Meta multimodal option | `mlx-community/Llama-4-Scout-17B-16E-Instruct-4bit` |
|
|
29
|
+
Install the local workspace:
|
|
104
30
|
|
|
105
|
-
|
|
106
|
-
|
|
31
|
+
```bash
|
|
32
|
+
pip install ltcai
|
|
33
|
+
```
|
|
107
34
|
|
|
108
|
-
|
|
35
|
+
Add Apple Silicon local model support:
|
|
109
36
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
without it)
|
|
37
|
+
```bash
|
|
38
|
+
pip install "ltcai[local]"
|
|
39
|
+
```
|
|
114
40
|
|
|
115
|
-
|
|
41
|
+
Install the npm CLI:
|
|
116
42
|
|
|
117
|
-
|
|
43
|
+
```bash
|
|
44
|
+
npm install -g ltcai
|
|
45
|
+
```
|
|
46
|
+
|
|
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)
|
|
52
|
+
|
|
53
|
+
## Quick Start
|
|
54
|
+
|
|
55
|
+
Start the workspace:
|
|
118
56
|
|
|
119
57
|
```bash
|
|
120
|
-
|
|
121
|
-
npm run dev # runs: python3 ltcai_cli.py --reload
|
|
58
|
+
LTCAI
|
|
122
59
|
```
|
|
123
60
|
|
|
124
61
|
Then open:
|
|
@@ -127,76 +64,174 @@ Then open:
|
|
|
127
64
|
http://127.0.0.1:4825
|
|
128
65
|
```
|
|
129
66
|
|
|
130
|
-
|
|
67
|
+
Development checkout:
|
|
131
68
|
|
|
132
69
|
```bash
|
|
133
|
-
|
|
134
|
-
|
|
70
|
+
npm install
|
|
71
|
+
npm run dev
|
|
135
72
|
```
|
|
136
73
|
|
|
137
|
-
|
|
74
|
+
Useful validation commands:
|
|
138
75
|
|
|
139
76
|
```bash
|
|
140
|
-
|
|
77
|
+
npm run check:python
|
|
78
|
+
npm run test:unit
|
|
79
|
+
npm run build
|
|
141
80
|
```
|
|
142
81
|
|
|
143
|
-
|
|
82
|
+
## What Is Lattice AI?
|
|
144
83
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
npm run check:python # py_compile across core modules
|
|
148
|
-
npm run build # python3 -m build
|
|
149
|
-
```
|
|
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.
|
|
150
86
|
|
|
151
|
-
|
|
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.
|
|
152
102
|
|
|
153
|
-
|
|
103
|
+
## Why Lattice AI?
|
|
154
104
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
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:
|
|
107
|
+
|
|
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.
|
|
116
|
+
|
|
117
|
+
## v2.2.2 QA & Stability Highlights
|
|
118
|
+
|
|
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`.
|
|
121
|
+
|
|
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.
|
|
131
|
+
|
|
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.
|
|
136
|
+
|
|
137
|
+
## Screenshots
|
|
138
|
+
|
|
139
|
+
### Workspace
|
|
140
|
+
|
|
141
|
+

|
|
142
|
+
|
|
143
|
+

|
|
144
|
+
|
|
145
|
+
### Knowledge Graph
|
|
146
|
+
|
|
147
|
+

|
|
148
|
+
|
|
149
|
+
### AI Pipeline
|
|
150
|
+
|
|
151
|
+

|
|
152
|
+
|
|
153
|
+
### Admin Dashboard
|
|
154
|
+
|
|
155
|
+

|
|
156
|
+
|
|
157
|
+
### Mobile Responsive
|
|
158
|
+
|
|
159
|
+

|
|
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
|
|
160
171
|
```
|
|
161
172
|
|
|
162
|
-
|
|
173
|
+
The graph keeps useful workspace context available even when you change models.
|
|
163
174
|
|
|
164
|
-
|
|
165
|
-
VS Code extension.
|
|
175
|
+
## Local Model Policy
|
|
166
176
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
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
|
|
170
199
|
```
|
|
171
200
|
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
201
|
+
Core areas:
|
|
202
|
+
|
|
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
|
|
175
210
|
|
|
176
211
|
## Documentation
|
|
177
212
|
|
|
178
|
-
- [ARCHITECTURE.md](ARCHITECTURE.md) —
|
|
213
|
+
- [ARCHITECTURE.md](ARCHITECTURE.md) — workspace, graph, pipeline, and model-management overview
|
|
179
214
|
- [docs/architecture.md](docs/architecture.md) — full architecture reference
|
|
180
215
|
- [PROJECT_PRINCIPLES.md](PROJECT_PRINCIPLES.md) — product principles
|
|
181
|
-
- [AI_PHILOSOPHY.md](AI_PHILOSOPHY.md) — how AI is used
|
|
216
|
+
- [AI_PHILOSOPHY.md](AI_PHILOSOPHY.md) — how AI is used in the workspace
|
|
182
217
|
- [MODEL_POLICY.md](MODEL_POLICY.md) — local model recommendation policy
|
|
183
218
|
- [KNOWLEDGE_GRAPH.md](KNOWLEDGE_GRAPH.md) — graph model and behavior
|
|
184
|
-
- [docs/MULTI_AGENT_RUNTIME.md](docs/MULTI_AGENT_RUNTIME.md) — multi-agent runtime
|
|
185
|
-
- [docs/WORKFLOW_DESIGNER.md](docs/WORKFLOW_DESIGNER.md) —
|
|
186
|
-
- [docs/REALTIME_COLLABORATION.md](docs/REALTIME_COLLABORATION.md) — realtime
|
|
187
|
-
- [docs/ENTERPRISE.md](docs/ENTERPRISE.md) —
|
|
188
|
-
- [docs/security-model.md](docs/security-model.md) — security model
|
|
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
|
|
189
223
|
- [docs/PLUGIN_SDK.md](docs/PLUGIN_SDK.md) — plugin SDK
|
|
190
|
-
- [RELEASE_NOTES.md](RELEASE_NOTES.md)
|
|
224
|
+
- [RELEASE_NOTES.md](RELEASE_NOTES.md) and [docs/CHANGELOG.md](docs/CHANGELOG.md)
|
|
191
225
|
|
|
192
226
|
## Release history
|
|
193
227
|
|
|
194
228
|
| Version | Theme |
|
|
195
229
|
| --- | --- |
|
|
196
|
-
| **2.2.
|
|
197
|
-
| 2.2.
|
|
198
|
-
| 2.
|
|
199
|
-
| 2.
|
|
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 |
|
|
200
235
|
| 1.7.0 | Graph and collaboration |
|
|
201
236
|
| 1.6.0 | Product experience deepening |
|
|
202
237
|
|
package/docs/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,11 @@
|
|
|
30
30
|
plain language.
|
|
31
31
|
- **Manual release scripts** — local publish scripts now build exact-version
|
|
32
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/`.
|
|
33
38
|
|
|
34
39
|
### Validation
|
|
35
40
|
|
|
@@ -58,7 +63,7 @@
|
|
|
58
63
|
### Changed
|
|
59
64
|
|
|
60
65
|
- **README / architecture rewrite** — current docs now describe Lattice AI as an
|
|
61
|
-
AI Knowledge
|
|
66
|
+
AI Knowledge Graph workspace rather than a chat app or model launcher.
|
|
62
67
|
- **Multimodal recommendation logic** — local recommendation catalogs and setup
|
|
63
68
|
flows use current multimodal model families only: Gemma 4, Qwen3-VL, and
|
|
64
69
|
Llama 4.
|
|
@@ -122,7 +127,7 @@
|
|
|
122
127
|
|
|
123
128
|
### Changed
|
|
124
129
|
|
|
125
|
-
- Python package, npm package, VS Code extension,
|
|
130
|
+
- Python package, npm package, VS Code extension, workspace, FastAPI app, and
|
|
126
131
|
`/health` version metadata aligned at `2.1.0`.
|
|
127
132
|
- Multi-Agent Runtime, Plugin SDK, Workflow Engine, and Realtime surface
|
|
128
133
|
versions now report `2.1.0`.
|
|
@@ -139,13 +144,13 @@
|
|
|
139
144
|
|
|
140
145
|
## [2.0.0] - 2026-06-01
|
|
141
146
|
|
|
142
|
-
>
|
|
147
|
+
> Multi-Agent Workflow Platform — Lattice AI becomes a local-first **Agentic
|
|
143
148
|
> Workspace Platform** with four integrated subsystems: Plugin SDK, Workflow
|
|
144
149
|
> Designer, Multi-Agent Runtime 2.0, and Realtime Collaboration. Backward
|
|
145
150
|
> compatible and additive: API paths/schemas, `server:app`,
|
|
146
151
|
> `latticeai.server_app.app`, CLI, Workspace/Chat/Model/MCP/KG APIs, existing
|
|
147
152
|
> skills/snapshots/memories/agent & workflow history, and VS Code extension
|
|
148
|
-
> commands remain stable. New
|
|
153
|
+
> commands remain stable. New workspace state keys (`plugin_registry`,
|
|
149
154
|
> `workflow_runs`) are backfilled on load via deep-merge — no destructive
|
|
150
155
|
> migration.
|
|
151
156
|
|
|
@@ -173,7 +178,7 @@
|
|
|
173
178
|
`/agents/api/*`, page `/agents`.
|
|
174
179
|
- **Realtime Collaboration** (`latticeai/core/realtime.py`,
|
|
175
180
|
`latticeai/api/realtime.py`) — in-process pub/sub bus, presence, and an
|
|
176
|
-
activity feed over SSE. Wired as the
|
|
181
|
+
activity feed over SSE. Wired as the workspace `event_sink`, so every
|
|
177
182
|
timeline event flows to the feed automatically. Workspace isolation enforced;
|
|
178
183
|
single-user local mode preserved. Routes `/realtime/stream` (SSE),
|
|
179
184
|
`/realtime/feed`, `/realtime/presence*`, page `/activity`.
|
|
@@ -191,7 +196,7 @@
|
|
|
191
196
|
|
|
192
197
|
### Changed
|
|
193
198
|
|
|
194
|
-
- Python package, npm package, VS Code extension,
|
|
199
|
+
- Python package, npm package, VS Code extension, workspace, FastAPI app, and
|
|
195
200
|
`/health` version metadata aligned at `2.0.0`.
|
|
196
201
|
- `server_app` cross-system wiring extracted into
|
|
197
202
|
`latticeai/services/platform_runtime.py` to keep the assembly file lean.
|
|
@@ -234,7 +239,7 @@
|
|
|
234
239
|
|
|
235
240
|
### Changed
|
|
236
241
|
|
|
237
|
-
- Python package, npm package, VS Code extension,
|
|
242
|
+
- Python package, npm package, VS Code extension, workspace, FastAPI app, and
|
|
238
243
|
`/health` version metadata aligned at `1.7.0`.
|
|
239
244
|
- CI package validation is version-scoped instead of a broad `dist/*` check.
|
|
240
245
|
|
|
@@ -255,7 +260,7 @@
|
|
|
255
260
|
|
|
256
261
|
### Added
|
|
257
262
|
|
|
258
|
-
- **Knowledge Graph Explorer (
|
|
263
|
+
- **Knowledge Graph Explorer (workspace)** — an Entity Explorer (importance-
|
|
259
264
|
ranked entity cards + search) with a detail panel showing inbound/outbound
|
|
260
265
|
relationships, related entities, and the shortest path back to you; plus a
|
|
261
266
|
Recent Activity feed and a Workspace Memory feed. Built entirely on the existing
|
|
@@ -271,7 +276,7 @@
|
|
|
271
276
|
- **Skill Marketplace tabs** — Recommended / Popular / Installed / Updates tabs
|
|
272
277
|
with version, category, and source, plus install / enable / disable actions on
|
|
273
278
|
the existing skill lifecycle API.
|
|
274
|
-
- **Enterprise capability panel** — a 12-capability status matrix in
|
|
279
|
+
- **Enterprise capability panel** — a 12-capability status matrix in the workspace
|
|
275
280
|
(Community reports all disabled; nothing gates a Community feature).
|
|
276
281
|
|
|
277
282
|
### Changed
|
|
@@ -373,7 +378,7 @@
|
|
|
373
378
|
lines. The file now owns FastAPI construction, lifespan, middleware, static
|
|
374
379
|
mount, router wiring, and compatibility globals only.
|
|
375
380
|
- **Chat/history/agent extracted** — `/chat`, `/history*`, `/agent*`, streaming
|
|
376
|
-
generator, document-generation session handling, Graph
|
|
381
|
+
generator, document-generation session handling, Knowledge Graph context trace recording,
|
|
377
382
|
and AgentRuntime wiring moved to `latticeai/api/chat.py` with behavior and
|
|
378
383
|
SSE chunk format preserved.
|
|
379
384
|
- **Model runtime/provider extracted** — provider catalogs, engine aliases,
|
|
@@ -449,7 +454,7 @@
|
|
|
449
454
|
|
|
450
455
|
- **server_app.py modularization (phase 2)** — reduced
|
|
451
456
|
`latticeai/server_app.py` from ~6,585 to ~5,948 lines by extracting the
|
|
452
|
-
|
|
457
|
+
workspace / Organization API and the health/engine-summary endpoints into
|
|
453
458
|
dedicated routers backed by a new service layer. `server_app` now focuses on
|
|
454
459
|
app assembly, lifespan, middleware, and router include. The historical
|
|
455
460
|
`server:app` import path, all API paths, and request/response shapes are
|
|
@@ -496,7 +501,7 @@
|
|
|
496
501
|
|
|
497
502
|
### Added
|
|
498
503
|
|
|
499
|
-
- **Organization Workspace foundation** —
|
|
504
|
+
- **Organization Workspace foundation** — workspace now distinguishes
|
|
500
505
|
`personal` and `organization` workspace types. A full workspace model
|
|
501
506
|
(`workspace_id`, `name`, `type`, `owner_user_id`, `members`, `roles`,
|
|
502
507
|
`settings`, `created_at`, `updated_at`, `status`) is stored in the existing
|
|
@@ -524,9 +529,9 @@
|
|
|
524
529
|
verifies that exactly the expected `whl`/`tar.gz`/`vsix`/`tgz` exist for a
|
|
525
530
|
single version, that internal versions match, that the VSIX contains
|
|
526
531
|
`extension/out/extension.js`, and warns when `dist/` mixes other versions.
|
|
527
|
-
- **
|
|
532
|
+
- **workspace UI** — Personal/Organization workspace switcher, current
|
|
528
533
|
workspace indicator, and a minimal organization create / member / role panel
|
|
529
|
-
wired into the existing
|
|
534
|
+
wired into the existing workspace command center.
|
|
530
535
|
|
|
531
536
|
### Changed
|
|
532
537
|
|
|
@@ -535,7 +540,7 @@
|
|
|
535
540
|
`actions/setup-node@v5`, `actions/setup-python@v6`. Artifact upload and
|
|
536
541
|
`twine check` are now scoped to the tagged version only — never a `dist/*`
|
|
537
542
|
glob — and the build runs the release artifact validator before upload.
|
|
538
|
-
- Existing 1.0.x
|
|
543
|
+
- Existing 1.0.x workspace state is migrated non-destructively to the v1.1
|
|
539
544
|
workspace model on load; legacy records map to the Personal workspace.
|
|
540
545
|
- Release metadata aligned to `1.1.0` across Python, npm, VS Code extension,
|
|
541
546
|
FastAPI app metadata, and `/health`.
|
|
@@ -563,18 +568,18 @@
|
|
|
563
568
|
|
|
564
569
|
## [1.0.0] - 2026-05-31
|
|
565
570
|
|
|
566
|
-
> AI
|
|
571
|
+
> AI workspace integration release.
|
|
567
572
|
|
|
568
573
|
### Added
|
|
569
574
|
|
|
570
|
-
- **
|
|
575
|
+
- **workspace foundation** — new `/workspace` UI and `/workspace/*` API surface
|
|
571
576
|
organize LatticeAI around Graph, Snapshot, Memory, Agent, Workflow, Skills,
|
|
572
577
|
and Timeline areas while preserving existing chat, graph, admin, CLI, and MCP
|
|
573
578
|
compatibility.
|
|
574
579
|
- **First-run onboarding wizard** — reentrant step state, completion API,
|
|
575
580
|
hardware scan, model recommendations, folder connection state, and recovery
|
|
576
581
|
from failed/skipped steps.
|
|
577
|
-
- **Graph
|
|
582
|
+
- **Knowledge Graph context answer trace** — each generated answer records source files,
|
|
578
583
|
graph nodes, graph edges, confidence, retrieval metadata, graph jumps, and
|
|
579
584
|
source jumps.
|
|
580
585
|
- **Local indexing dashboard** — indexed folder status, watcher state, success
|
|
@@ -594,7 +599,7 @@
|
|
|
594
599
|
- **Local Computer Memory** — defaults OFF, requires explicit approval, tracks
|
|
595
600
|
activity summaries only after consent, and links approved records to graph.
|
|
596
601
|
- **Skill Marketplace registry** — install, uninstall, update, enable, disable,
|
|
597
|
-
version tracking, and metadata state surfaced in
|
|
602
|
+
version tracking, and metadata state surfaced in the workspace.
|
|
598
603
|
- **Workflow Graph** — stores workflow timelines and searchable workflow graphs
|
|
599
604
|
for repeatable actions such as Upload -> Summarize -> Generate -> Export.
|
|
600
605
|
- **VS Code workflow** — added Refactor Selection, Generate Tests, Send To
|
|
@@ -1142,7 +1147,7 @@ latticeai/
|
|
|
1142
1147
|
`언급함` · `포함함` · `해결함` · `의존함` · `설명함` · `비교함` · `사용함` · `연결함` · `확장함` · `생성함` · `대체함` · `지원함` · `발생함` · `관련됨` · `작성함` · `업로드함`
|
|
1143
1148
|
|
|
1144
1149
|
**핵심 개선**
|
|
1145
|
-
- `_extract_concepts()` — 고유명사·복합어·기술 용어 추출 (Lattice AI, Graph
|
|
1150
|
+
- `_extract_concepts()` — 고유명사·복합어·기술 용어 추출 (Lattice AI, Knowledge Graph context, VS Code 등)
|
|
1146
1151
|
- `_classify_node_type()` — 개념별 노드 타입 자동 분류 (윈도우 컨텍스트 기반)
|
|
1147
1152
|
- `_infer_edge()` — 문장 내 동사·조사 패턴으로 엣지 레이블 자동 결정
|
|
1148
1153
|
- `_extract_triples()` — 문장 단위 개념 쌍 → (주어, 동사, 목적어) 트리플 추출
|
|
@@ -1230,7 +1235,7 @@ latticeai/
|
|
|
1230
1235
|
#### VS Code 익스텐션 메타데이터 개선
|
|
1231
1236
|
- **카테고리** `Other` → `AI, Machine Learning, Chat, Other` (Marketplace 검색 노출 증가)
|
|
1232
1237
|
- **키워드** 8개 → 16개 추가 (`copilot`, `apple-silicon`, `groq`, `graph-rag` 등)
|
|
1233
|
-
- **설명 문구** 구체화 — 핵심 차별점(MLX, MCP, Graph
|
|
1238
|
+
- **설명 문구** 구체화 — 핵심 차별점(MLX, MCP, Knowledge Graph context, local-first data handling) 명시
|
|
1234
1239
|
- **익스텐션 README 전면 재작성** — 기능표 · 빠른 시작 · 단축키 · 지원 모델 · 설정 · 비교표 포함
|
|
1235
1240
|
|
|
1236
1241
|
#### 리포지터리 정리
|
|
@@ -1290,7 +1295,7 @@ latticeai/
|
|
|
1290
1295
|
- clear 동작을 `ClearEvent` 노드로 그래프에 기록 (언제 누가 clear 했는지 감사 추적)
|
|
1291
1296
|
- **민감정보 검사** — 문서 업로드 텍스트를 감사 로그에 기록
|
|
1292
1297
|
|
|
1293
|
-
### Graph
|
|
1298
|
+
### Knowledge Graph context / Data Graph
|
|
1294
1299
|
|
|
1295
1300
|
- **한국어 단어 검색 개선** — 2글자 키워드(`문서`, `모델` 등) RAG 검색 누락 문제 수정
|
|
1296
1301
|
- **`graph.html` 독립 페이지 유지** — 채팅 사이드바 `Data Graph` 버튼으로 연결, New Chat 버튼은 대화 검색 아래로 이동
|
|
@@ -1587,7 +1592,7 @@ latticeai/
|
|
|
1587
1592
|
|
|
1588
1593
|
### Added
|
|
1589
1594
|
- **Data Graph** — 채팅·AI 답변·업로드 문서를 SQLite 지식 그래프로 자동 구조화, `/graph`에서 Canvas 기반 Force-directed 시각화
|
|
1590
|
-
- **Graph
|
|
1595
|
+
- **Knowledge Graph context** — 그래프 검색 결과를 채팅 컨텍스트에 자동 주입하여 이전 대화·문서 참조 능력 강화
|
|
1591
1596
|
- **Telegram 원격 제어** — 인라인 키보드 메뉴로 상태 조회, 모델 관리, 스크린샷, 그래프 통계, 문서 업로드 등 원격 제어
|
|
1592
1597
|
- `knowledge_graph.py` — KnowledgeGraphStore (node/edge/chunk/event), `ingest_message()`, `ingest_document()`, `context_for_query()`, `search()`, `neighbors()`
|
|
1593
1598
|
- `static/graph.html` — 타입별 색상, 줌/패닝, 핀치 줌, 이웃 하이라이트, 노드 상세 정보, 채팅 연결 링크
|
package/docs/EDITION_STRATEGY.md
CHANGED
|
@@ -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 **
|
|
9
|
-
|
|
10
|
-
workspaces, role-based membership, snapshots,
|
|
11
|
-
skills, the auditable timeline, and the full v2
|
|
12
|
-
**Workflow Designer**, **Multi-Agent Runtime
|
|
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 /
|
|
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
|
|
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
|
package/docs/ENTERPRISE.md
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
Lattice AI follows an **open-core** model:
|
|
9
9
|
|
|
10
10
|
- **Community** (this repository, MIT) is fully functional on its own: local
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
models, knowledge graph, Personal and Organization workspaces, roles,
|
|
12
|
+
snapshots, durable context, AI pipelines, multi-agent workflows, skills, the
|
|
13
|
+
auditable timeline, and the full v2 workspace platform (Plugin SDK, Workflow
|
|
14
|
+
Designer, Multi-Agent Runtime, Realtime Collaboration).
|
|
15
15
|
- **Enterprise** is a separately-distributed plugin that attaches advanced,
|
|
16
16
|
organization-scale governance and deployment capabilities through a stable
|
|
17
17
|
runtime seam. It is never bundled into the Community build.
|
|
@@ -36,7 +36,7 @@ Community code consults the seam at extension points via
|
|
|
36
36
|
always `False`, so the Community code path is taken and nothing is gated off.
|
|
37
37
|
|
|
38
38
|
The live edition + capability matrix is exposed at `GET /workspace/editions`,
|
|
39
|
-
surfaced in the
|
|
39
|
+
surfaced in the workspace summary (`GET /workspace/os` → `edition`), and
|
|
40
40
|
shown in the Enterprise Admin UI at `/admin#enterprise`.
|
|
41
41
|
|
|
42
42
|
Community also exposes descriptive admin surfaces at `GET /admin/enterprise`
|
package/docs/PLUGIN_SDK.md
CHANGED
|
@@ -14,7 +14,7 @@ through the existing skill registry rather than owning a parallel one.
|
|
|
14
14
|
|
|
15
15
|
> **Compatibility.** v1.x data and APIs are preserved. The Plugin SDK adds new
|
|
16
16
|
> code (`latticeai/core/plugins.py`, `latticeai/api/plugins.py`) and new
|
|
17
|
-
> persisted state (`plugin_registry` inside the
|
|
17
|
+
> persisted state (`plugin_registry` inside the workspace store). Nothing in
|
|
18
18
|
> the v1.x contract changes. The new HTTP routes live under `/plugins/registry`
|
|
19
19
|
> and friends, which do **not** collide with the pre-existing
|
|
20
20
|
> `/plugins/directory` marketplace routes.
|
|
@@ -28,7 +28,7 @@ PLUGIN_SDK_VERSION = "2.2.0"
|
|
|
28
28
|
## v2.2 additions
|
|
29
29
|
|
|
30
30
|
- `execute_action(...)` emits `plugin_started`, `plugin_completed`, and
|
|
31
|
-
`execution_failed` through the existing
|
|
31
|
+
`execution_failed` through the existing workspace timeline/realtime feed.
|
|
32
32
|
- Plugin outputs can be carried inside agent context packets and replayed from
|
|
33
33
|
agent/workflow run history.
|
|
34
34
|
- The local template catalog (`latticeai.core.marketplace`) adds Plugin,
|
|
@@ -228,7 +228,7 @@ discover -> validate -> install -> enable / disable -> uninstall
|
|
|
228
228
|
```
|
|
229
229
|
|
|
230
230
|
Lifecycle *state* (installed / enabled / version / status) is delegated to the
|
|
231
|
-
|
|
231
|
+
workspace store via a small `store` port, so plugins reuse the same
|
|
232
232
|
local-first JSON persistence, workspace scoping, and timeline events as skills.
|
|
233
233
|
The registry itself owns only manifest parsing and the execution boundary.
|
|
234
234
|
|
|
@@ -355,7 +355,7 @@ A persisted entry looks like:
|
|
|
355
355
|
}
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
Each lifecycle mutation also records a
|
|
358
|
+
Each lifecycle mutation also records a workspace timeline event
|
|
359
359
|
(`plugin_installed`, `plugin_uninstalled`, `plugin_enabled`, `plugin_disabled`)
|
|
360
360
|
under the `plugins` channel.
|
|
361
361
|
|
package/docs/V2_ARCHITECTURE.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# Lattice AI v2 Architecture —
|
|
1
|
+
# Lattice AI v2 Architecture — AI Workspace, Pipeline, and Workflow Platform
|
|
2
2
|
|
|
3
|
-
Lattice AI v2.0.0
|
|
4
|
-
|
|
5
|
-
layer: explicit handoffs, context
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Graph.
|
|
3
|
+
Lattice AI v2.0.0 introduced the local-first AI workspace, AI pipeline,
|
|
4
|
+
Knowledge Graph, and multi-agent workflow foundation. v2.2.1 keeps that
|
|
5
|
+
architecture and matures the operational layer: explicit handoffs, context
|
|
6
|
+
packets, review/retry loops, durable context snapshots, planning records,
|
|
7
|
+
replay, marketplace templates, and realtime workflow observability all compose
|
|
8
|
+
over the same local-first JSON store and Knowledge Graph.
|
|
9
9
|
|
|
10
10
|
This document describes how the v2 platform pillars fit together, the small set of
|
|
11
11
|
**additive integration seams** that wire them, the cross-integration matrix that
|
|
@@ -47,7 +47,7 @@ templates / actions under one versioned, permissioned unit.
|
|
|
47
47
|
|
|
48
48
|
Design rules enforced by the module: no import-time I/O (the filesystem is only
|
|
49
49
|
touched on `discover()`), no FastAPI and no globals (lifecycle state lives in the
|
|
50
|
-
|
|
50
|
+
workspace store), and permissions are an allow-list — the execution boundary
|
|
51
51
|
refuses any capability a plugin did not declare *and* was not granted.
|
|
52
52
|
|
|
53
53
|
A validated `plugin.json` manifest:
|
|
@@ -213,7 +213,7 @@ class RealtimeBus:
|
|
|
213
213
|
v2.2.0 adds a local marketplace foundation rather than a cloud marketplace
|
|
214
214
|
service. `TemplateCatalog` manages Plugin, Workflow, and Agent templates with
|
|
215
215
|
metadata, export/import, install hooks, and a template registry stored through
|
|
216
|
-
|
|
216
|
+
workspace. Marketplace templates are local extension points for the existing
|
|
217
217
|
Plugin SDK, Workflow Engine, and Multi-Agent Runtime; they do not bypass plugin
|
|
218
218
|
permissions, workflow execution guards, or workspace scoping.
|
|
219
219
|
|
package/docs/architecture.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Lattice AI Architecture
|
|
2
2
|
|
|
3
|
-
Lattice AI is a local-first **AI
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
operate on top of
|
|
3
|
+
Lattice AI is a local-first **AI workspace, AI pipeline platform, Knowledge
|
|
4
|
+
Graph platform, and multi-agent workflow platform**. The architecture is
|
|
5
|
+
organized around one durable center: the Knowledge Graph. Models, tools,
|
|
6
|
+
agents, workflows, and UI modes are replaceable layers that operate on top of
|
|
7
|
+
workspace and graph context.
|
|
7
8
|
|
|
8
9
|
## Architecture Goals
|
|
9
10
|
|
|
@@ -15,7 +16,7 @@ operate on top of the graph.
|
|
|
15
16
|
- Keep basic and advanced modes feature-equivalent.
|
|
16
17
|
- Keep admin-only capabilities explicit and auditable.
|
|
17
18
|
|
|
18
|
-
##
|
|
19
|
+
## Workspace View
|
|
19
20
|
|
|
20
21
|
```mermaid
|
|
21
22
|
flowchart TD
|
|
@@ -24,9 +25,9 @@ flowchart TD
|
|
|
24
25
|
Extract["Entity, relation, evidence extraction"]
|
|
25
26
|
Graph["Knowledge Graph"]
|
|
26
27
|
Context["Graph context builder"]
|
|
27
|
-
Models["
|
|
28
|
-
Agents["
|
|
29
|
-
Outputs["
|
|
28
|
+
Models["Local or cloud model workflow"]
|
|
29
|
+
Agents["Multi-agent workflow"]
|
|
30
|
+
Outputs["Coding actions, analysis, documents, team workflows"]
|
|
30
31
|
Admin["Admin policy and audit"]
|
|
31
32
|
|
|
32
33
|
User --> Ingestion
|
|
@@ -42,7 +43,7 @@ flowchart TD
|
|
|
42
43
|
|
|
43
44
|
## Durable Core
|
|
44
45
|
|
|
45
|
-
The Knowledge Graph stores
|
|
46
|
+
The Knowledge Graph stores durable personal and organization workspace context:
|
|
46
47
|
|
|
47
48
|
- files and document evidence
|
|
48
49
|
- images and screenshots
|
|
@@ -52,8 +53,8 @@ The Knowledge Graph stores the durable user and organization memory:
|
|
|
52
53
|
- generated artifacts
|
|
53
54
|
- agent and workflow events
|
|
54
55
|
|
|
55
|
-
The
|
|
56
|
-
|
|
56
|
+
The model is not the product core. It is a replaceable participant in the
|
|
57
|
+
workspace pipeline.
|
|
57
58
|
|
|
58
59
|
## Multimodal Ingestion
|
|
59
60
|
|
|
@@ -75,9 +76,9 @@ input set includes:
|
|
|
75
76
|
The architecture must not ask users to convert these to plain text before AI can
|
|
76
77
|
work on them.
|
|
77
78
|
|
|
78
|
-
## Model
|
|
79
|
+
## Local Model Management Policy
|
|
79
80
|
|
|
80
|
-
Local recommended models must be multimodal. The v2.2 local
|
|
81
|
+
Local recommended models must be multimodal. The v2.2 local model workflow policy is:
|
|
81
82
|
|
|
82
83
|
- macOS Apple Silicon: MLX-VLM first
|
|
83
84
|
- Windows: llama.cpp multimodal path, with LM Studio as a user-friendly option
|
|
@@ -130,11 +131,11 @@ Basic mode and advanced mode have the same feature access.
|
|
|
130
131
|
| --- | --- |
|
|
131
132
|
| `latticeai/services/model_catalog.py` | Multimodal model catalog, source metadata, aliases |
|
|
132
133
|
| `latticeai/services/model_recommendation.py` | Hardware-aware multimodal recommendation |
|
|
133
|
-
| `latticeai/services/model_runtime.py` | Download, load, server, and
|
|
134
|
+
| `latticeai/services/model_runtime.py` | Download, load, server, and model workflow orchestration |
|
|
134
135
|
| `llm_router.py` | MLX-VLM and OpenAI-compatible model routing |
|
|
135
|
-
| `knowledge_graph.py` | Graph storage, extraction, local folder graph
|
|
136
|
+
| `knowledge_graph.py` | Graph storage, extraction, local folder knowledge graph context |
|
|
136
137
|
| `latticeai/core/context_builder.py` | Graph context for generation |
|
|
137
|
-
| `latticeai/core/workspace_os.py` | Workspace state, timeline, snapshots,
|
|
138
|
+
| `latticeai/core/workspace_os.py` | Workspace state, timeline, snapshots, durable context |
|
|
138
139
|
| `latticeai/core/multi_agent.py` | Planner/executor/reviewer/researcher orchestration |
|
|
139
140
|
| `latticeai/core/workflow_engine.py` | Workflow definitions and run history |
|
|
140
141
|
| `latticeai/core/plugins.py` | Plugin manifest, registry, permission boundary |
|
|
@@ -142,7 +143,7 @@ Basic mode and advanced mode have the same feature access.
|
|
|
142
143
|
|
|
143
144
|
## Compatibility
|
|
144
145
|
|
|
145
|
-
v2.2.
|
|
146
|
+
v2.2.1 preserves the additive workspace and API compatibility posture from
|
|
146
147
|
v2.x. Existing graph/workspace data is migrated non-destructively. The release
|
|
147
148
|
does remove current recommendation entries for old or text-only model paths, but
|
|
148
149
|
it does not destructively mutate existing user graph data.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/latticeai/__init__.py
CHANGED
|
@@ -18,7 +18,7 @@ from pathlib import Path
|
|
|
18
18
|
from typing import Any, Callable, Dict, Iterable, List, Optional
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
WORKSPACE_OS_VERSION = "2.2.
|
|
21
|
+
WORKSPACE_OS_VERSION = "2.2.2"
|
|
22
22
|
|
|
23
23
|
# Workspace types separate single-user Personal workspaces from shared
|
|
24
24
|
# Organization workspaces. Both keep the same local-first JSON store; the type
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ltcai",
|
|
3
|
-
"version": "2.2.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.2.2",
|
|
4
|
+
"description": "Local-first AI workspace for knowledge graphs, AI pipelines, and multi-agent coding workflows.",
|
|
5
5
|
"homepage": "https://github.com/TaeSooPark-PTS/LatticeAI#readme",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -39,11 +39,14 @@
|
|
|
39
39
|
},
|
|
40
40
|
"keywords": [
|
|
41
41
|
"ltcai",
|
|
42
|
-
"ai-
|
|
42
|
+
"ai-workspace",
|
|
43
|
+
"ai-pipeline",
|
|
44
|
+
"knowledge-graph",
|
|
43
45
|
"llm",
|
|
44
46
|
"mlx",
|
|
45
47
|
"local-ai",
|
|
46
|
-
"agent",
|
|
48
|
+
"multi-agent",
|
|
49
|
+
"workflow",
|
|
47
50
|
"mcp",
|
|
48
51
|
"rag",
|
|
49
52
|
"vscode"
|
package/static/account.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content">
|
|
6
6
|
<title>Lattice AI</title>
|
|
7
|
-
<script src="/static/scripts/ux.js?v=2.2.
|
|
7
|
+
<script src="/static/scripts/ux.js?v=2.2.2"></script>
|
|
8
8
|
<link rel="manifest" href="/manifest.json">
|
|
9
9
|
<meta name="theme-color" content="#f3ecff">
|
|
10
10
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap">
|
|
16
16
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css">
|
|
17
17
|
<link rel="stylesheet" href="/static/lattice-reference.css?v=0.3.3">
|
|
18
|
-
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.
|
|
18
|
+
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.2">
|
|
19
19
|
</head>
|
|
20
20
|
<body class="lattice-ref-auth">
|
|
21
21
|
<div class="orb orb-1"></div>
|
package/static/activity.html
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content" />
|
|
6
6
|
<title>Realtime Activity — Lattice AI</title>
|
|
7
|
-
<script src="/static/scripts/ux.js?v=2.2.
|
|
8
|
-
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.
|
|
9
|
-
<link rel="stylesheet" href="/static/platform.css?v=2.2.
|
|
10
|
-
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.
|
|
7
|
+
<script src="/static/scripts/ux.js?v=2.2.2"></script>
|
|
8
|
+
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.2" />
|
|
9
|
+
<link rel="stylesheet" href="/static/platform.css?v=2.2.2" />
|
|
10
|
+
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.2" />
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<main>
|
package/static/admin.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content">
|
|
7
7
|
<title>Lattice AI Admin</title>
|
|
8
|
-
<script src="/static/scripts/ux.js?v=2.2.
|
|
8
|
+
<script src="/static/scripts/ux.js?v=2.2.2"></script>
|
|
9
9
|
<link rel="manifest" href="/manifest.json">
|
|
10
10
|
<meta name="theme-color" content="#f3ecff">
|
|
11
11
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap">
|
|
17
17
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css">
|
|
18
18
|
<link rel="stylesheet" href="/static/lattice-reference.css?v=0.3.3">
|
|
19
|
-
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.
|
|
19
|
+
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.2">
|
|
20
20
|
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script>
|
|
21
21
|
</head>
|
|
22
22
|
|
package/static/agents.html
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content" />
|
|
6
6
|
<title>Multi-Agent Runtime — Lattice AI</title>
|
|
7
|
-
<script src="/static/scripts/ux.js?v=2.2.
|
|
8
|
-
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.
|
|
9
|
-
<link rel="stylesheet" href="/static/platform.css?v=2.2.
|
|
10
|
-
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.
|
|
7
|
+
<script src="/static/scripts/ux.js?v=2.2.2"></script>
|
|
8
|
+
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.2" />
|
|
9
|
+
<link rel="stylesheet" href="/static/platform.css?v=2.2.2" />
|
|
10
|
+
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.2" />
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<main>
|
package/static/chat.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta charset="UTF-8">
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content">
|
|
7
7
|
<title>Lattice AI — All-in-One Multimodal Workspace</title>
|
|
8
|
-
<script src="/static/scripts/ux.js?v=2.2.
|
|
8
|
+
<script src="/static/scripts/ux.js?v=2.2.2"></script>
|
|
9
9
|
|
|
10
10
|
<!-- PWA -->
|
|
11
11
|
<link rel="manifest" href="/manifest.json">
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
<!-- ── Setup Wizard Styles ──────────────────────────────────────────── -->
|
|
27
27
|
<link rel="stylesheet" href="/static/lattice-reference.css?v=0.3.3">
|
|
28
|
-
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.
|
|
28
|
+
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.2">
|
|
29
29
|
</head>
|
|
30
30
|
|
|
31
31
|
<body class="lattice-ref-chat">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ============================================================================
|
|
2
|
-
* Lattice AI — Responsive / Accessibility / Theme Foundation (v2.2.
|
|
2
|
+
* Lattice AI — Responsive / Accessibility / Theme Foundation (v2.2.2)
|
|
3
3
|
*
|
|
4
4
|
* 이 파일은 모든 페이지에서 가장 마지막에 로드된다 (lattice-reference.css /
|
|
5
5
|
* workspace.css / platform.css 다음). 따라서 기존 규칙을 "덮어쓰는" 레이어로
|
|
@@ -63,6 +63,12 @@ code,
|
|
|
63
63
|
.admin-main,
|
|
64
64
|
.stage { min-width: 0; }
|
|
65
65
|
|
|
66
|
+
/* 모바일 햄버거 토글은 기본 숨김 — 모바일/태블릿 미디어쿼리(섹션 7·8)에서 노출.
|
|
67
|
+
* 이 기본값은 노출 규칙보다 *먼저* 선언돼야 소스 순서상 노출이 이긴다.
|
|
68
|
+
* (graph-view-toggle 은 섹션 8 에서 동일 패턴으로 처리) */
|
|
69
|
+
.graph-nav-toggle,
|
|
70
|
+
.admin-rail-toggle { display: none; }
|
|
71
|
+
|
|
66
72
|
/* ============================================================================
|
|
67
73
|
* 1. 앱 셸 — dvh 기반, 100vw 스크롤바 버그 제거
|
|
68
74
|
* ========================================================================== */
|
|
@@ -349,6 +355,19 @@ body.lattice-ref-admin {
|
|
|
349
355
|
min-width: 0;
|
|
350
356
|
}
|
|
351
357
|
|
|
358
|
+
/* `.toolbar` 의 position:absolute / z-index:20 은 graph 캔버스 전용인데
|
|
359
|
+
* 선택자가 과넓어(`.toolbar`) admin·chat 의 폼 액션 행(.toolbar)까지 새어
|
|
360
|
+
* 페이지 우상단으로 떠올라 헤더 버튼(새로고침/로그아웃)을 덮었다.
|
|
361
|
+
* graph 가 아닌 페이지에서는 정상 흐름(static)으로 되돌린다. !important 불필요
|
|
362
|
+
* — `body.lattice-ref-* .toolbar` 가 `.toolbar` 보다 명시도가 높다. */
|
|
363
|
+
body.lattice-ref-admin .toolbar,
|
|
364
|
+
body.lattice-ref-chat .toolbar {
|
|
365
|
+
position: static;
|
|
366
|
+
z-index: auto;
|
|
367
|
+
-webkit-backdrop-filter: none;
|
|
368
|
+
backdrop-filter: none;
|
|
369
|
+
}
|
|
370
|
+
|
|
352
371
|
@media (max-width: 1024px) {
|
|
353
372
|
.lattice-ref-admin { grid-template-columns: 1fr; }
|
|
354
373
|
.lattice-ref-admin .content { width: 100%; max-width: 100%; }
|
|
@@ -472,9 +491,7 @@ body.lattice-ref-admin {
|
|
|
472
491
|
}
|
|
473
492
|
}
|
|
474
493
|
|
|
475
|
-
/*
|
|
476
|
-
.graph-nav-toggle,
|
|
477
|
-
.admin-rail-toggle { display: none; }
|
|
494
|
+
/* (햄버거 토글 기본 숨김은 섹션 0 으로 이동 — 노출 규칙보다 먼저 선언) */
|
|
478
495
|
|
|
479
496
|
/* 그래프/카드 뷰 토글 (graph.js 가 .graph-card-view 클래스 토글) */
|
|
480
497
|
.graph-view-toggle { display: none; }
|
package/static/css/tokens.css
CHANGED
package/static/graph.html
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content">
|
|
6
6
|
<title>Lattice AI - 지식 그래프</title>
|
|
7
|
-
<script src="/static/scripts/ux.js?v=2.2.
|
|
7
|
+
<script src="/static/scripts/ux.js?v=2.2.2"></script>
|
|
8
8
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
9
9
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
10
10
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap">
|
|
11
11
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css">
|
|
12
12
|
<link rel="stylesheet" href="/static/lattice-reference.css?v=0.3.3">
|
|
13
|
-
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.
|
|
13
|
+
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.2">
|
|
14
14
|
</head>
|
|
15
15
|
<body class="lattice-ref-graph">
|
|
16
16
|
<div class="sidebar-overlay" onclick="closeGraphNav&&closeGraphNav()"></div>
|
package/static/plugins.html
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content" />
|
|
6
6
|
<title>Plugin SDK — Lattice AI</title>
|
|
7
|
-
<script src="/static/scripts/ux.js?v=2.2.
|
|
8
|
-
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.
|
|
9
|
-
<link rel="stylesheet" href="/static/platform.css?v=2.2.
|
|
10
|
-
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.
|
|
7
|
+
<script src="/static/scripts/ux.js?v=2.2.2"></script>
|
|
8
|
+
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.2" />
|
|
9
|
+
<link rel="stylesheet" href="/static/platform.css?v=2.2.2" />
|
|
10
|
+
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.2" />
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<main>
|
package/static/scripts/ux.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* ============================================================================
|
|
2
|
-
* Lattice AI — Shared UX runtime (v2.2.
|
|
2
|
+
* Lattice AI — Shared UX runtime (v2.2.2)
|
|
3
3
|
*
|
|
4
4
|
* 모든 페이지에서 로드된다. 페이지마다 일부 요소가 없을 수 있으므로 전부
|
|
5
5
|
* 방어적으로(존재 확인 후) 동작한다. 기존 chat.js / graph.js / admin.js 의
|
package/static/workflows.html
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content" />
|
|
6
6
|
<title>Workflow Designer — Lattice AI</title>
|
|
7
|
-
<script src="/static/scripts/ux.js?v=2.2.
|
|
8
|
-
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.
|
|
9
|
-
<link rel="stylesheet" href="/static/platform.css?v=2.2.
|
|
10
|
-
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.
|
|
7
|
+
<script src="/static/scripts/ux.js?v=2.2.2"></script>
|
|
8
|
+
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.2" />
|
|
9
|
+
<link rel="stylesheet" href="/static/platform.css?v=2.2.2" />
|
|
10
|
+
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.2" />
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<main>
|
package/static/workspace.css
CHANGED
|
@@ -445,6 +445,11 @@ textarea {
|
|
|
445
445
|
position: absolute;
|
|
446
446
|
opacity: 0;
|
|
447
447
|
pointer-events: none;
|
|
448
|
+
/* 절대배치 + width:auto 인 체크박스는 컨테이닝 블록(뷰포트) 폭만큼 늘어나
|
|
449
|
+
* 가로 오버플로우를 만든다. 1px 박스로 가둬 레이아웃에 영향 없게 한다. */
|
|
450
|
+
width: 1px;
|
|
451
|
+
height: 1px;
|
|
452
|
+
margin: 0;
|
|
448
453
|
}
|
|
449
454
|
|
|
450
455
|
.toggle-row span {
|
package/static/workspace.html
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content">
|
|
6
6
|
<title>Lattice AI Workspace OS</title>
|
|
7
|
-
<script src="/static/scripts/ux.js?v=2.2.
|
|
7
|
+
<script src="/static/scripts/ux.js?v=2.2.2"></script>
|
|
8
8
|
<link rel="manifest" href="/manifest.json">
|
|
9
9
|
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32.png">
|
|
10
10
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap">
|
|
11
11
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/tabler-icons.min.css">
|
|
12
|
-
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.
|
|
13
|
-
<link rel="stylesheet" href="/static/workspace.css?v=2.2.
|
|
14
|
-
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.
|
|
12
|
+
<link rel="stylesheet" href="/static/css/tokens.css?v=2.2.2">
|
|
13
|
+
<link rel="stylesheet" href="/static/workspace.css?v=2.2.2">
|
|
14
|
+
<link rel="stylesheet" href="/static/css/responsive.css?v=2.2.2">
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
<div class="workspace-shell">
|