ltcai 8.1.0 → 8.2.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 (110) hide show
  1. package/README.md +20 -41
  2. package/docs/CHANGELOG.md +38 -874
  3. package/docs/DEVELOPMENT.md +26 -3
  4. package/docs/LEGACY_COMPATIBILITY.md +3 -1
  5. package/docs/TRUST_MODEL.md +26 -26
  6. package/docs/WHY_LATTICE.md +28 -25
  7. package/docs/kg-schema.md +6 -4
  8. package/lattice_brain/__init__.py +1 -1
  9. package/lattice_brain/graph/schema.py +6 -0
  10. package/lattice_brain/runtime/multi_agent.py +1 -1
  11. package/latticeai/__init__.py +1 -1
  12. package/latticeai/api/computer_use.py +2 -0
  13. package/latticeai/api/memory.py +13 -0
  14. package/latticeai/app_factory.py +30 -28
  15. package/latticeai/brain/__init__.py +1 -1
  16. package/latticeai/core/config.py +10 -0
  17. package/latticeai/core/marketplace.py +1 -1
  18. package/latticeai/core/tool_registry.py +10 -0
  19. package/latticeai/core/workspace_graph_trace.py +132 -0
  20. package/latticeai/core/workspace_memory.py +75 -0
  21. package/latticeai/core/workspace_os.py +135 -1283
  22. package/latticeai/core/workspace_os_utils.py +132 -0
  23. package/latticeai/core/workspace_permissions.py +99 -0
  24. package/latticeai/core/workspace_plugins.py +97 -0
  25. package/latticeai/core/workspace_runs.py +612 -0
  26. package/latticeai/core/workspace_skills.py +114 -0
  27. package/latticeai/core/workspace_snapshots.py +195 -0
  28. package/latticeai/core/workspace_timeline.py +107 -0
  29. package/latticeai/runtime/audit_runtime.py +64 -0
  30. package/latticeai/runtime/config_runtime.py +4 -0
  31. package/latticeai/runtime/sso_runtime.py +52 -0
  32. package/latticeai/services/architecture_readiness.py +3 -3
  33. package/latticeai/services/memory_service.py +215 -7
  34. package/latticeai/services/model_capability_registry.py +68 -0
  35. package/latticeai/services/model_engines.py +603 -0
  36. package/latticeai/services/model_loading.py +482 -0
  37. package/latticeai/services/model_recommendation.py +5 -0
  38. package/latticeai/services/model_runtime.py +141 -866
  39. package/latticeai/services/product_readiness.py +19 -18
  40. package/package.json +1 -1
  41. package/src-tauri/Cargo.lock +1 -1
  42. package/src-tauri/Cargo.toml +1 -1
  43. package/src-tauri/tauri.conf.json +1 -1
  44. package/static/app/asset-manifest.json +11 -11
  45. package/static/app/assets/{Act-BOO66G-c.js → Act-D9jIknFd.js} +1 -1
  46. package/static/app/assets/{Brain-C6lEYiD7.js → Brain-CFOtWbPN.js} +1 -1
  47. package/static/app/assets/{Capture-TATXBRDw.js → Capture-Q4WYzwr5.js} +1 -1
  48. package/static/app/assets/{Library-DK4FIp8a.js → Library-C5Q2yWee.js} +1 -1
  49. package/static/app/assets/{System-Bgs6Ql7x.js → System-BLbjdr1_.js} +1 -1
  50. package/static/app/assets/index-BqammyNu.js +16 -0
  51. package/static/app/assets/index-ty1iGgZu.css +2 -0
  52. package/static/app/assets/{primitives-B70WOra0.js → primitives-Br8uSfZ4.js} +1 -1
  53. package/static/app/assets/{textarea-Czrd9gwM.js → textarea-BnhNs1_X.js} +1 -1
  54. package/static/app/index.html +2 -2
  55. package/static/sw.js +1 -1
  56. package/tools/__init__.py +2 -1
  57. package/tools/computer.py +21 -0
  58. package/docs/CARRYOVER_AUDIT_v3.6.0.md +0 -61
  59. package/docs/HANDOVER_v3.6.0.md +0 -46
  60. package/docs/RUNTIME_HOOK_COVERAGE_v3.5.0.md +0 -56
  61. package/docs/RUNTIME_HOOK_COVERAGE_v3.6.0.md +0 -49
  62. package/docs/V2_ARCHITECTURE.md +0 -561
  63. package/docs/V3_2_AUDIT.md +0 -82
  64. package/docs/V3_BACKEND_ARCHITECTURE.md +0 -138
  65. package/docs/V3_FRONTEND.md +0 -146
  66. package/docs/V4_1_FRONTEND_ARCHITECTURE_REVIEW.md +0 -65
  67. package/docs/V4_1_FRONTEND_MIGRATION_REPORT.md +0 -70
  68. package/docs/V4_1_VALIDATION_REPORT.md +0 -47
  69. package/docs/V4_2_BRAIN_CORE_ARCHITECTURE.md +0 -97
  70. package/docs/V4_2_STORAGE_MIGRATION_REPORT.md +0 -91
  71. package/docs/V4_2_VALIDATION_REPORT.md +0 -89
  72. package/docs/V4_3_2_DEADCODE_AUDIT_REPORT.md +0 -174
  73. package/docs/V4_3_2_DOCUMENTATION_CLEANUP_REPORT.md +0 -81
  74. package/docs/V4_3_2_GITHUB_VERCEL_CHECK_REPORT.md +0 -75
  75. package/docs/V4_3_2_GRAPH_UX_REPORT.md +0 -48
  76. package/docs/V4_3_2_INDEPENDENT_AUDIT_PACKAGE.md +0 -209
  77. package/docs/V4_3_2_PRODUCT_POLISH_REPORT.md +0 -57
  78. package/docs/V4_3_2_SELF_AUDIT_REPORT.md +0 -63
  79. package/docs/V4_3_2_VALIDATION_REPORT.md +0 -97
  80. package/docs/V4_3_3_VALIDATION_REPORT.md +0 -46
  81. package/docs/V4_3_PORTABILITY_ARCHITECTURE.md +0 -69
  82. package/docs/V4_3_PRIVACY_AUDIT.md +0 -60
  83. package/docs/V4_3_PRODUCT_HARDENING_REPORT.md +0 -53
  84. package/docs/V4_3_VALIDATION_REPORT.md +0 -58
  85. package/docs/V4_4_0_EXTRACTION_REPORT.md +0 -239
  86. package/docs/V4_5_0_GEMMA_RUNTIME_COMPATIBILITY_REPORT.md +0 -49
  87. package/docs/V4_5_0_GRAPH_UX_REPORT.md +0 -34
  88. package/docs/V4_5_0_MODEL_RUNTIME_UX_REPORT.md +0 -40
  89. package/docs/V4_5_0_ONBOARDING_REPORT.md +0 -31
  90. package/docs/V4_5_0_PRODUCT_EXPERIENCE_RECOVERY_REPORT.md +0 -49
  91. package/docs/V4_5_0_VALIDATION_REPORT.md +0 -60
  92. package/docs/V4_5_1_GRAPH_EXPERIENCE_REPORT.md +0 -33
  93. package/docs/V4_5_1_MODEL_EXPERIENCE_REPORT.md +0 -37
  94. package/docs/V4_5_1_NAVIGATION_REPORT.md +0 -37
  95. package/docs/V4_5_1_ONBOARDING_REPORT.md +0 -29
  96. package/docs/V4_5_1_PRODUCT_REIMAGINING_REPORT.md +0 -61
  97. package/docs/V4_5_1_RC_ARTIFACTS.md +0 -44
  98. package/docs/V4_5_1_UX_REPORT.md +0 -45
  99. package/docs/V4_5_1_VALIDATION_REPORT.md +0 -55
  100. package/docs/V4_5_1_VISUAL_DESIGN_REPORT.md +0 -30
  101. package/docs/V4_6_0_LIVING_BRAIN_EXPERIENCE_REPORT.md +0 -72
  102. package/docs/V4_6_1_RELEASE_REFRESH_REPORT.md +0 -42
  103. package/docs/V4_7_0_ADMIN_SEPARATION_REPORT.md +0 -42
  104. package/docs/V4_7_1_ADMIN_OPERATIONS_REPORT.md +0 -49
  105. package/docs/V4_7_2_INTUITIVE_BRAIN_UX_REPORT.md +0 -62
  106. package/docs/V4_BRAIN_ARCHITECTURE.md +0 -322
  107. package/docs/V4_DIGITAL_BRAIN_RECOVERY.md +0 -555
  108. package/docs/V4_IMPLEMENTATION_PLAN.md +0 -470
  109. package/static/app/assets/index-Bvv79nre.js +0 -16
  110. package/static/app/assets/index-Dslqglia.css +0 -2
