From 0ad27a6d93fe9bab2fce1d9fe38b1f7f6e3fce56 Mon Sep 17 00:00:00 2001 From: JlincFM Date: Wed, 3 Sep 2025 19:59:28 +0000 Subject: [PATCH] npm updates --- README.md | 4 ++-- package.json | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a731548..da87c0c 100644 --- a/README.md +++ b/README.md @@ -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 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. diff --git a/package.json b/package.json index 36c7e12..cb3abf2 100644 --- a/package.json +++ b/package.json @@ -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",