ltcai 8.7.0 → 8.8.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 (73) hide show
  1. package/README.md +29 -24
  2. package/docs/CHANGELOG.md +26 -0
  3. package/docs/COMMUNITY_AND_PLUGINS.md +4 -3
  4. package/docs/DEVELOPMENT.md +8 -8
  5. package/docs/LEGACY_COMPATIBILITY.md +33 -14
  6. package/docs/ONBOARDING.md +2 -2
  7. package/docs/TRUST_MODEL.md +1 -1
  8. package/docs/WHY_LATTICE.md +2 -2
  9. package/docs/kg-schema.md +1 -1
  10. package/kg_schema.py +1 -1
  11. package/knowledge_graph.py +2 -2
  12. package/lattice_brain/__init__.py +1 -1
  13. package/lattice_brain/core.py +1 -1
  14. package/lattice_brain/ingestion.py +35 -20
  15. package/lattice_brain/runtime/agent_runtime.py +37 -3
  16. package/lattice_brain/runtime/multi_agent.py +1 -1
  17. package/latticeai/__init__.py +1 -1
  18. package/latticeai/app_factory.py +1 -1
  19. package/latticeai/core/legacy_compatibility.py +36 -25
  20. package/latticeai/core/marketplace.py +1 -1
  21. package/latticeai/core/workspace_os.py +1 -1
  22. package/latticeai/runtime/persistence_runtime.py +1 -1
  23. package/latticeai/runtime/platform_services_runtime.py +1 -1
  24. package/latticeai/services/architecture_readiness.py +2 -2
  25. package/latticeai/services/memory_service.py +38 -7
  26. package/latticeai/services/product_readiness.py +11 -11
  27. package/package.json +1 -1
  28. package/src-tauri/Cargo.lock +1 -1
  29. package/src-tauri/Cargo.toml +1 -1
  30. package/src-tauri/tauri.conf.json +1 -1
  31. package/static/app/asset-manifest.json +11 -11
  32. package/static/app/assets/{Act-_U7mhXir.js → Act-C7K9wsO9.js} +1 -1
  33. package/static/app/assets/{Brain-BxyTHZ21.js → Brain-I1OSzxJu.js} +2 -2
  34. package/static/app/assets/{Capture-DyDKWNh9.js → Capture-B3V4_5Xp.js} +1 -1
  35. package/static/app/assets/{Library-DJ8KioFM.js → Library-Cgj-EF50.js} +1 -1
  36. package/static/app/assets/{System-C0FIb3OO.js → System-D1Lkei3I.js} +1 -1
  37. package/static/app/assets/index--P0ksosz.js +17 -0
  38. package/static/app/assets/index-DCh5AoXt.css +2 -0
  39. package/static/app/assets/{primitives-BywkNS3f.js → primitives-BLqaKk5g.js} +1 -1
  40. package/static/app/assets/{textarea-CQ61Rycp.js → textarea-CVQkN2Tk.js} +1 -1
  41. package/static/app/index.html +2 -2
  42. package/static/sw.js +1 -1
  43. package/lattice_brain/_kg_common.py +0 -11
  44. package/lattice_brain/discovery.py +0 -11
  45. package/lattice_brain/documents.py +0 -11
  46. package/lattice_brain/identity.py +0 -11
  47. package/lattice_brain/ingest.py +0 -11
  48. package/lattice_brain/network.py +0 -11
  49. package/lattice_brain/projection.py +0 -11
  50. package/lattice_brain/provenance.py +0 -11
  51. package/lattice_brain/retrieval.py +0 -11
  52. package/lattice_brain/schema.py +0 -11
  53. package/lattice_brain/store.py +0 -11
  54. package/lattice_brain/write_master.py +0 -11
  55. package/latticeai/brain/__init__.py +0 -36
  56. package/latticeai/brain/_kg_common.py +0 -17
  57. package/latticeai/brain/context.py +0 -17
  58. package/latticeai/brain/conversations.py +0 -17
  59. package/latticeai/brain/discovery.py +0 -17
  60. package/latticeai/brain/documents.py +0 -17
  61. package/latticeai/brain/identity.py +0 -17
  62. package/latticeai/brain/ingest.py +0 -17
  63. package/latticeai/brain/memory.py +0 -17
  64. package/latticeai/brain/network.py +0 -17
  65. package/latticeai/brain/projection.py +0 -17
  66. package/latticeai/brain/provenance.py +0 -17
  67. package/latticeai/brain/retrieval.py +0 -17
  68. package/latticeai/brain/schema.py +0 -17
  69. package/latticeai/brain/store.py +0 -17
  70. package/latticeai/brain/write_master.py +0 -17
  71. package/latticeai/services/agent_runtime.py +0 -11
  72. package/static/app/assets/index-Bh7IIlyY.js +0 -16
  73. package/static/app/assets/index-_M5aCv21.css +0 -2
