awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
openai avatar

openai/plugins-quickstartArchived

0
View on GitHub↗
4,238 stars·706 forks·Python·MIT·2 vuesplatform.openai.com/docs/plugins↗

Plugins Quickstart

Ce projet est un kit de démarrage et un boilerplate pour développer des plugins étendant les fonctionnalités de ChatGPT via des API externes. Il sert d'implémentation de référence pour construire des outils permettant aux grands modèles de langage d'effectuer des tâches via des appels API séquencés et un mappage de données structuré.

Le dépôt fournit un template pour intégrer des API REST et un guide pour sécuriser la communication entre un modèle de langage et des endpoints de services tiers. Il se concentre sur la configuration de la vérification d'identité et des mécanismes de handshake entre un agent et un serveur backend privé.

L'implémentation couvre la définition d'intégrations API externes et le développement d'outils pour les agents de modèles de langage. Ces capacités incluent l'exécution d'appels API et la configuration de l'authentification pour sécuriser la communication avec des applications tierces.

Features

  • ChatGPT Plugin Development - Serves as a comprehensive starter kit for developing plugins that extend ChatGPT via external APIs.
  • Boilerplates - Provides a boilerplate project for the rapid development and deployment of ChatGPT plugins.
  • External Service Integrations - Provides the capability to convert natural language instructions into executable calls to external services.
  • LLM Tool Definitions - Defines API schemas and tool sets that enable LLMs to perform complex real-world tasks.
  • LLM Tool Orchestration - Implements a framework for orchestrating external API calls to allow LLMs to complete complex tasks.
  • OpenAPI Specifications - Provides OpenAPI specifications that allow language models to discover and call available API functions.
  • API Request Authentication - Implements identity verification mechanisms to secure communication between the agent and third-party applications.
  • Token-Based Authentication - Secures API access using token-based authentication in request headers to verify authorized agents.
  • External API Integrations - Integrates natural language interfaces with third-party REST services to retrieve data or trigger actions.
  • Agent Handshake Configurations - Provides a guide for configuring secure handshakes and identity verification between agents and backend servers.
  • Request Chaining - Enables chaining of multiple API requests by passing outputs from one call as inputs to the next.
  • Interface-Based Request Routing - Directs AI-generated requests to specific external endpoints based on API interface definitions.
  • JSON-RPC Implementations - Uses the JSON-RPC protocol for structured communication between the AI agent and the backend server.
  • Provider API Authentications - Offers a reference implementation for authenticating requests from a language model to third-party service providers.
  • Natural Language Parameter Mapping - Implements logic to translate natural language user prompts into structured arguments for external API calls.
  • Prompt-to-API Mapping Templates - Provides a structural template for mapping natural language prompts to structured REST API requests.
  • Stateless REST APIs - Employs a stateless REST architecture to handle AI agent requests as independent transactions.
  • More to explore - Provides starter templates for AI plugin development.

Historique des stars

Graphique de l'historique des stars pour openai/plugins-quickstartGraphique de l'historique des stars pour openai/plugins-quickstart

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait openai/plugins-quickstart ?

Ce projet est un kit de démarrage et un boilerplate pour développer des plugins étendant les fonctionnalités de ChatGPT via des API externes. Il sert d'implémentation de référence pour construire des outils permettant aux grands modèles de langage d'effectuer des tâches via des appels API séquencés et un mappage de données structuré.

Quelles sont les fonctionnalités principales de openai/plugins-quickstart ?

Les fonctionnalités principales de openai/plugins-quickstart sont : ChatGPT Plugin Development, Boilerplates, External Service Integrations, LLM Tool Definitions, LLM Tool Orchestration, OpenAPI Specifications, API Request Authentication, Token-Based Authentication.

Quelles sont les alternatives open-source à openai/plugins-quickstart ?

Les alternatives open-source à openai/plugins-quickstart incluent : octokit/octokit.rb — Octokit.rb is a Ruby client library and REST API wrapper used to programmatically interact with GitHub. It provides a… mcp-use/mcp-use — mcp-use is a development framework designed for building, deploying, and managing servers, clients, and autonomous… inventree/inventree — InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels,… serversideup/financial-freedom — Financial Freedom is an open-source, self-hosted personal finance platform designed for tracking budgets, managing… github-tools/github — Octokit is a JavaScript API client and REST API wrapper designed for executing authenticated requests to GitHub from… requestly/requestly.

Alternatives open source à Plugins Quickstart

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Plugins Quickstart.
  • octokit/octokit.rbAvatar de octokit

    octokit/octokit.rb

    3,945Voir sur GitHub↗

    Octokit.rb is a Ruby client library and REST API wrapper used to programmatically interact with GitHub. It provides a structured interface for automating workflows, managing repositories, and transforming raw HTTP responses into Ruby objects. The library differentiates itself through hypermedia-driven navigation, which uses URI templates and link relations to discover resources dynamically. It also implements automated result pagination to combine paginated responses into single arrays and uses fingerprint-based caching to reduce redundant network requests. The tool covers a broad range of c

    Rubygithubgithub-apihacktoberfest
    Voir sur GitHub↗3,945
  • github-tools/githubAvatar de github-tools

    github-tools/github

    3,728Voir sur GitHub↗

    Octokit is a JavaScript API client and REST API wrapper designed for executing authenticated requests to GitHub from browser-based environments. It serves as a programmatic interface for managing repositories, issues, pull requests, and user profiles. The library provides a high-level wrapper that organizes API functionality into resource-specific namespaces. It implements an asynchronous promise interface and includes mechanisms for pagination-aware data fetching and rate-limit tracking to prevent service interruptions. The tool covers a broad range of administrative capabilities, including

    JavaScript
    Voir sur GitHub↗3,728
  • inventree/inventreeAvatar de inventree

    inventree/InvenTree

    6,350Voir sur GitHub↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Pythondjangohacktoberfestpython
    Voir sur GitHub↗6,350
  • mcp-use/mcp-useAvatar de mcp-use

    mcp-use/mcp-use

    10,137Voir sur GitHub↗

    mcp-use is a development framework designed for building, deploying, and managing servers, clients, and autonomous agents using the Model Context Protocol. It provides a comprehensive toolkit for creating servers that expose custom tools, data resources, and prompts to compatible AI agents. The project distinguishes itself by offering a complete lifecycle for protocol-based applications, including a dedicated hosting platform for production servers and a compliance validator to ensure servers meet marketplace publishing requirements. It also features an observability suite for tracing protoco

    TypeScriptagentic-frameworkaiapps-sdk
    Voir sur GitHub↗10,137
Voir les 30 alternatives à Plugins Quickstart→