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
·

7 repository-uri

Awesome GitHub RepositoriesLLM Development Frameworks

Libraries and frameworks for building, orchestrating, and managing LLM-powered applications.

Explore 7 awesome GitHub repositories matching part of an awesome list · LLM Development Frameworks. Refine with filters or upvote what's useful.

Awesome LLM Development Frameworks GitHub Repositories

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

    nomic-ai/gpt4all

    77,375Vezi pe GitHub↗

    GPT4All is a cross-platform runtime environment designed to execute large language models directly on local consumer hardware. By leveraging an optimized C++ inference backend, it enables private, offline AI interactions without requiring an internet connection or external cloud services. The project provides a comprehensive ecosystem for managing the entire model lifecycle, including discovery, downloading, and configuration of local weights. What distinguishes the platform is its integrated retrieval-augmented generation engine, which allows users to index local documents into semantic vect

    Local chatbot trained on assistant data for code and dialogue.

    C++ai-chatllm-inference
    Vezi pe GitHub↗77,375
  • langfuse/langfuseAvatar langfuse

    langfuse/langfuse

    29,190Vezi pe GitHub↗

    Langfuse is an open-source observability and evaluation platform designed for language model applications. It provides a centralized system for tracking execution traces, monitoring performance metrics, and managing prompt templates. By capturing hierarchical units of work and telemetry data, the platform enables developers to debug complex application lifecycles and analyze token usage, latency, and model interactions in production environments. The platform distinguishes itself through an integrated evaluation framework that allows for systematic benchmarking and automated scoring of model

    Platform for debugging, analyzing, and iterating on LLM applications.

    TypeScriptanalyticsautogenevaluation
    Vezi pe GitHub↗29,190
  • microsoft/guidanceAvatar microsoft

    microsoft/guidance

    21,502Vezi pe GitHub↗

    Guidance is a control framework and generation orchestrator for large language models. It provides a programming layer to steer model outputs through structured templates, schema enforcement, and logical flow management. The framework distinguishes itself by interleaving model generation with local code execution, enabling the use of loops and conditional branching within a single session. It employs grammar-based token constraints and regular expressions to force models to sample only from tokens that satisfy a specific structural format, ensuring strict adherence to predefined data models.

    Provides a programming layer to constrain and steer LLM outputs through structured templates and logical flow.

    Jupyter Notebook
    Vezi pe GitHub↗21,502
  • transitive-bullshit/chatgpt-apiAvatar transitive-bullshit

    transitive-bullshit/chatgpt-api

    18,117Vezi pe GitHub↗

    This project is a tool for integrating existing HTTP APIs with AI agents by translating standard web endpoints into the Model Context Protocol. It provides a framework for constructing and managing libraries of functions that allow large language models to execute tasks and retrieve data. The system functions as an AI gateway that manages tool hosting, authentication, and routing. It includes capabilities for monetizing tool access through usage-based billing and payment processor integration, as well as the ability to publish service definitions to a gateway for commercial productization. T

    Provides a framework for building and versioning libraries of functions for LLMs to execute tasks.

    TypeScript
    Vezi pe GitHub↗18,117
  • agenta-ai/agentaAvatar Agenta-AI

    Agenta-AI/agenta

    3,860Vezi pe GitHub↗

    Agenta is a Prompt Ops lifecycle manager and prompt management platform that decouples prompt engineering from application code. It serves as a centralized system for developing, versioning, and deploying prompt templates and model configurations across different environments. The platform functions as an AI agent orchestrator with a visual interface for building agent workflows and connecting models to external tools. It further acts as an evaluation framework and observability tool, utilizing OpenTelemetry to capture execution traces, monitor latency, and track token costs. The system cove

    Platform for prompt management, evaluation, and observability.

    TypeScriptagentsevaluationllm-as-a-judge
    Vezi pe GitHub↗3,860
  • rohitg00/awesome-ai-appsAvatar rohitg00

    rohitg00/awesome-ai-apps

    723Vezi pe GitHub↗

    This project serves as a curated directory and resource hub for developers working with generative artificial intelligence. It provides a comprehensive index of open-source software solutions, frameworks, and project examples designed to help users discover and implement advanced AI systems. The repository focuses on practical implementations of agentic, multimodal, and retrieval-augmented generation architectures. It highlights tools for building conversational assistants, voice-enabled agents, and automated workflows that leverage large language models. By showcasing diverse technical domai

    Provides libraries and frameworks for building, orchestrating, and managing LLM-powered applications.

    HTMLagentsaiapps
    Vezi pe GitHub↗723
  • portiaai/portia-sdk-pythonP

    portiaAI/portia-sdk-python

    0Vezi pe GitHub↗

    Framework for building interactive and progress-sharing AI agents.

    Vezi pe GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. LLM Development Frameworks

Explorează sub-etichetele

  • Function LibrariesCollections of standardized functions designed for execution by large language models. **Distinct from LLM Development Frameworks:** Focuses on the library of executable functions rather than the orchestration framework