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

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

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

2 个仓库

Awesome GitHub RepositoriesChat Interface Adapters

Developer-implemented interfaces for adding support to new messaging platforms.

Distinct from Custom Module Implementations: Specifically targets chat platform communication interfaces rather than general software modules.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Chat Interface Adapters. Refine with filters or upvote what's useful.

Awesome Chat Interface Adapters GitHub Repositories

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

    hubotio/hubot

    16,788在 GitHub 上查看↗

    Hubot is a Node.js bot engine and programmable framework for creating conversational agents that respond to user triggers and automate tasks across various messaging platforms. It functions as a command-based agent capable of processing deterministic slash commands with argument validation and role-based access control. The system uses a modular adapter pattern to connect a single bot instance to multiple chat backends through a unified interface. It is an extensible automation tool that allows the integration of external services, such as translation engines and mapping utilities, via custom

    Allows the implementation of new interfaces to enable communication on unsupported chat services.

    JavaScript
    在 GitHub 上查看↗16,788
  • nonebot/nonebot2nonebot 的头像

    nonebot/nonebot2

    7,582在 GitHub 上查看↗

    Nonebot2 is an asynchronous Python framework for building event-driven chatbots across multiple messaging platforms. It centers on a non-blocking event bus and a driver-based adapter system that unifies different messaging protocols into a single consistent interface. The framework utilizes a modular plugin architecture, allowing for the discovery and loading of third-party extensions to add new event handlers and system capabilities. It distinguishes itself with a type-annotation based dependency injection system that automatically resolves and provides required service objects to handlers a

    Implements a unified interface and adapters to manage events and responses across various messaging platforms.

    Pythonbotchatbotcqhttp
    在 GitHub 上查看↗7,582
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Developer Authoring Interfaces
  7. Custom Module Implementations
  8. Chat Interface Adapters