@@ -1,11 +0,0 @@
1
- """Compatibility shim: implementation moved to lattice_brain.graph.network.
2
-
3
- This module aliases itself to the physical module so identity, singletons,
4
- and monkeypatching behave as if the old flat path were the real module.
5
- """
6
-
7
- import sys
8
-
9
- from .graph import network as _impl
10
-
11
- sys.modules[__name__] = _impl
@@ -1,11 +0,0 @@
1
- """Compatibility shim: implementation moved to lattice_brain.graph.projection.
2
-
3
- This module aliases itself to the physical module so identity, singletons,
4
- and monkeypatching behave as if the old flat path were the real module.
5
- """
6
-
7
- import sys
8
-
9
- from .graph import projection as _impl
10
-
11
- sys.modules[__name__] = _impl
@@ -1,11 +0,0 @@
1
- """Compatibility shim: implementation moved to lattice_brain.graph.provenance.
2
-
3
- This module aliases itself to the physical module so identity, singletons,
4
- and monkeypatching behave as if the old flat path were the real module.
5
- """
6
-
7
- import sys
8
-
9
- from .graph import provenance as _impl
10
-
11
- sys.modules[__name__] = _impl
@@ -1,11 +0,0 @@
1
- """Compatibility shim: implementation moved to lattice_brain.graph.retrieval.
2
-
3
- This module aliases itself to the physical module so identity, singletons,
4
- and monkeypatching behave as if the old flat path were the real module.
5
- """
6
-
7
- import sys
8
-
9
- from .graph import retrieval as _impl
10
-
11
- sys.modules[__name__] = _impl
@@ -1,11 +0,0 @@
1
- """Compatibility shim: implementation moved to lattice_brain.graph.schema.
2
-
3
- This module aliases itself to the physical module so identity, singletons,
4
- and monkeypatching behave as if the old flat path were the real module.
5
- """
6
-
7
- import sys
8
-
9
- from .graph import schema as _impl
10
-
11
- sys.modules[__name__] = _impl
@@ -1,11 +0,0 @@
1
- """Compatibility shim: implementation moved to lattice_brain.graph.store.
2
-
3
- This module aliases itself to the physical module so identity, singletons,
4
- and monkeypatching behave as if the old flat path were the real module.
5
- """
6
-
7
- import sys
8
-
9
- from .graph import store as _impl
10
-
11
- sys.modules[__name__] = _impl
@@ -1,11 +0,0 @@
1
- """Compatibility shim: implementation moved to lattice_brain.graph.write_master.
2
-
3
- This module aliases itself to the physical module so identity, singletons,
4
- and monkeypatching behave as if the old flat path were the real module.
5
- """
6
-
7
- import sys
8
-
9
- from .graph import write_master as _impl
10
-
11
- sys.modules[__name__] = _impl
@@ -1,36 +0,0 @@
1
- """Deprecated compatibility namespace for the standalone :mod:`lattice_brain` package.
2
-
3
- The Brain Core implementation physically lives in ``lattice_brain`` as of
4
- v4.4.0. This package only re-exports the public surface for older imports;
5
- new code must import ``lattice_brain`` directly.
6
- """
7
-
8
- import warnings
9
-
10
- from lattice_brain import (
11
- AssembledContext,
12
- BrainCore,
13
- BrainCoreConfig,
14
- BrainMemory,
15
- ContextAssembler,
16
- ContextSection,
17
- ConversationStore,
18
- KnowledgeGraphStore,
19
- )
20
-
21
- warnings.warn(
22
- "latticeai.brain is deprecated; import lattice_brain instead",
23
- DeprecationWarning,
24
- stacklevel=2,
25
- ) # one-time per import site in practice; shims remain for compat surface
26
-
27
- __all__ = [
28
- "AssembledContext",
29
- "BrainCore",
30
- "BrainCoreConfig",
31
- "BrainMemory",
32
- "ContextAssembler",
33
- "ContextSection",
34
- "ConversationStore",
35
- "KnowledgeGraphStore",
36
- ]
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph._kg_common.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph._kg_common as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain._kg_common is deprecated; import lattice_brain.graph._kg_common instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.context.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.context as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.context is deprecated; import lattice_brain.context instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.conversations.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.conversations as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.conversations is deprecated; import lattice_brain.conversations instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.discovery.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.discovery as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.discovery is deprecated; import lattice_brain.graph.discovery instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.documents.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.documents as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.documents is deprecated; import lattice_brain.graph.documents instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.identity.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.identity as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.identity is deprecated; import lattice_brain.graph.identity instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.ingest.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.ingest as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.ingest is deprecated; import lattice_brain.graph.ingest instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.memory.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.memory as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.memory is deprecated; import lattice_brain.memory instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.network.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.network as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.network is deprecated; import lattice_brain.graph.network instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.projection.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.projection as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.projection is deprecated; import lattice_brain.graph.projection instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.provenance.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.provenance as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.provenance is deprecated; import lattice_brain.graph.provenance instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.retrieval.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.retrieval as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.retrieval is deprecated; import lattice_brain.graph.retrieval instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.schema.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.schema as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.schema is deprecated; import lattice_brain.graph.schema instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.store.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.store as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.store is deprecated; import lattice_brain.graph.store instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,17 +0,0 @@
1
- """Deprecated shim: physically moved to lattice_brain.graph.write_master.
2
-
3
- Kept only for the compatibility window. The module aliases itself to the
4
- physical module so identity, singletons, and monkeypatching are preserved.
5
- """
6
-
7
- import sys
8
- import warnings
9
-
10
- import lattice_brain.graph.write_master as _impl
11
-
12
- warnings.warn(
13
- "latticeai.brain.write_master is deprecated; import lattice_brain.graph.write_master instead",
14
- DeprecationWarning,
15
- stacklevel=2,
16
- )
17
- sys.modules[__name__] = _impl
@@ -1,11 +0,0 @@
1
- """Compatibility shim: physically moved to ``lattice_brain.runtime.agent_runtime``.
2
-
3
- Aliases itself to the physical module so identity, module-level state, and
4
- monkeypatching keep working through the old import path.
5
- """
6
-
7
- import sys
8
-
9
- import lattice_brain.runtime.agent_runtime as _impl
10
-
11
- sys.modules[__name__] = _impl