ltcai 5.2.0 → 5.3.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ltcai",
3
- "version": "5.2.0",
4
- "description": "Lattice AI — local-first Living Brain workspace (conversation, durable memory, hybrid search, agents, advanced graph exploration, portable encrypted brain archives)",
3
+ "version": "5.3.0",
4
+ "description": "Lattice AI — local-first Digital Brain that keeps your knowledge durable across any AI model.",
5
5
  "homepage": "https://github.com/TaeSooPark-PTS/LatticeAI#readme",
6
6
  "repository": {
7
7
  "type": "git",
@@ -26,7 +26,6 @@ from __future__ import annotations
26
26
 
27
27
  import argparse
28
28
  import json
29
- import os
30
29
  import sys
31
30
  import time
32
31
  import urllib.error
@@ -43,7 +42,6 @@ try:
43
42
  from latticeai.services.model_capability_registry import (
44
43
  get_all_capabilities,
45
44
  ModelCapability,
46
- VerificationStatus,
47
45
  )
48
46
  except Exception as e:
49
47
  print("ERROR: Could not import model_capability_registry:", e)
@@ -206,7 +204,7 @@ def main() -> int:
206
204
  args = parser.parse_args()
207
205
 
208
206
  caps = get_all_capabilities()
209
- print(f"Lattice AI 5.2.0 HF Model Registry Verifier")
207
+ print("Lattice AI 5.2.0 HF Model Registry Verifier")
210
208
  print(f"Capabilities in registry: {len(caps)}")
211
209
  print(f"Time: {datetime.now(timezone.utc).isoformat()}")
212
210
  print("-" * 88)
@@ -1654,7 +1654,7 @@ dependencies = [
1654
1654
 
1655
1655
  [[package]]
1656
1656
  name = "lattice-ai-desktop"
1657
- version = "5.2.0"
1657
+ version = "5.3.0"
1658
1658
  dependencies = [
1659
1659
  "plist",
1660
1660
  "serde",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "lattice-ai-desktop"
3
- version = "5.2.0"
3
+ version = "5.3.0"
4
4
  description = "Lattice AI Digital Brain desktop shell"
5
5
  authors = ["TaeSoo Park"]
6
6
  edition = "2021"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://schema.tauri.app/config/2",
3
3
  "productName": "Lattice AI",
4
- "version": "5.2.0",
4
+ "version": "5.3.0",
5
5
  "identifier": "ai.lattice.desktop",
6
6
  "build": {
7
7
  "beforeDevCommand": "npm run frontend:dev",
@@ -1,12 +1,12 @@
1
1
  {
2
- "version": "5.2.0",
2
+ "version": "5.3.0",
3
3
  "generated_at": "vite",
4
4
  "entrypoints": {
5
5
  "app": "/static/app/index.html"
6
6
  },
7
7
  "assets": {
8
8
  "../node_modules/@tauri-apps/api/core.js": "/static/app/assets/core-CwxXejkd.js",
9
- "index.html": "/static/app/assets/index-DsnfomFs.js",
9
+ "index.html": "/static/app/assets/index-sOXTFUQc.js",
10
10
  "assets/index-CQmHhk8Q.css": "/static/app/assets/index-CQmHhk8Q.css"
11
11
  },
12
12
  "vite": {
@@ -17,7 +17,7 @@
17
17
  "isDynamicEntry": true
18
18
  },
19
19
  "index.html": {
20
- "file": "assets/index-DsnfomFs.js",
20
+ "file": "assets/index-sOXTFUQc.js",
21
21
  "name": "index",
22
22
  "src": "index.html",
23
23
  "isEntry": true,