ltcai 7.4.0 → 7.6.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.
Files changed (52) hide show
  1. package/README.md +50 -41
  2. package/docs/CHANGELOG.md +52 -0
  3. package/docs/ROADMAP_RECOMMENDATIONS.md +15 -1
  4. package/frontend/src/components/ProductFlow.tsx +36 -1
  5. package/frontend/src/components/onboarding/recommendationModel.ts +1 -1
  6. package/frontend/src/features/brain/BrainHome.tsx +29 -0
  7. package/frontend/src/i18n.ts +31 -1
  8. package/frontend/src/styles.css +156 -0
  9. package/lattice_brain/__init__.py +1 -1
  10. package/lattice_brain/retrieval_benchmark_fixtures.py +48 -12
  11. package/lattice_brain/runtime/agent_runtime.py +20 -4
  12. package/lattice_brain/runtime/contracts.py +55 -1
  13. package/lattice_brain/runtime/multi_agent.py +1 -1
  14. package/latticeai/__init__.py +1 -1
  15. package/latticeai/api/agents.py +3 -3
  16. package/latticeai/api/realtime.py +3 -1
  17. package/latticeai/core/local_embeddings.py +4 -3
  18. package/latticeai/core/marketplace.py +1 -1
  19. package/latticeai/core/sessions.py +8 -2
  20. package/latticeai/core/workspace_os.py +1 -1
  21. package/latticeai/models/router.py +19 -0
  22. package/latticeai/services/architecture_readiness.py +101 -0
  23. package/latticeai/services/model_runtime.py +8 -3
  24. package/package.json +6 -3
  25. package/scripts/brain_quality_eval.py +11 -8
  26. package/scripts/pts-claudecode-discord-bridge.mjs +20 -3
  27. package/src-tauri/Cargo.lock +626 -1089
  28. package/src-tauri/Cargo.toml +3 -6
  29. package/src-tauri/src/main.rs +1 -1
  30. package/src-tauri/tauri.conf.json +1 -1
  31. package/static/app/asset-manifest.json +28 -28
  32. package/static/app/assets/{Act-Di4tRFWY.js → Act-CSeeIWB4.js} +2 -2
  33. package/static/app/assets/{Act-Di4tRFWY.js.map → Act-CSeeIWB4.js.map} +1 -1
  34. package/static/app/assets/{Brain-BZB3Gy9w.js → Brain-D_Ne4YoR.js} +2 -2
  35. package/static/app/assets/{Brain-BZB3Gy9w.js.map → Brain-D_Ne4YoR.js.map} +1 -1
  36. package/static/app/assets/{Capture-tNyYWxnh.js → Capture-YFRAO4bJ.js} +2 -2
  37. package/static/app/assets/{Capture-tNyYWxnh.js.map → Capture-YFRAO4bJ.js.map} +1 -1
  38. package/static/app/assets/{Library-DAtDDLdg.js → Library-C4zmA8O2.js} +2 -2
  39. package/static/app/assets/{Library-DAtDDLdg.js.map → Library-C4zmA8O2.js.map} +1 -1
  40. package/static/app/assets/{System-DEu0xNUc.js → System-Da-Kxwiz.js} +2 -2
  41. package/static/app/assets/{System-DEu0xNUc.js.map → System-Da-Kxwiz.js.map} +1 -1
  42. package/static/app/assets/core-CwxXejkd.js.map +1 -1
  43. package/static/app/assets/{index-Bi_bpigM.css → index-BwmCpRoW.css} +1 -1
  44. package/static/app/assets/index-D1hsexMt.js +17 -0
  45. package/static/app/assets/index-D1hsexMt.js.map +1 -0
  46. package/static/app/assets/{primitives-CdwcE--L.js → primitives-CSsF_Ymb.js} +2 -2
  47. package/static/app/assets/{primitives-CdwcE--L.js.map → primitives-CSsF_Ymb.js.map} +1 -1
  48. package/static/app/assets/{textarea-CqOdBPL1.js → textarea-CJMFSyfQ.js} +2 -2
  49. package/static/app/assets/{textarea-CqOdBPL1.js.map → textarea-CJMFSyfQ.js.map} +1 -1
  50. package/static/app/index.html +2 -2
  51. package/static/app/assets/index-COuGp7_5.js +0 -17
  52. package/static/app/assets/index-COuGp7_5.js.map +0 -1
