awesome-repositories.com
Blog
awesome-repositories.com

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

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

katanemo/archgw

0
View on GitHub↗
6,603 Stars·432 Forks·Rust·Apache-2.0·9 Aufrufeplanoai.dev↗

Archgw

Archgw ist ein Gateway-Proxy und eine Data-Plane, die für agentische Anwendungen konzipiert ist und eine zentrale Schicht für Routing, Sicherheit und Orchestrierung zwischen Anwendungslogik und mehreren Anbietern von Large Language Models bietet. Es fungiert als KI-Agent-Orchestrator, der die Ausführung von Agenten-Workflows automatisiert, um repetitive Aufgaben aus der Kern-Codebasis zu entfernen.

Das System verfügt über eine anbieterunabhängige Schnittstellenschicht, die unterschiedliche Modell-APIs in ein einheitliches Format standardisiert, sowie über eine transparente Proxy-Data-Plane zum Abfangen des Datenverkehrs. Es nutzt regelbasiertes Routing, um Anwendungslogik von spezifischen Anbietern zu entkoppeln, und verwendet Interceptor-basierte Guardrail-Ketten, um Ein- und Ausgaben auf Inhaltssicherheit und Jailbreak-Prävention zu filtern.

Die Plattform enthält ein Observability-System, das automatisch End-to-End-Traces, Metriken und Logs aus Modellinteraktionen erfasst, ohne dass eine manuelle Instrumentierung erforderlich ist. Zudem nutzt sie Middleware-gesteuerte Workflow-Orchestrierung, um den Fluss agentischer Aufgaben zu verwalten und Performance-Signale nachzuverfolgen.

Features

  • Agentic Data Planes - Provides a centralized data plane for routing and safety between application logic and various AI model endpoints.
  • Agentic Workflow Orchestration - Provides a system for executing complex agent processes by delegating tasks to autonomous agents.
  • Model Request Routing - Provides mechanisms for directing API requests to different AI backends based on predefined routing rules.
  • AI Safety Guardrails - Implements systems for detecting model jailbreaks, moderating content, and enforcing safety policies.
  • Model Proxy Gateways - Implements a gateway proxy that provides a unified interface and routing for multiple LLM providers.
  • Provider-Agnostic Model Interfaces - Provides an abstraction layer that standardizes disparate LLM provider APIs into a single consistent format.
  • AI Agent Orchestrators - Coordinates model providers and task execution specifically to manage the lifecycle of AI agents.
  • Signal-Based Routing Rules - Evaluates decision rules over signals to select the appropriate model provider and decouple application logic.
  • Transparent Proxies - Implements a proxy that intercepts agent traffic for telemetry and policy enforcement without requiring client-side changes.
  • Model Safety Filters - Ships validation layers for blocking or sanitizing model inputs and outputs based on safety policies.
  • LLM Safety Enforcers - Enforces jailbreak, PII, and hallucination controls at the routing layer to block unsafe content.
  • Input and Output Guardrails - Provides middleware to filter out-of-scope queries and validate generated content against safety rules.
  • Request-Response Filter Chains - Ships a sequence of interceptors to validate and filter AI requests and responses for safety and correctness.
  • Agent Workflow Orchestrators - Executes automated agent tasks by routing requests through programmable logic layers and state handlers.
  • LLM Observability - Provides monitoring and tracing tools specifically tailored for LLM applications and agentic workflows.
  • Agent Observability - Captures traces and evaluates the decision-making accuracy of autonomous agents without manual instrumentation.
  • Agent Performance Monitoring - Tracks operational metrics and interaction signals from automated agents to monitor performance.
  • Automatic Tracing Instrumentation - Implements automatic instrumentation for capturing end-to-end execution details and performance metrics for model calls.
  • LLM Performance Monitoring - Automatically tracks performance metrics and execution traces for large language model operations.
  • Agent Frameworks - High-performance proxy for agent routing and guardrail application.
  • Agent Orchestration - Intelligent gateway for managing agent interactions.

Star-Verlauf

Star-Verlauf für katanemo/archgwStar-Verlauf für katanemo/archgw

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Archgw

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Archgw.
  • katanemo/planoAvatar von katanemo

    katanemo/plano

    5,120Auf GitHub ansehen↗

    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

    Rustai-gatewayai-gateway-supportenvoy
    Auf GitHub ansehen↗5,120
  • strands-agents/sdk-pythonAvatar von strands-agents

    strands-agents/sdk-python

    6,176Auf GitHub ansehen↗

    This is an open-source Python SDK for building and orchestrating production-grade AI agents. It provides a unified framework for creating conversational agents that can use tools, maintain state, and coordinate across multiple language model providers including OpenAI, Anthropic, Google, Amazon Bedrock, and locally-hosted models. The SDK supports multi-agent orchestration through graphs, teams, and swarms, allowing several specialized agents to collaborate on complex tasks. Agents can be composed as callable tools that other agents invoke, and the framework includes policy handlers that inspe

    Python
    Auf GitHub ansehen↗6,176
  • 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

    TypeScriptagentsaichatbots
    Auf GitHub ansehen↗21,221
  • vllm-project/semantic-routerAvatar von vllm-project

    vllm-project/semantic-router

    3,205Auf GitHub ansehen↗
    Goai-gatewaybert-classificationfine-tuning
    Auf GitHub ansehen↗3,205
Alle 30 Alternativen zu Archgw anzeigen→

Häufig gestellte Fragen

Was macht katanemo/archgw?

Archgw ist ein Gateway-Proxy und eine Data-Plane, die für agentische Anwendungen konzipiert ist und eine zentrale Schicht für Routing, Sicherheit und Orchestrierung zwischen Anwendungslogik und mehreren Anbietern von Large Language Models bietet. Es fungiert als KI-Agent-Orchestrator, der die Ausführung von Agenten-Workflows automatisiert, um repetitive Aufgaben aus der Kern-Codebasis zu entfernen.

Was sind die Hauptfunktionen von katanemo/archgw?

Die Hauptfunktionen von katanemo/archgw sind: Agentic Data Planes, Agentic Workflow Orchestration, Model Request Routing, AI Safety Guardrails, Model Proxy Gateways, Provider-Agnostic Model Interfaces, AI Agent Orchestrators, Signal-Based Routing Rules.

Welche Open-Source-Alternativen gibt es zu katanemo/archgw?

Open-Source-Alternativen zu katanemo/archgw sind unter anderem: katanemo/plano — Plano is an AI agent orchestrator and LLM gateway proxy that unifies access to multiple AI providers through a single… strands-agents/sdk-python — This is an open-source Python SDK for building and orchestrating production-grade AI agents. It provides a unified… mastra-ai/mastra — Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and… vllm-project/semantic-router. helicone/helicone — Helicone is an AI gateway and observability platform designed to intercept, manage, and monitor interactions with… langroid/langroid — Langroid is a multi-agent orchestration framework and tool integration suite designed for building complex AI…