awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesConversational Interface Builders

Low-code toolsets for creating and embedding interactive chat agents.

Distinguishing note: Focuses on the builder toolset rather than the interface itself.

Explore 3 awesome GitHub repositories matching web development · Conversational Interface Builders. Refine with filters or upvote what's useful.

Awesome Conversational Interface Builders GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • langgenius/difyالصورة الرمزية لـ langgenius

    langgenius/dify

    145,458عرض على GitHub↗

    Dify is an open-source platform for building, orchestrating, and deploying generative AI applications and autonomous agents. It provides a visual development environment that allows users to design complex, multi-step logic chains and conversational flows, which can then be published as APIs, web interfaces, or embedded widgets. The platform acts as a centralized infrastructure layer, managing model connections, prompt templates, and knowledge retrieval to support scalable AI-powered services. What distinguishes the platform is its focus on stateful application design and workflow orchestrati

    Provides a low-code toolset for creating, customizing, and embedding interactive chat agents into existing digital products.

    TypeScriptagentagentic-aiagentic-framework
    عرض على GitHub↗145,458
  • chainlit/chainlitالصورة الرمزية لـ Chainlit

    Chainlit/chainlit

    12,213عرض على GitHub↗

    Chainlit is a Python framework designed for building and deploying interactive, stateful conversational AI interfaces. It provides a backend-driven platform that connects language models and agent frameworks to a web-based chat frontend, managing the complexities of session state, message history, and real-time communication. The framework distinguishes itself by offering a component-based UI builder that allows developers to inject interactive widgets, rich media, and data visualizations directly into the chat stream. It supports the visualization of complex agent workflows, enabling users t

    Offers a toolkit for constructing chat-based user experiences with custom UI components and streaming responses.

    Pythonchatgptlangchainllm
    عرض على GitHub↗12,213
  • openrewrite/rewriteالصورة الرمزية لـ openrewrite

    openrewrite/rewrite

    3,312عرض على GitHub↗

    OpenRewrite is an automated refactoring engine and source-to-source migration framework. It uses a lossless semantic tree parser to represent source code as type-aware trees that preserve original whitespace and formatting, enabling precise and deterministic modifications. The project utilizes a declarative refactoring pipeline where sequences of transformations are defined in YAML to resolve breaking changes and technical debt. It features type-aware pattern matching and cross-language model mapping to apply similar refactoring patterns across different programming languages. The framework

    Converts setter methods to builder patterns to align source code with updated API standards.

    Javaabstract-syntax-treeastcode-search
    عرض على GitHub↗3,312
  1. Home
  2. Web Development
  3. Conversational Interface Builders

استكشف الوسوم الفرعية

  • API Design Pattern MigrationsAutomated transformations of code patterns, such as converting setters to builders, to match new API standards. **Distinct from Conversational Interface Builders:** Focuses on the structural transition between API instantiation and configuration patterns, not interface builders.