awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesGuardrail Servers

Servers that expose guard validation logic through HTTP endpoints for remote clients, such as Flask-based REST APIs.

Distinct from LLM Inference Servers: Distinct from LLM Inference Servers: focuses on hosting guard validation logic, not on serving the language model itself.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Guardrail Servers. Refine with filters or upvote what's useful.

Awesome Guardrail Servers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • guardrails-ai/guardrailsguardrails-ai 的头像

    guardrails-ai/guardrails

    7,033在 GitHub 上查看↗

    Guardrails is a Python SDK that wraps calls to large language models with configurable validation pipelines, corrective actions, and structured output generation. It provides a unified API layer that connects to over 100 language models, applying consistent validation, streaming, and error-handling across providers. The framework validates and corrects model responses against safety and quality rules, detecting and mitigating risks in both inputs and outputs using pre-built and custom validators. The project distinguishes itself through a validator-pipeline architecture that sequentially appl

    Provides a Flask-based REST server that exposes guard validation logic through HTTP endpoints for remote clients.

    Pythonaifoundation-modelgpt-3
    在 GitHub 上查看↗7,033
  • nvidia/nemo-guardrailsNVIDIA 的头像

    NVIDIA/NeMo-Guardrails

    6,453在 GitHub 上查看↗

    NeMo-Guardrails is a toolkit for adding programmable safety constraints and dialogue boundaries to large language model conversational systems. It functions as security middleware that intercepts inputs and outputs to block prompt injections, jailbreaks, and sensitive data leaks, while providing a conversational dialogue manager to define structured interaction flows through configuration files. The framework includes a hallucination filter to screen model outputs for factual accuracy and a specialized modeling language for defining conversational flows and constraints. It provides capabiliti

    Exposes guard validation logic through an HTTP API server for remote client integration.

    Python
    在 GitHub 上查看↗6,453
  • nvidia-nemo/guardrailsNVIDIA-NeMo 的头像

    NVIDIA-NeMo/Guardrails

    5,680在 GitHub 上查看↗

    Provides a Python API and server to run LLM inference with enforced safety guardrails.

    Pythonagentsgenerative-aiguardrails
    在 GitHub 上查看↗5,680
  • katanemo/planokatanemo 的头像

    katanemo/plano

    5,120在 GitHub 上查看↗

    Plano is an AI agent orchestrator and LLM gateway proxy that unifies access to multiple AI providers through a single interoperable interface. It functions as a model routing engine that decouples applications from specific vendors using semantic aliases, allowing traffic to be shifted between providers without modifying application code. The system distinguishes itself with intent-based agent routing, which directs prompts to specialized agents based on semantic analysis. It features an interceptor-based filter chain system that acts as guardrail middleware to enforce safety policies, rewrit

    Executes LLM inference through a guardrails layer that enforces safety policies on inbound and outbound traffic.

    Rustai-gatewayai-gateway-supportenvoy
    在 GitHub 上查看↗5,120
  1. Home
  2. Artificial Intelligence & ML
  3. Agent Deployment Servers
  4. LLM Inference Servers
  5. Guardrail Servers

探索子标签

  • Guardrailed Inference ExecutionsExecuting LLM inference through a guardrails layer that enforces safety policies before and after model calls. **Distinct from Guardrail Servers:** Distinct from Guardrail Servers: focuses on the execution of inference through guardrails, not just hosting guard validation logic.