awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesInput Filters

Mechanisms for intercepting and modifying data streams before they reach an AI model.

Distinct from Input Modifiers: Distinct from UI input modifiers: focuses on model-specific input sanitization and history management.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Input Filters. Refine with filters or upvote what's useful.

Awesome Input Filters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • openai/openai-agents-pythonAvatar von openai

    openai/openai-agents-python

    27,191Auf GitHub ansehen↗

    This project is a Python framework for building autonomous, event-driven agent systems. It provides a unified runtime for orchestrating multi-agent workflows, managing persistent conversation state, and executing code within secure, isolated sandbox environments. The framework is designed to handle complex task delegation, allowing agents to invoke other agents as tools while maintaining context across multi-turn interactions. The framework distinguishes itself through its deep integration with the Model Context Protocol, enabling agents to connect to external data sources and remote services

    Intercepts and modifies input data to redact sensitive information or inject system guidance before model processing.

    Pythonagentsaiframework
    Auf GitHub ansehen↗27,191
  • mastra-ai/mastraAvatar von mastra-ai

    mastra-ai/mastra

    21,221Auf GitHub ansehen↗

    Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and multi-agent systems. It provides a comprehensive suite of primitives for creating resilient AI applications, including durable workflow orchestration, event-driven agent loops, and semantic memory management. By integrating these core components, the platform enables developers to build complex, multi-step processes that can reason about goals and execute tasks without manual intervention. The framework distinguishes itself through its focus on observability and secure, isolated execut

    Transforms and reduces complex conversation logs into specific subsets before evaluation to ensure scorers process relevant information.

    TypeScriptagentsaichatbots
    Auf GitHub ansehen↗21,221
  • homanp/superagentAvatar von homanp

    homanp/superagent

    6,631Auf GitHub ansehen↗

    Superagent is a framework for AI assistant orchestration and agent security. It provides the tools to build intelligent assistants that integrate external APIs and maintain conversation memory to automate complex tasks. The project focuses on AI agent security through adversarial testing, red teaming, and the detection of prompt injections and malicious tool calls. It includes automated vulnerability patching, which scans codebases and configurations for security flaws and generates pull requests with fixes. The platform supports retrieval augmented generation by connecting language models t

    Intercepts incoming requests to scan for and block prompt injections and malicious instructions.

    TypeScript
    Auf GitHub ansehen↗6,631
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    CodeIgniter applies a PHP filter type to any retrieved input value to sanitize or validate the data.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  • nvidia-nemo/guardrailsAvatar von NVIDIA-NeMo

    NVIDIA-NeMo/Guardrails

    5,680Auf GitHub ansehen↗

    Applies checks to user messages before they reach the LLM, allowing rejection or alteration of harmful input.

    Pythonagentsgenerative-aiguardrails
    Auf GitHub ansehen↗5,680
  • facebookresearch/purplellamaAvatar von facebookresearch

    facebookresearch/PurpleLlama

    4,239Auf GitHub ansehen↗

    PurpleLlama is a collection of security toolsets and frameworks designed to audit large language model vulnerabilities and implement runtime input-output guardrails. It provides a security evaluation framework and benchmark suite to quantify risks associated with prompt injections and the generation of malicious code. The project includes a content moderator and input-output filters that use a standardized taxonomy to identify and block harmful content, jailbreaking attempts, and insecure commands. It also features capabilities for sensitive document classification to prevent the unauthorized

    Implements filters that analyze incoming prompts for jailbreak attempts and sensitive data before they reach the model.

    Python
    Auf GitHub ansehen↗4,239
  • julius-speech/juliusAvatar von julius-speech

    julius-speech/julius

    1,927Auf GitHub ansehen↗

    Julius is a high-performance, open-source speech recognition engine designed for large vocabulary continuous speech recognition. It functions as a comprehensive framework utilizing Hidden Markov Model-based acoustic modeling and N-gram language models to convert live or recorded audio into text. The engine is built to support real-time streaming and provides a network-accessible service that allows external applications to manage recognition sessions and receive transcription results through programmatic commands. The engine distinguishes itself through its modular architecture and support fo

    Discards audio segments outside specified length limits to prevent processing impulsive noise.

    Caudio-processingrecognitionspeech
    Auf GitHub ansehen↗1,927
  1. Home
  2. Artificial Intelligence & ML
  3. Input Filters

Unter-Tags erkunden

  • Duration-basedFilters that discard audio segments based on minimum or maximum duration thresholds. **Distinct from Input Filters:** Distinct from Input Filters: focuses specifically on duration-based filtering for audio segments.
  • PHPApplies PHP filter types to sanitize or validate retrieved input values. **Distinct from Input Filters:** Distinct from Input Filters: focuses on PHP-specific filter types for sanitizing request data, not AI model input interception.