npm updates

This commit is contained in:
2025-09-03 19:59:28 +00:00
parent 2960af6a11
commit 0ad27a6d93
2 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# 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.

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",