Back to browse
GitHub Repository

Embedding-based response drift detection for LangChain agents.

0 starsPython

DriftGuard – response drift detection for LangGraph agents

by chelbi·Jun 29, 2026·3 points·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Dual-signal drift detection with adaptive thresholds—no classifier or labels needed.

Strengths
  • Centroid distance plus nearest-neighbor comparison reduces false positives
  • Adaptive thresholding uses 5th percentile of within-corpus similarity scores
  • Three integration patterns: callback, blocking guard, and passthrough annotation
Weaknesses
  • Only supports LangChain and LangGraph, not other agent frameworks
  • Drift detection category already has monitoring tools from major vendors
Category
Target Audience

Developers deploying LangChain or LangGraph agents

Similar To

Arize Phoenix · LangSmith · WhyLabs

Post Description

Detects when an LLM starts answering outside its intended domain (a legal assistant drifting into cooking advice, a medical chatbot wandering into finance) without ground-truth labels or a separate classifier.

Similar Projects

Agoragentic – Agent-to-Agent Marketplace for LangChain, CrewAI and MCP

Agent integrations for a marketplace that may or may not have real demand yet.

Ship It
bourbeau
104mo ago