veracium 0.0.1__tar.gz

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.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: veracium
3
+ Version: 0.0.1
4
+ Summary: Provenance-aware memory for AI agents — durable, per-user memory that resists injection and confabulation. Placeholder release; full release coming soon.
5
+ Project-URL: Homepage, https://veracium.ai
6
+ Keywords: ai,agents,memory,llm,mcp,provenance
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ # Veracium
11
+
12
+ **Provenance-aware memory for AI agents** — durable, per-user memory that resists
13
+ the injection and confabulation failures of naive memory.
14
+
15
+ This is a placeholder release reserving the package name. The full release is
16
+ coming soon at [veracium.ai](https://veracium.ai).
@@ -0,0 +1,7 @@
1
+ # Veracium
2
+
3
+ **Provenance-aware memory for AI agents** — durable, per-user memory that resists
4
+ the injection and confabulation failures of naive memory.
5
+
6
+ This is a placeholder release reserving the package name. The full release is
7
+ coming soon at [veracium.ai](https://veracium.ai).
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "veracium"
7
+ version = "0.0.1"
8
+ description = "Provenance-aware memory for AI agents — durable, per-user memory that resists injection and confabulation. Placeholder release; full release coming soon."
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ keywords = ["ai", "agents", "memory", "llm", "mcp", "provenance"]
12
+
13
+ [project.urls]
14
+ Homepage = "https://veracium.ai"
15
+
16
+ [tool.setuptools]
17
+ packages = ["veracium"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,7 @@
1
+ """Veracium — provenance-aware memory for AI agents.
2
+
3
+ This is a name-reservation placeholder. The full release is coming soon.
4
+ See https://veracium.ai
5
+ """
6
+
7
+ __version__ = "0.0.1"
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.4
2
+ Name: veracium
3
+ Version: 0.0.1
4
+ Summary: Provenance-aware memory for AI agents — durable, per-user memory that resists injection and confabulation. Placeholder release; full release coming soon.
5
+ Project-URL: Homepage, https://veracium.ai
6
+ Keywords: ai,agents,memory,llm,mcp,provenance
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+
10
+ # Veracium
11
+
12
+ **Provenance-aware memory for AI agents** — durable, per-user memory that resists
13
+ the injection and confabulation failures of naive memory.
14
+
15
+ This is a placeholder release reserving the package name. The full release is
16
+ coming soon at [veracium.ai](https://veracium.ai).
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ veracium/__init__.py
4
+ veracium.egg-info/PKG-INFO
5
+ veracium.egg-info/SOURCES.txt
6
+ veracium.egg-info/dependency_links.txt
7
+ veracium.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ veracium