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
·

3 Repos

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

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

    langgenius/dify

    145,458Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗145,458
  • chainlit/chainlitAvatar von Chainlit

    Chainlit/chainlit

    12,213Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,213
  • openrewrite/rewriteAvatar von openrewrite

    openrewrite/rewrite

    3,312Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,312
  1. Home
  2. Web Development
  3. Conversational Interface Builders

Unter-Tags erkunden

  • 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.