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
·

18 Repos

Awesome GitHub RepositoriesPlugins & External Integrations

Explore 18 awesome GitHub repositories matching artificial intelligence & ml · Plugins & External Integrations. Refine with filters or upvote what's useful.

Awesome Plugins & External Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • openclaw/openclawAvatar von openclaw

    openclaw/openclaw

    380,031Auf GitHub ansehen↗

    Openclaw ist eine Plattform zur Verwaltung von Agenten-Ausführungsumgebungen, die die Infrastruktur zur Steuerung von Agenten-Lebenszyklen, Sitzungszuständen und Arbeitsbereich-Persistenz bereitstellt. Sie verfügt über ein zentrales Gateway, das Modell-Schleifen, Tool-Aufrufe und Streaming-Ereignisse verarbeitet, während es gleichzeitig Multi-Agenten-Routing und persistentes Speichermanagement unterstützt. Das System ist darauf ausgelegt, Tool-Ausführungssignaturen zu normalisieren und eine standardisierte Schnittstelle für die Kompatibilität zwischen verschiedenen Anbietern zu bieten. Die Plattform umfasst umfangreiche Entwickler-Tools, wie eine Befehlszeilenschnittstelle für die Arbeitsbereichsverwaltung, diagnostische Protokollierung und eine Plugin-Architektur, die die Registrierung benutzerdefinierter Tools und Funktionen ermöglicht. Sie unterstützt automatisierte Workflows durch ereignisgesteuerte Hooks, Aufgabenplanung und die Integration mit externen Diensten. Die Sicherheit wird durch Ausführungsrichtlinien, Anmeldeinformations-Portabilität und Genehmigungs-Workflows für Agentenaktionen verwaltet. Die Bereitstellung wird durch automatisierte Infrastruktur-Installer und containerisierte Gateway-Helfer unterstützt, mit integrierten Dienstprogrammen für Backups und Konfigurationsmanagement. Das System bietet ein strukturiertes Format für die Orchestrierung mehrstufiger Workflows und enthält spezialisierte Tools für Browser-Automatisierung und strukturiertes Code-Patching.

    Configures the automatic installation and activation of plugins prior to agent execution.

    TypeScriptaiassistantcrustacean
    Auf GitHub ansehen↗380,031
  • significant-gravitas/auto-gptAvatar von Significant-Gravitas

    Significant-Gravitas/Auto-GPT

    184,987Auf GitHub ansehen↗

    Auto-GPT is an autonomous agent framework that uses large language models to decompose complex goals and execute multi-step tasks without human intervention. It functions as a workflow automation tool that chains language model tasks and manages memory to achieve specific objectives. The project features a visual agent designer that allows users to define behaviors and goals by connecting functional blocks through a graphical interface. It employs a vector database memory system to recall information across different sessions and a sliding-window buffer for immediate short-term context. The

    Integrates core agent logic with external functional plugins for web and file system interactions.

    Python
    Auf GitHub ansehen↗184,987
  • florinpop17/app-ideasAvatar von florinpop17

    florinpop17/app-ideas

    95,036Auf GitHub ansehen↗

    App-ideas is a development platform that integrates autonomous AI agents into local environments to orchestrate code review, automated fix application, and workflow management. It functions as a command-line interface that connects external AI assistants to your codebase, enabling iterative development cycles through plugin-based integration and natural language triggers. The platform distinguishes itself through a robust static analysis engine that traverses syntax trees to enforce structural coding standards and identify violations. Users can define custom review rules, architectural prefer

    Standardizes interfaces that connect external AI assistants to local development environments for automated remediation.

    applicationscodingcodingchallenges
    Auf GitHub ansehen↗95,036
  • openhands/openhandsAvatar von OpenHands

    OpenHands/OpenHands

    77,330Auf GitHub ansehen↗

    OpenHands is an autonomous agent framework designed for software engineering workflows. It provides a modular platform for orchestrating AI agents that reason, plan, and execute tasks within isolated, containerized development environments. By integrating with standard version control and development tools, the system enables agents to autonomously navigate codebases, implement features, and resolve issues through iterative reasoning and tool execution. The platform distinguishes itself through a model-agnostic orchestrator that connects diverse language models to a unified tool registry. It

    Control the installation and activation status of plugins through persistent storage management.

    Pythonagentartificial-intelligencechatgpt
    Auf GitHub ansehen↗77,330
  • laion-ai/open-assistantAvatar von LAION-AI

    LAION-AI/Open-Assistant

    37,397Auf GitHub ansehen↗

    Open-Assistant is a conversational assistant and a system for creating large language model training datasets. It utilizes a client-server architecture that separates the conversational user interface from language model processing through an API. The project features a retrieval-augmented generation system that fetches external data from search engines to provide real-time knowledge. It also includes a standardized plugin interface for connecting language models to third-party systems and external software tools. The system provides a pipeline for collecting and labeling human-annotated pro

    Implements a standardized interface to connect the conversational model to external third-party systems and software tools.

    Pythonaiassistantchatgpt
    Auf GitHub ansehen↗37,397
  • sgl-project/sglangAvatar von sgl-project

    sgl-project/sglang

    29,079Auf GitHub ansehen↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Integrates custom model implementations without modifying core source code by using a registry for external packages.

    Pythonattentionblackwellcuda
    Auf GitHub ansehen↗29,079
  • acheong08/chatgptAvatar von acheong08

    acheong08/ChatGPT

    27,924Auf GitHub ansehen↗

    This project is a command line AI client and API wrapper designed to facilitate interaction with a large language model. It functions as a terminal interface for sending multi-line prompts and receiving generated text, providing a means of conversational AI integration through a programmable interface. The system utilizes a reverse-engineered API interface and HTTP-based request simulation to communicate with the model. It includes an AI plugin manager that allows for the installation and management of external extensions to increase the functional capabilities of the language model. The imp

    Implements a plugin management system for extending the capabilities of the integrated language model.

    Python
    Auf GitHub ansehen↗27,924
  • coze-dev/coze-studioAvatar von coze-dev

    coze-dev/coze-studio

    19,900Auf GitHub ansehen↗

    Coze Studio is a development platform for building intelligent agents and conversational applications. It provides a visual environment where users construct agents by linking workflows, knowledge bases, and custom prompts to automate complex tasks. The system functions as a central hub for managing AI model services, allowing developers to connect various providers to serve as the intelligence layer for their applications. The platform distinguishes itself through a node-based workflow orchestrator that enables the design of automated logic sequences on a visual canvas. It includes a modular

    Integrates third-party plugins and knowledge bases to provide agents with access to specialized information.

    TypeScriptagentagent-platformai-plugins
    Auf GitHub ansehen↗19,900
  • langbot-app/langbotAvatar von langbot-app

    langbot-app/LangBot

    15,311Auf GitHub ansehen↗

    LangBot is an orchestration platform designed for building, managing, and deploying AI agents. It functions as a comprehensive framework for integrating large language models with custom workflows, enabling developers to connect intelligent agents to various messaging platforms and external tools. The platform distinguishes itself through a modular, plugin-based architecture that allows for the extension of agent capabilities via custom tools and file parsers. It features a secure, sandbox-isolated runtime environment that executes untrusted code and plugin logic within resource-constrained c

    Dify initializes plugins, manages individual components, and interacts with external marketplaces to facilitate bot development.

    Pythonagentcozedeepseek
    Auf GitHub ansehen↗15,311
  • openlmlab/mossAvatar von OpenLMLab

    OpenLMLab/MOSS

    12,140Auf GitHub ansehen↗

    MOSS is a conversational AI platform, fine-tuning toolkit, and quantized model runtime. It provides a framework for deploying large language models capable of multi-turn dialogue, general-purpose response generation, and following complex instructions. The system functions as a tool-augmented framework that extends model knowledge through external plugins and tool-call loops. This allows the model to execute tasks via search engines and calculators to augment responses with external data. The project covers model training through supervised conversational fine-tuning and optimizes deployment

    Integrates external plugins by generating tool calls to enhance the accuracy of AI responses.

    Python
    Auf GitHub ansehen↗12,140
  • iflytek/astron-agentAvatar von iflytek

    iflytek/astron-agent

    9,720Auf GitHub ansehen↗

    Astron-agent is an orchestration platform for designing and executing complex agentic workflows that combine language models with external tools and business systems. It provides a production-ready environment for deploying AI services within private intranets using container orchestration for scalable management. The platform distinguishes itself by linking large language model decision-making with robotic process automation to execute tasks across enterprise applications. It further supports enterprise requirements through a multi-tenant infrastructure that utilizes isolated memory and iden

    Extends agent capabilities by loading external tool definitions and protocols to interact with third-party business systems.

    Javaagentagentic-workflowai
    Auf GitHub ansehen↗9,720
  • valuecell-ai/valuecellAvatar von ValueCell-ai

    ValueCell-ai/valuecell

    9,206Auf GitHub ansehen↗

    Valuecell is an artificial intelligence financial trading platform and market analysis engine. It functions as a multi-exchange trading bot and financial data orchestrator, designed to analyze market data and execute automated trades across global financial exchanges. The system utilizes a modular agent plugin framework that allows for the integration of third-party tools and agents through a shared community registry. It incorporates a retrieval-augmented generation approach to analyze fundamental financial documents and historical patterns, grounding AI responses in factual data. The platf

    Utilizes a standardized interface and shared registry to integrate third-party tools and extended agent capabilities.

    Pythonagentic-aiagentsai
    Auf GitHub ansehen↗9,206
  • microsoft/tinytroupeAvatar von microsoft

    microsoft/TinyTroupe

    7,475Auf GitHub ansehen↗

    TinyTroupe is a multi-agent simulation framework designed to create populations of persona-based agents that interact to generate synthetic behavioral data and business insights. It serves as a persona-based agent orchestrator and synthetic data generator, allowing for the definition of agents with specific personality traits and goals to coordinate their interactions through structured workflows. The project features an extensible plugin system for connecting simulated agents to external tools and servers to execute code and access remote data. It includes an agentic simulation dashboard tha

    Defines a standard interface for agents to integrate with external services and execute remote code via plugins.

    Jupyter Notebook
    Auf GitHub ansehen↗7,475
  • nextai-translator/bob-plugin-openai-translatorAvatar von nextai-translator

    nextai-translator/bob-plugin-openai-translator

    5,649Auf GitHub ansehen↗

    This project is an LLM translation plugin and extension for the Bob translation tool. It connects the application to external large language models via API to provide real-time text translation, automated grammar correction, and content polishing. The plugin functions as an AI prompt engineering tool, allowing for the definition of custom system instructions and templates to control the style, tone, and reasoning depth of the output. It operates as a streamed API client that processes incremental text responses to display translation results in real time. Its capabilities cover translation b

    Integrates as a plugin for the Bob translation tool to connect it with external AI providers.

    TypeScriptbobpluginchatgptgpt
    Auf GitHub ansehen↗5,649
  • openbmb/agentverseAvatar von openbmb

    openbmb/agentverse

    5,064Auf GitHub ansehen↗

    Agentverse ist ein Multi-Agenten-Framework und Orchestrator, der für das Deployment und die Verwaltung mehrerer Large-Language-Model-Agenten entwickelt wurde. Es bietet eine Simulationsumgebung, in der Agenten basierend auf benutzerdefinierten Personas und definierten Interaktionsregeln interagieren, um Aufgaben zu lösen oder soziale Dynamiken zu simulieren. Das System verfügt über eine Tool-Integrationsschicht, die Agenten mit externen funktionalen Plugins und spezialisierten Tools verbindet und deren Fähigkeiten über die Textgenerierung hinaus erweitert. Es verwendet eine Kombination aus Persona-basiertem Prompt-Injection und zustandsverwaltetem Speicher, um die Konsistenz der Agenten und spezialisierte Fähigkeiten während der Simulationen aufrechtzuerhalten. Das Framework umfasst eine Simulations-Runtime und eine Aufgaben-Engine mit einem lokalen webbasierten Dashboard zum Ausführen und Überwachen von Szenarien. Es unterstützt konfigurationsgesteuerte Umgebungsbereitstellung zur Definition von Agentenverhalten, Nachrichten-Routing und turn-basierter Orchestrierung.

    Connects agents to external functional extensions via a standardized plugin interface to expand capabilities.

    JavaScript
    Auf GitHub ansehen↗5,064
  • evalstate/fast-agentAvatar von evalstate

    evalstate/fast-agent

    3,839Auf GitHub ansehen↗

    This project is an autonomous agent workflow engine and multi-agent orchestration framework. It provides a runtime for managing agent lifecycles and a provider-agnostic abstraction layer for interacting with multiple large language model backends through standardized requests and structured outputs. The framework features a reliability layer for output verification, utilizing sampling-based majority voting and generator-evaluator feedback loops to refine model responses. It supports complex coordination patterns including sequential chaining, parallel execution with fan-in aggregation, and re

    Supports extending environment functionality through the integration of external command plugins.

    Python
    Auf GitHub ansehen↗3,839
  • significant-gravitas/auto-gpt-pluginsAvatar von Significant-Gravitas

    Significant-Gravitas/Auto-GPT-Plugins

    3,831Auf GitHub ansehen↗

    This project is a plugin framework for extending autonomous LLM agents. It enables the integration of external scripts and third-party services into an agent's workflow without modifying the core code. The framework utilizes an event-driven hook system to execute plugin functions at predefined stages of an agent's lifecycle. It includes a sandboxed code executor to run external extensions in a secure, isolated environment. The system manages the lifecycle of external modules through a dependency injection manager and supports loading extensions from local directories or zipped archives. Conf

    Provides a configuration-driven system to manage the installation, lifecycle, and activation of agent plugins.

    Python
    Auf GitHub ansehen↗3,831
  • aaswordman/operitAvatar von AAswordman

    AAswordman/Operit

    3,373Auf GitHub ansehen↗

    Operit is a private, voice-enabled AI agent designed to run quantized large language models offline within mobile Linux environments. It functions as a plugin-based agent that combines local inference with a hands-free interaction pipeline. The system distinguishes itself through the use of role cards to manage distinct AI personas and conversation histories. It integrates a voice-driven interface utilizing speech-to-text and text-to-speech modules, and it enables device automation by dispatching shell commands and accessibility services to navigate user interfaces. The project further cover

    Provides a standardized interface to connect external services and custom scripts as tools for the AI agent.

    Kotlinagentaiandroid
    Auf GitHub ansehen↗3,373
  1. Home
  2. Artificial Intelligence & ML
  3. Agentic Systems Frameworks
  4. Integration and Deployment
  5. Agent Frameworks
  6. Plugins & External Integrations

Unter-Tags erkunden

  • Plugin Management SystemsConfiguration-driven systems that manage the installation, lifecycle, and activation of plugins for agent frameworks.
  • Plugin-Based Agent IntegrationsStandardized interfaces for external AI assistants.