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

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

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

55 مستودعات

Awesome GitHub RepositoriesDevelopment Packages

Libraries and SDKs for building applications with AI capabilities.

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

Awesome Development Packages GitHub Repositories

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

    vercel-labs/ai

    24,918عرض على GitHub↗

    This project is a TypeScript SDK and application framework for integrating large language models into software. It provides a unified interface and multi-provider model wrapper to interact with various AI model providers through a single, consistent API. The toolkit includes a generative UI framework and an AI agent orchestrator. These tools enable the creation of autonomous agents capable of executing functions and the development of AI-driven user interfaces with specialized state management for streaming chatbot components. The framework covers broad capability areas including stream-base

    Library for building AI-powered user interfaces.

    TypeScript
    عرض على GitHub↗24,918
  • transitive-bullshit/chatgpt-apiالصورة الرمزية لـ transitive-bullshit

    transitive-bullshit/chatgpt-api

    18,117عرض على 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

    API client for AI services.

    TypeScript
    عرض على GitHub↗18,117
  • zilliztech/gptcacheالصورة الرمزية لـ zilliztech

    zilliztech/GPTCache

    8,068عرض على GitHub↗

    GPTCache is a semantic caching layer and response optimizer for large language models. It functions as pluggable middleware for orchestration frameworks, utilizing vector database caching to store and retrieve model responses based on the semantic similarity of prompts rather than exact text matches. The system uses embeddings to determine cache hits by comparing the distance between new queries and stored vectors. It employs a hybrid storage model that persists original prompts in relational databases while maintaining high-dimensional embeddings in vector stores. The project covers a broad

    Semantic caching layer for LLM queries.

    Python
    عرض على GitHub↗8,068
  • openai-php/clientالصورة الرمزية لـ openai-php

    openai-php/client

    5,805عرض على GitHub↗

    هذا المشروع عبارة عن عميل PHP API و SDK لدمج خدمات OpenAI في تطبيقات PHP. يعمل كمكتبة تكامل وغلاف للتفاعل مع النماذج اللغوية الكبيرة لإنشاء نصوص، وصور، وصوت عبر استدعاءات REST API. توفر المكتبة تنسيقاً متخصصاً لمساعدي الذكاء الاصطناعي، وإدارة سلاسل المحادثات ومخازن المتجهات. كما تتضمن أدوات لضبط النموذج المخصص، وتنفيذ البحث الدلالي من خلال تضمينات النصوص، ومعالجة الصوت للنسخ والتركيب. يغطي سطح الإمكانات اعتدال المحتوى، وإدارة الملفات، والتعامل مع الدردشة وإكمال النصوص. ويدعم تسليم البيانات في الوقت الفعلي عبر بث أحداث مرسلة من الخادم، والمعالجة المجمعة غير المتزامنة، والتحقق من توقيعات webhook.

    API client for AI services.

    PHP
    عرض على GitHub↗5,805
  • alexrudall/ruby-openaiالصورة الرمزية لـ alexrudall

    alexrudall/ruby-openai

    3,224عرض على GitHub↗

    OpenAI API Ruby! 🤖❤️ GPT-5 & Realtime WebRTC compatible!

    API client for AI services.

    Ruby
    عرض على GitHub↗3,224
  • datafold/data-diffالصورة الرمزية لـ datafold

    datafold/data-diff

    2,988عرض على GitHub↗

    Compare tables within or across databases

    CLI tool for efficiently comparing rows across databases.

    Python
    عرض على GitHub↗2,988
  • macpaw/openaiالصورة الرمزية لـ MacPaw

    MacPaw/OpenAI

    2,862عرض على GitHub↗

    This is an asynchronous Swift client library for calling OpenAI’s API across Apple platforms. It provides native access to chat completions, image generation and editing, speech synthesis and transcription, text embeddings, and content moderation through a single interface built on Swift’s async-await concurrency model. The client supports structured output generation by constraining model responses to a provided JSON schema, and enables real-time consumption of generated text through streaming responses delivered as an AsyncSequence. It includes a thread-based conversation model for managing

    API client for AI services.

    Swiftaiopenaiopenai-api
    عرض على GitHub↗2,862
  • kudoai/chatgpt.jsالصورة الرمزية لـ kudoai

    kudoai/chatgpt.js

    2,038عرض على GitHub↗

    🤖 A powerful, open source JavaScript library interactive CLI for ChatGPT

    Library for interacting with the AI web interface DOM.

    JavaScript
    عرض على GitHub↗2,038
  • llm-ui-kit/llm-uiالصورة الرمزية لـ llm-ui-kit

    llm-ui-kit/llm-ui

    1,745عرض على GitHub↗

    The React library for LLMs

    Library for building user interfaces for LLMs.

    TypeScript
    عرض على GitHub↗1,745
  • dbt-labs/dbt-codegenالصورة الرمزية لـ dbt-labs

    dbt-labs/dbt-codegen

    638عرض على GitHub↗

    Generates boilerplate code via the command line.

    Makefile
    عرض على GitHub↗638
  • dbt-labs/dbt-project-evaluatorالصورة الرمزية لـ dbt-labs

    dbt-labs/dbt-project-evaluator

    563عرض على GitHub↗

    This package highlights areas of a dbt project that are misaligned with dbt Labs' best practices. Specifically, this package tests for:

    Audits projects against established best practices.

    Shell
    عرض على GitHub↗563
  • gouline/dbt-metabaseالصورة الرمزية لـ gouline

    gouline/dbt-metabase

    578عرض على GitHub↗

    Synchronizes model definitions with Metabase.

    Pythonanalyticsbusiness-intelligencedata
    عرض على GitHub↗578
  • equalexperts/dbt-unit-testingالصورة الرمزية لـ EqualExperts

    EqualExperts/dbt-unit-testing

    447عرض على GitHub↗

    Dbt Unit Testing is a dbt package that provides support for unit testing in dbt.

    Supports unit testing for transformation logic.

    Shell
    عرض على GitHub↗447
  • dbt-labs/dbt-audit-helperالصورة الرمزية لـ dbt-labs

    dbt-labs/dbt-audit-helper

    412عرض على GitHub↗

    Useful macros when performing data audits

    Compares column values and schemas between tables.

    عرض على GitHub↗412
  • dbt-labs/dbt-external-tablesالصورة الرمزية لـ dbt-labs

    dbt-labs/dbt-external-tables

    375عرض على GitHub↗

    dbt v0.15.0 added support for an external property within sources that can include information about location, partitions, and other database-specific properties.

    Manages staging for external data sources.

    Jupyter Notebook
    عرض على GitHub↗375
  • hemulgm/delphiopenaiالصورة الرمزية لـ HemulGM

    HemulGM/DelphiOpenAI

    306عرض على GitHub↗

    OpenAI (and DeepSeek, Azure OpenAI, YandexGPT, Ollama, GigaChat, Qwen) API wrapper for Delphi. Use ChatGPT, DALL-E, Whisper and other products.

    API client for AI services.

    Pascal
    عرض على GitHub↗306
  • geeks-of-data/knowledge-gptالصورة الرمزية لـ geeks-of-data

    geeks-of-data/knowledge-gpt

    291عرض على GitHub↗

    Extract knowledge from all information sources using gpt and other language models. Index and make Q&A session with information sources.

    Library for extracting knowledge from information sources.

    Python
    عرض على GitHub↗291
  • get-select/dbt-snowflake-monitoringالصورة الرمزية لـ get-select

    get-select/dbt-snowflake-monitoring

    259عرض على GitHub↗

    From the SELECT team, a dbt package to help you monitor Snowflake performance and costs.

    Helps track Snowflake performance and associated costs.

    عرض على GitHub↗259
  • slidoapp/dbt-coverageالصورة الرمزية لـ slidoapp

    slidoapp/dbt-coverage

    240عرض على GitHub↗

    One-stop-shop for docs and test coverage of dbt projects.

    Validates documentation and test coverage metrics.

    Python
    عرض على GitHub↗240
  • ingyamilmolinar/doctorgptالصورة الرمزية لـ ingyamilmolinar

    ingyamilmolinar/doctorgpt

    210عرض على GitHub↗

    DoctorGPT brings GPT into production for application log error diagnosing!

    Tool for diagnosing web application logs using AI.

    Go
    عرض على GitHub↗210
السابق123التالي
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Development Packages