mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-11 13:26:40 -05:00
[PR #2949] [CLOSED] Add Sentinel AI to Machine Learning section #8967
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2949
Author: @MaxwellCalkin
Created: 3/8/2026
Status: ❌ Closed
Base:
master← Head:add-sentinel-ai📝 Commits (1)
e081d05Add Sentinel AI to Machine Learning📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is Sentinel AI?
Sentinel AI is a real-time safety guardrails library for LLM applications. It provides 8 production-ready scanners (prompt injection, PII detection, harmful content, hallucination, toxicity, blocked terms, tool-use validation, and structured output validation) with sub-millisecond latency (~0.05ms average).
Why Machine Learning?
Sentinel AI is designed to work alongside LLM frameworks already listed in this section — LangChain, LlamaIndex, Instructor, and pydantic-ai — providing the safety and content moderation layer that these frameworks lack. It scans LLM inputs and outputs in real time, making it an essential companion library for anyone building ML/LLM-powered applications.
Key highlights
regex)Category: Hidden Gem
Sentinel AI addresses the critical and growing need for LLM safety guardrails — a space where no equivalent Python library exists in this list. As LLM adoption accelerates, safety scanning is becoming essential infrastructure for production ML applications.
Repository: https://github.com/MaxwellCalkin/sentinel-ai
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.