ccs-langchain 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,31 @@
1
+ Metadata-Version: 2.1
2
+ Name: ccs-langchain
3
+ Version: 0.0.1
4
+ Summary: Cryptographic runtime receipts for LangChain/LangGraph agents — signed Ed25519 audit evidence for every tool call.
5
+ Author-email: Correctover <wangguigui@correctover.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/DSHCorrectover/ccs-integrations
8
+ Project-URL: Repository, https://github.com/DSHCorrectover/ccs-integrations
9
+ Project-URL: Specification, https://www.ietf.org/archive/id/draft-correctover-ccs-08.txt
10
+ Keywords: ai-security,agent-security,guardrails,runtime-security,llm-security,cryptographic-receipts,audit-trail,non-repudiation,compliance,governance,ed25519,jcs,rfc8785,signed-receipts,tamper-evidence,verifiable,runtime-verification,tool-call-validation,observability,mcp,scitt,supply-chain-security,owasp-asi,ai-agents,langchain
11
+ Classifier: Development Status :: 2 - Pre-Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
+ Classifier: Topic :: Security
21
+ Classifier: Topic :: Security :: Cryptography
22
+ Requires-Python: >=3.11
23
+ Description-Content-Type: text/markdown
24
+
25
+ # ccs-langchain
26
+
27
+ > Cryptographic runtime receipts for LangChain/LangGraph agents
28
+
29
+ Placeholder package. Functional release in development at [CCS Integrations](https://github.com/DSHCorrectover/ccs-integrations).
30
+
31
+ MIT License.
@@ -0,0 +1,7 @@
1
+ # ccs-langchain
2
+
3
+ > Cryptographic runtime receipts for LangChain/LangGraph agents
4
+
5
+ Placeholder package. Functional release in development at [CCS Integrations](https://github.com/DSHCorrectover/ccs-integrations).
6
+
7
+ MIT License.
@@ -0,0 +1,2 @@
1
+ """CCS placeholder package."""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.1
2
+ Name: ccs-langchain
3
+ Version: 0.0.1
4
+ Summary: Cryptographic runtime receipts for LangChain/LangGraph agents — signed Ed25519 audit evidence for every tool call.
5
+ Author-email: Correctover <wangguigui@correctover.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/DSHCorrectover/ccs-integrations
8
+ Project-URL: Repository, https://github.com/DSHCorrectover/ccs-integrations
9
+ Project-URL: Specification, https://www.ietf.org/archive/id/draft-correctover-ccs-08.txt
10
+ Keywords: ai-security,agent-security,guardrails,runtime-security,llm-security,cryptographic-receipts,audit-trail,non-repudiation,compliance,governance,ed25519,jcs,rfc8785,signed-receipts,tamper-evidence,verifiable,runtime-verification,tool-call-validation,observability,mcp,scitt,supply-chain-security,owasp-asi,ai-agents,langchain
11
+ Classifier: Development Status :: 2 - Pre-Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
+ Classifier: Topic :: Security
21
+ Classifier: Topic :: Security :: Cryptography
22
+ Requires-Python: >=3.11
23
+ Description-Content-Type: text/markdown
24
+
25
+ # ccs-langchain
26
+
27
+ > Cryptographic runtime receipts for LangChain/LangGraph agents
28
+
29
+ Placeholder package. Functional release in development at [CCS Integrations](https://github.com/DSHCorrectover/ccs-integrations).
30
+
31
+ MIT License.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ ccs_langchain/__init__.py
4
+ ccs_langchain.egg-info/PKG-INFO
5
+ ccs_langchain.egg-info/SOURCES.txt
6
+ ccs_langchain.egg-info/dependency_links.txt
7
+ ccs_langchain.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ ccs_langchain
@@ -0,0 +1,61 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68.0", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "ccs-langchain"
7
+ version = "0.0.1"
8
+ description = "Cryptographic runtime receipts for LangChain/LangGraph agents — signed Ed25519 audit evidence for every tool call."
9
+ readme = "README.md"
10
+ license = {text = "MIT"}
11
+ requires-python = ">=3.11"
12
+ authors = [{name = "Correctover", email = "wangguigui@correctover.com"}]
13
+ keywords = [
14
+ "ai-security",
15
+ "agent-security",
16
+ "guardrails",
17
+ "runtime-security",
18
+ "llm-security",
19
+ "cryptographic-receipts",
20
+ "audit-trail",
21
+ "non-repudiation",
22
+ "compliance",
23
+ "governance",
24
+ "ed25519",
25
+ "jcs",
26
+ "rfc8785",
27
+ "signed-receipts",
28
+ "tamper-evidence",
29
+ "verifiable",
30
+ "runtime-verification",
31
+ "tool-call-validation",
32
+ "observability",
33
+ "mcp",
34
+ "scitt",
35
+ "supply-chain-security",
36
+ "owasp-asi",
37
+ "ai-agents",
38
+ "langchain"
39
+ ]
40
+ classifiers = [
41
+ "Development Status :: 2 - Pre-Alpha",
42
+ "Intended Audience :: Developers",
43
+ "License :: OSI Approved :: MIT License",
44
+ "Operating System :: OS Independent",
45
+ "Programming Language :: Python :: 3",
46
+ "Programming Language :: Python :: 3.11",
47
+ "Programming Language :: Python :: 3.12",
48
+ "Programming Language :: Python :: 3.13",
49
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
50
+ "Topic :: Security",
51
+ "Topic :: Security :: Cryptography",
52
+ ]
53
+
54
+ [project.urls]
55
+ Homepage = "https://github.com/DSHCorrectover/ccs-integrations"
56
+ Repository = "https://github.com/DSHCorrectover/ccs-integrations"
57
+ Specification = "https://www.ietf.org/archive/id/draft-correctover-ccs-08.txt"
58
+
59
+ [tool.setuptools.packages.find]
60
+ where = ["."]
61
+ include = ["ccs_langchain*"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+