@@ -1,13 +1,13 @@
1
- """Machine-checkable *product* readiness gates for the 8.1 line.
1
+ """Machine-checkable *product* readiness gates for the 8.2 line.
2
2
 
3
3
  Where ``architecture_readiness`` proves the internal structure is sound, this
4
- module answers the product question the 8.1 release exists to settle: *is the
5
- Brain experience still release-ready after the default surface becomes more
6
- intuitive?* It does so honestly every gate is backed by evidence that is
7
- probed on disk, so a gate only reports ``complete`` when its evidence actually
8
- resolves. The same report can be printed by ``scripts/product_readiness.py`` and
9
- re-run after every change, which is the point: completeness is something we keep
10
- measuring, not a one-time claim.
4
+ module answers the product question the 8.2 release exists to settle: *is the
5
+ Brain experience still release-ready now that the home screen explains what to
6
+ notice and what to do next?* It does so honestly: every gate is backed by
7
+ evidence that is probed on disk, so a gate only reports ``complete`` when its
8
+ evidence actually resolves. The same report can be printed by
9
+ ``scripts/product_readiness.py`` and re-run after every change, which is the
10
+ point: completeness is something we keep measuring, not a one-time claim.
11
11
  """
12
12
 
13
13
  from __future__ import annotations
@@ -18,7 +18,7 @@ from typing import Any, Dict, List
18
18
 
19
19
  from latticeai.services.architecture_readiness import architecture_readiness
20
20
 
21
- PRODUCT_VERSION_TARGET = "8.1.0"
21
+ PRODUCT_VERSION_TARGET = "8.2.0"
22
22
 
23
23
 
24
24
  @dataclass(frozen=True)
@@ -37,6 +37,7 @@ PRODUCT_GATES: List[ProductGate] = [
37
37
  evidence=[
38
38
  "frontend/src/components/ProductFlow.tsx::WakeBrainScreen",
39
39
  "frontend/src/features/brain/BrainConversation.tsx::ProductCommandCenter",
40
+ "frontend/src/features/brain/BrainConversation.tsx::BrainBriefPanel",
40
41
  "frontend/src/features/brain/BrainHome.tsx",
41
42
  "auto_setup.py",
42
43
  "setup_wizard.py",
@@ -65,10 +66,10 @@ PRODUCT_GATES: List[ProductGate] = [
65
66
  evidence=[
66
67
  "package.json::release:artifacts",
67
68
  "package.json::release:validate",
68
- "README.md::dist/ltcai-8.1.0-py3-none-any.whl",
69
- "README.md::dist/ltcai-8.1.0.tar.gz",
70
- "README.md::dist/ltcai-8.1.0.vsix",
71
- "README.md::ltcai-8.1.0.tgz",
69
+ "README.md::dist/ltcai-8.2.0-py3-none-any.whl",
70
+ "README.md::dist/ltcai-8.2.0.tar.gz",
71
+ "README.md::dist/ltcai-8.2.0.vsix",
72
+ "README.md::ltcai-8.2.0.tgz",
72
73
  "scripts/validate_release_artifacts.py",
73
74
  "scripts/release_smoke.py",
74
75
  "Dockerfile",
@@ -84,12 +85,12 @@ PRODUCT_GATES: List[ProductGate] = [
84
85
  title="Release story is documented and honest",
85
86
  evidence=[
86
87
  "README.md",
87
- "README.md::The current release is **8.1.0",
88
- "SECURITY.md::8.1.x (latest)",
89
- "vscode-extension/README.md::**8.1.0",
90
- "docs/CHANGELOG.md::## [8.1.0]",
88
+ "README.md::The current release is **8.2.0",
89
+ "SECURITY.md::8.2.x (latest)",
90
+ "vscode-extension/README.md::**8.2.0",
91
+ "docs/CHANGELOG.md::## [8.2.0]",
91
92
  "FEATURE_STATUS.md",
92
- "RELEASE_NOTES_v8.1.0.md",
93
+ "RELEASE_NOTES_v8.2.0.md",
93
94
  "latticeai/core/agent.py::SingleAgentRuntime",
94
95
  "latticeai/core/agent.py::AgentRuntime = SingleAgentRuntime",
95
96
  "lattice_brain/runtime/contracts.py::runtime-boundary/v1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ltcai",
3
- "version": "8.1.0",
3
+ "version": "8.2.0",
4
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": {
@@ -1584,7 +1584,7 @@ dependencies = [
1584
1584
 
1585
1585
  [[package]]
1586
1586
  name = "lattice-ai-desktop"
1587
- version = "8.1.0"
1587
+ version = "8.2.0"
1588
1588
  dependencies = [
1589
1589
  "plist",
1590
1590
  "serde",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "lattice-ai-desktop"
3
- version = "8.1.0"
3
+ version = "8.2.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": "8.1.0",
4
+ "version": "8.2.0",
5
5
  "identifier": "ai.lattice.desktop",
6
6
  "build": {
7
7
  "beforeDevCommand": "npm run frontend:dev",
@@ -1,19 +1,19 @@
1
1
  {
2
- "version": "8.1.0",
2
+ "version": "8.2.0",
3
3
  "generated_at": "vite",
4
4
  "entrypoints": {
5
- "app": "/static/app/assets/index-Bvv79nre.js"
5
+ "app": "/static/app/assets/index-BqammyNu.js"
6
6
  },
7
7
  "assets": {
8
8
  "../node_modules/@tauri-apps/api/core.js": "/static/app/assets/core-CwxXejkd.js",
9
- "_primitives-B70WOra0.js": "/static/app/assets/primitives-B70WOra0.js",
10
- "_textarea-Czrd9gwM.js": "/static/app/assets/textarea-Czrd9gwM.js",
11
- "index.html": "/static/app/assets/index-Bvv79nre.js",
12
- "assets/index-Dslqglia.css": "/static/app/assets/index-Dslqglia.css",
13
- "src/pages/Act.tsx": "/static/app/assets/Act-BOO66G-c.js",
14
- "src/pages/Brain.tsx": "/static/app/assets/Brain-C6lEYiD7.js",
15
- "src/pages/Capture.tsx": "/static/app/assets/Capture-TATXBRDw.js",
16
- "src/pages/Library.tsx": "/static/app/assets/Library-DK4FIp8a.js",
17
- "src/pages/System.tsx": "/static/app/assets/System-Bgs6Ql7x.js"
9
+ "_primitives-Br8uSfZ4.js": "/static/app/assets/primitives-Br8uSfZ4.js",
10
+ "_textarea-BnhNs1_X.js": "/static/app/assets/textarea-BnhNs1_X.js",
11
+ "index.html": "/static/app/assets/index-BqammyNu.js",
12
+ "assets/index-ty1iGgZu.css": "/static/app/assets/index-ty1iGgZu.css",
13
+ "src/pages/Act.tsx": "/static/app/assets/Act-D9jIknFd.js",
14
+ "src/pages/Brain.tsx": "/static/app/assets/Brain-CFOtWbPN.js",
15
+ "src/pages/Capture.tsx": "/static/app/assets/Capture-Q4WYzwr5.js",
16
+ "src/pages/Library.tsx": "/static/app/assets/Library-C5Q2yWee.js",
17
+ "src/pages/System.tsx": "/static/app/assets/System-BLbjdr1_.js"
18
18
  }
19
19
  }