@@ -1,18 +1,15 @@
1
1
  [package]
2
2
  name = "lattice-ai-desktop"
3
- version = "7.4.0"
3
+ version = "7.6.0"
4
4
  description = "Lattice AI Digital Brain desktop shell"
5
5
  authors = ["TaeSoo Park"]
6
6
  edition = "2021"
7
7
 
8
8
  [build-dependencies]
9
- tauri-build = { version = "=2.0.0", features = [] }
9
+ tauri-build = { version = "=2.6.3", features = [] }
10
10
 
11
11
  [dependencies]
12
- tauri = { version = "=2.0.0", features = [] }
13
- tauri-runtime = "=2.0.0"
14
- tauri-runtime-wry = "=2.0.0"
15
- tauri-utils = "=2.0.0"
12
+ tauri = { version = "=2.11.3", features = [] }
16
13
  plist = "=1.7.0"
17
14
  time = "=0.3.36"
18
15
  serde = { version = "1", features = ["derive"] }
@@ -388,7 +388,7 @@ fn main() {
388
388
  let _ = window.set_focus();
389
389
  let origin = app.state::<BackendState>().origin.clone();
390
390
  let target = format!("{}/app", origin.trim_end_matches('/'));
391
- let mut window_for_nav = window.clone();
391
+ let window_for_nav = window.clone();
392
392
  std::thread::spawn(move || {
393
393
  wait_for_backend(&origin);
394
394
  if let Ok(url) = tauri::Url::parse(&target) {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://schema.tauri.app/config/2",
3
3
  "productName": "Lattice AI",
4
- "version": "7.4.0",
4
+ "version": "7.6.0",
5
5
  "identifier": "ai.lattice.desktop",
6
6
  "build": {
7
7
  "beforeDevCommand": "npm run frontend:dev",
@@ -1,20 +1,20 @@
1
1
  {
2
- "version": "7.4.0",
2
+ "version": "7.6.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
- "_primitives-CdwcE--L.js": "/static/app/assets/primitives-CdwcE--L.js",
10
- "_textarea-CqOdBPL1.js": "/static/app/assets/textarea-CqOdBPL1.js",
11
- "index.html": "/static/app/assets/index-COuGp7_5.js",
12
- "assets/index-Bi_bpigM.css": "/static/app/assets/index-Bi_bpigM.css",
13
- "src/pages/Act.tsx": "/static/app/assets/Act-Di4tRFWY.js",
14
- "src/pages/Brain.tsx": "/static/app/assets/Brain-BZB3Gy9w.js",
15
- "src/pages/Capture.tsx": "/static/app/assets/Capture-tNyYWxnh.js",
16
- "src/pages/Library.tsx": "/static/app/assets/Library-DAtDDLdg.js",
17
- "src/pages/System.tsx": "/static/app/assets/System-DEu0xNUc.js"
9
+ "_primitives-CSsF_Ymb.js": "/static/app/assets/primitives-CSsF_Ymb.js",
10
+ "_textarea-CJMFSyfQ.js": "/static/app/assets/textarea-CJMFSyfQ.js",
11
+ "index.html": "/static/app/assets/index-D1hsexMt.js",
12
+ "assets/index-BwmCpRoW.css": "/static/app/assets/index-BwmCpRoW.css",
13
+ "src/pages/Act.tsx": "/static/app/assets/Act-CSeeIWB4.js",
14
+ "src/pages/Brain.tsx": "/static/app/assets/Brain-D_Ne4YoR.js",
15
+ "src/pages/Capture.tsx": "/static/app/assets/Capture-YFRAO4bJ.js",
16
+ "src/pages/Library.tsx": "/static/app/assets/Library-C4zmA8O2.js",
17
+ "src/pages/System.tsx": "/static/app/assets/System-Da-Kxwiz.js"
18
18
  },
19
19
  "vite": {
20
20
  "../node_modules/@tauri-apps/api/core.js": {
@@ -23,22 +23,22 @@
23
23
  "src": "../node_modules/@tauri-apps/api/core.js",
24
24
  "isDynamicEntry": true
25
25
  },
26
- "_primitives-CdwcE--L.js": {
27
- "file": "assets/primitives-CdwcE--L.js",
26
+ "_primitives-CSsF_Ymb.js": {
27
+ "file": "assets/primitives-CSsF_Ymb.js",
28
28
  "name": "primitives",
29
29
  "imports": [
30
30
  "index.html"
31
31
  ]
32
32
  },
33
- "_textarea-CqOdBPL1.js": {
34
- "file": "assets/textarea-CqOdBPL1.js",
33
+ "_textarea-CJMFSyfQ.js": {
34
+ "file": "assets/textarea-CJMFSyfQ.js",
35
35
  "name": "textarea",
36
36
  "imports": [
37
37
  "index.html"
38
38
  ]
39
39
  },
40
40
  "index.html": {
41
- "file": "assets/index-COuGp7_5.js",
41
+ "file": "assets/index-D1hsexMt.js",
42
42
  "name": "index",
43
43
  "src": "index.html",
44
44
  "isEntry": true,
@@ -51,59 +51,59 @@
51
51
  "src/pages/System.tsx"
52
52
  ],
53
53
  "css": [
54
- "assets/index-Bi_bpigM.css"
54
+ "assets/index-BwmCpRoW.css"
55
55
  ]
56
56
  },
57
57
  "src/pages/Act.tsx": {
58
- "file": "assets/Act-Di4tRFWY.js",
58
+ "file": "assets/Act-CSeeIWB4.js",
59
59
  "name": "Act",
60
60
  "src": "src/pages/Act.tsx",
61
61
  "isDynamicEntry": true,
62
62
  "imports": [
63
63
  "index.html",
64
- "_primitives-CdwcE--L.js",
65
- "_textarea-CqOdBPL1.js"
64
+ "_primitives-CSsF_Ymb.js",
65
+ "_textarea-CJMFSyfQ.js"
66
66
  ]
67
67
  },
68
68
  "src/pages/Brain.tsx": {
69
- "file": "assets/Brain-BZB3Gy9w.js",
69
+ "file": "assets/Brain-D_Ne4YoR.js",
70
70
  "name": "Brain",
71
71
  "src": "src/pages/Brain.tsx",
72
72
  "isDynamicEntry": true,
73
73
  "imports": [
74
74
  "index.html",
75
- "_primitives-CdwcE--L.js",
76
- "_textarea-CqOdBPL1.js"
75
+ "_primitives-CSsF_Ymb.js",
76
+ "_textarea-CJMFSyfQ.js"
77
77
  ]
78
78
  },
79
79
  "src/pages/Capture.tsx": {
80
- "file": "assets/Capture-tNyYWxnh.js",
80
+ "file": "assets/Capture-YFRAO4bJ.js",
81
81
  "name": "Capture",
82
82
  "src": "src/pages/Capture.tsx",
83
83
  "isDynamicEntry": true,
84
84
  "imports": [
85
85
  "index.html",
86
- "_primitives-CdwcE--L.js"
86
+ "_primitives-CSsF_Ymb.js"
87
87
  ]
88
88
  },
89
89
  "src/pages/Library.tsx": {
90
- "file": "assets/Library-DAtDDLdg.js",
90
+ "file": "assets/Library-C4zmA8O2.js",
91
91
  "name": "Library",
92
92
  "src": "src/pages/Library.tsx",
93
93
  "isDynamicEntry": true,
94
94
  "imports": [
95
95
  "index.html",
96
- "_primitives-CdwcE--L.js"
96
+ "_primitives-CSsF_Ymb.js"
97
97
  ]
98
98
  },
99
99
  "src/pages/System.tsx": {
100
- "file": "assets/System-DEu0xNUc.js",
100
+ "file": "assets/System-Da-Kxwiz.js",
101
101
  "name": "System",
102
102
  "src": "src/pages/System.tsx",
103
103
  "isDynamicEntry": true,
104
104
  "imports": [
105
105
  "index.html",
106
- "_primitives-CdwcE--L.js"
106
+ "_primitives-CSsF_Ymb.js"
107
107
  ]
108
108
  }
109
109
  }