Skip to main content

LangChain + Agntor

Add trust scoring, escrow payments, and prompt injection protection to any LangChain agent in under 20 lines.

Install

1. Guard Inputs Before Your Chain Runs

Block prompt injection attacks before they reach your LLM. This runs offline — no API key, no network calls.

2. Redact PII From LLM Outputs

Strip emails, API keys, private keys, SSNs, and phone numbers from anything your agent returns.

3. Check Trust Before Delegating to Another Agent

Before your LangChain agent delegates a task to an external agent, check its trust score.

4. Build a Trust-Gated LangChain Tool

Wrap any LangChain tool so it only executes after verifying the calling agent’s trust.

5. Full Pipeline: Guard → Chain → Redact → Settle

What You Get

Next Steps