Compare commits

...

2 Commits

Author SHA1 Message Date
ff2ae8ae15 documentation updates 2025-09-03 20:01:44 +00:00
0ad27a6d93 npm updates 2025-09-03 19:59:28 +00:00
2 changed files with 10 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
# JLINC Langchain Tracer
# JLINC Langchain Integration
The JLINC Langchain Tracer is the official way to implement the zero-knowledge third-party auditing provided by the [JLINC Server](https://gitea.jlinc.io/jlinc-labs/jlinc-server) inside any Langchain-based infrastructure.
The JLINC Langchain Integration is the official way to implement the zero-knowledge third-party auditing provided by the [JLINC Server](https://gitea.jlinc.io/jlinc-labs/jlinc-server) inside any Langchain-based infrastructure.
By embedding JLINCs trusted protocol directly into Langchains tracing system, organizations can prove compliance, accountability, and data integrity without ever exposing sensitive information. This seamless integration enables developers to track, verify, and audit model interactions with full transparency while preserving confidentiality through cryptographically verifiable zero-knowledge proofs. Whether for regulated industries, enterprise governance, or AI safety applications, the JLINC Langchain Tracer ensures that trust, privacy, and accountability are built in from the ground up.
By embedding JLINC's trusted protocol directly into Langchain's tracing system, organizations can prove compliance, accountability, and data integrity without ever exposing sensitive information. This seamless integration enables developers to track, verify, and audit model interactions with full transparency while preserving confidentiality through cryptographically verifiable zero-knowledge proofs. Whether for regulated industries, enterprise governance, or AI safety applications, the JLINC Langchain Tracer ensures that trust, privacy, and accountability are built in from the ground up.
## Sample application
The below code sample is a demonstration of the JLINC Langchain Tracer in action. As data moves through the chain, it is cryptographically signed with a unique key for each element in the chain, and zero-knowledge audit records are delivered to the JLINC Archive Server.

View File

@@ -1,13 +1,18 @@
{
"name": "@jlinc/langchain",
"version": "0.1.0",
"description": "A LangChain plugin that logs events to the JLINC API.",
"version": "0.1.2",
"description": "A LangChain integration that logs events to the JLINC API.",
"main": "dist/tracer.js",
"types": "dist/tracer.d.ts",
"scripts": {
"test": "node test/test_tracer.js",
"build": "tsc && cp src/tracer.js dist/"
},
"homepage": "https://www.jlinc.com/",
"repository": {
"type": "git",
"url": "https://gitea.jlinc.io/jlinc-labs/jlinc-langchain-js"
},
"keywords": [
"jlinc",
"langchain",