ltcai 0.1.28 → 0.1.30

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,7 +1,9 @@
1
1
  <div align="center">
2
2
  <img src="https://raw.githubusercontent.com/TaeSooPark-PTS/LatticeAI/main/docs/images/logo.svg" alt="Lattice AI" width="280"/>
3
3
  <br/>
4
- <strong>Your personal AI workspace server — local & cloud, one stack.</strong>
4
+ <strong>One install. Your personal AI workspace.</strong>
5
+ <br/>
6
+ Local LLMs, cloud models, VS Code / Cursor, Telegram, MCP tools, files, admin controls, and a knowledge graph in one self-hosted stack.
5
7
  <br/><br/>
6
8
 
7
9
  [![PyPI](https://img.shields.io/pypi/v/ltcai?label=PyPI&color=blue)](https://pypi.org/project/ltcai/)
@@ -9,35 +11,61 @@
9
11
  [![npm](https://img.shields.io/npm/v/ltcai?label=npm)](https://www.npmjs.com/package/ltcai)
10
12
  [![VS Code](https://vsmarketplacebadges.dev/version-short/parktaesoo.ltcai.svg)](https://marketplace.visualstudio.com/items?itemName=parktaesoo.ltcai)
11
13
  [![Open VSX](https://img.shields.io/open-vsx/v/parktaesoo/ltcai?label=Open%20VSX)](https://open-vsx.org/extension/parktaesoo/ltcai)
14
+ [![CI](https://github.com/TaeSooPark-PTS/LatticeAI/actions/workflows/ci.yml/badge.svg)](https://github.com/TaeSooPark-PTS/LatticeAI/actions/workflows/ci.yml)
12
15
  [![License: MIT](https://img.shields.io/badge/License-MIT-green)](./LICENSE)
13
16
  [![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue)](https://www.python.org/)
14
17
 
18
+ <br/>
19
+
20
+ <img src="https://raw.githubusercontent.com/TaeSooPark-PTS/LatticeAI/main/docs/images/lattice-ai-demo.gif" alt="Lattice AI demo showing chat, knowledge graph, and admin dashboard" width="100%"/>
21
+
15
22
  </div>
16
23
 
17
24
  ---
18
25
 
19
26
  ## What is Lattice AI?
20
27
 
21
- **Lattice AI** is a self-hosted AI server that unifies local and cloud LLMs into one workspace web chat, VS Code extension, Telegram bot, and MCP tools, all from a single `pip install`.
28
+ **Lattice AI** is a self-hosted AI server that unifies local and cloud LLMs into one practical workspace. Install once, then use the same AI from the web UI, VS Code / Cursor, Telegram, MCP clients, files, and your personal knowledge graph.
22
29
 
23
30
  - 🖥️ **Web UI** — chat, file upload, admin dashboard, data graph
24
31
  - 🧩 **VS Code / Cursor extension** — edit, explain, generate commands inline
25
32
  - 📱 **Telegram bot** — access your AI from anywhere
26
33
  - 🔌 **MCP server** — use Lattice tools inside Claude Desktop / Cursor
27
34
  - 🔒 **Zero telemetry** — all data stays in `~/.ltcai/` on your machine
35
+ - ⚡ **30-second start** — `pip install ltcai` or `npm install -g ltcai`
28
36
 
29
37
  ---
30
38
 
31
- ## 📸 Screenshots
39
+ ## 📸 Product Preview
40
+
41
+ Real screens from the local web app:
32
42
 
33
43
  <table>
34
44
  <tr>
35
- <td width="33%"><b>Chat UI</b><br/><img src="https://raw.githubusercontent.com/TaeSooPark-PTS/LatticeAI/main/docs/images/screenshot-chat.png" alt="Lattice AI Chat" width="100%"/></td>
36
- <td width="33%"><b>Admin Dashboard</b><br/><img src="https://raw.githubusercontent.com/TaeSooPark-PTS/LatticeAI/main/docs/images/screenshot-admin.png" alt="Admin Dashboard" width="100%"/></td>
37
- <td width="33%"><b>Data Graph (Graph RAG)</b><br/><img src="https://raw.githubusercontent.com/TaeSooPark-PTS/LatticeAI/main/docs/images/screenshot-graph.png" alt="Knowledge Graph" width="100%"/></td>
45
+ <td align="center" width="33%">
46
+ <b>💬 Workspace Chat</b><br/>
47
+ <img src="https://raw.githubusercontent.com/TaeSooPark-PTS/LatticeAI/main/docs/images/screenshot-chat.png" alt="Lattice AI workspace chat" width="100%"/>
48
+ <sub>Web chat with local LLM, file upload, pipeline status</sub>
49
+ </td>
50
+ <td align="center" width="33%">
51
+ <b>🛡️ Admin Dashboard</b><br/>
52
+ <img src="https://raw.githubusercontent.com/TaeSooPark-PTS/LatticeAI/main/docs/images/screenshot-admin.png" alt="Lattice AI admin dashboard" width="100%"/>
53
+ <sub>User management, audit log, security monitoring</sub>
54
+ </td>
55
+ <td align="center" width="33%">
56
+ <b>🕸️ Knowledge Graph</b><br/>
57
+ <img src="https://raw.githubusercontent.com/TaeSooPark-PTS/LatticeAI/main/docs/images/screenshot-graph.png" alt="Lattice AI knowledge graph" width="100%"/>
58
+ <sub>Auto-built Graph RAG from chats &amp; documents</sub>
59
+ </td>
38
60
  </tr>
39
61
  </table>
40
62
 
63
+ What this gives users after install:
64
+
65
+ - A single local workspace for chat, files, models, runtime setup, and tool control
66
+ - A graph view that turns chats and documents into searchable knowledge
67
+ - Admin screens for users, model status, VPC settings, SSO, audit logs, and security monitoring
68
+
41
69
  ---
42
70
 
43
71
  ## ⚡ Quick Start (30 seconds)
@@ -45,16 +73,9 @@
45
73
  **Python / PyPI**
46
74
 
47
75
  ```bash
48
- # Install (cloud models)
49
76
  pip install ltcai
50
-
51
- # Install (+ Apple Silicon local models)
52
77
  pip install "ltcai[local]"
53
-
54
- # Verify environment
55
78
  LTCAI doctor
56
-
57
- # Start server
58
79
  LTCAI
59
80
  # → http://localhost:4825
60
81
  ```
@@ -135,7 +156,8 @@ OpenAI · Groq · Together · OpenRouter · any OpenAI-compatible endpoint
135
156
  | **Multi-step agent** | File edit/create, grep, todo, terminal (25 steps) |
136
157
  | **Multi-LLM pipeline** | Plan → Execute → Review with different models |
137
158
  | **Human-in-the-loop** | Approve agent plan before execution |
138
- | **Audit dashboard** | Per-user AI usage, sensitive data detection, event log |
159
+ | **Admin governance** | User status, role permissions, Okta / Entra ID SSO, security monitoring |
160
+ | **Audit dashboard** | Per-user AI usage, sensitive data detection, event log, UTF-8 TXT/CSV/Excel exports |
139
161
  | **PWA** | Install on iPad / Android home screen |
140
162
  | **SSO** | Entra ID / Okta OIDC |
141
163
 
@@ -241,6 +263,9 @@ Report vulnerabilities: [SECURITY.md](SECURITY.md)
241
263
  | GET | `/skills/marketplace` | Skills marketplace |
242
264
  | POST | `/skills/install` | Install a skill |
243
265
  | GET | `/plugins/directory` | Plugin directory |
266
+ | GET | `/admin/audit` | Admin audit report with per-user usage and recent events |
267
+ | GET | `/admin/sensitivity` | Security monitoring report for risky/compliant fields |
268
+ | GET/PATCH | `/admin/sso` | Okta / Entra ID OIDC configuration |
244
269
  | GET | `/permissions/pending` | Pending file-access approvals (admin) |
245
270
  | POST | `/permissions/approve/{token}` | Approve file access (admin) |
246
271
 
@@ -294,7 +319,7 @@ Or: `./start_ai.sh` (auto-restart + caffeinate)
294
319
  | VS Code Marketplace | [marketplace.visualstudio.com](https://marketplace.visualstudio.com/items?itemName=parktaesoo.ltcai) |
295
320
  | Open VSX | [open-vsx.org](https://open-vsx.org/extension/parktaesoo/ltcai) |
296
321
 
297
- Current version: **0.1.27** — [Changelog](docs/CHANGELOG.md)
322
+ Current version: **0.1.30** — [Changelog](docs/CHANGELOG.md)
298
323
 
299
324
  ---
300
325
 
@@ -333,7 +358,8 @@ LTCAI --tunnel # + Cloudflare 공개 URL 자동 발급
333
358
  - Graph RAG — 채팅·문서를 SQLite 지식 그래프로 자동 구조화
334
359
  - 멀티 LLM 파이프라인 (Plan → Execute → Review)
335
360
  - Human-in-the-loop 에이전트 승인
336
- - 감사 로그 & 데이터 거버넌스 대시보드
361
+ - 감사 로그 & 데이터 거버넌스 대시보드, UTF-8 TXT/CSV/Excel 추출
362
+ - 사용자/권한/SSO/보안 모니터링이 분리된 관리자 화면
337
363
  - 텔레메트리 없음 — 모든 데이터 로컬 저장
338
364
 
339
365
  ### 추천 로컬 모델 (M-series Mac)