awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • langgenius/difyAvatar langgenius

    langgenius/dify

    145,458Vezi pe 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
    Vezi pe GitHub↗145,458
  • chainlit/chainlitAvatar Chainlit

    Chainlit/chainlit

    12,213Vezi pe 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
    Vezi pe GitHub↗12,213
  • openrewrite/rewriteAvatar openrewrite

    openrewrite/rewrite

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

Explorează sub-etichetele

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