2 repository-uri
Programmatic interfaces for sending structured HTTP requests to remote services.
Distinct from Promise-Based HTTP Clients: The candidates are either too focused on testing or specific transport implementations like Fetch/Promises; this is a general API client interface.
Explore 2 awesome GitHub repositories matching networking & communication · HTTP Client Interfaces. Refine with filters or upvote what's useful.
ollama-js este o bibliotecă client JavaScript și un wrapper API care oferă o interfață programatică pentru interacțiunea cu și gestionarea modelelor de limbaj mari (LLM). Permite execuția modelelor atât în medii locale, cât și în cloud, facilitând generarea de text conversațional și gestionarea ciclului de viață al modelelor. Proiectul se distinge prin oferirea de instrumente specializate pentru administrarea modelelor, inclusiv capacitatea de a descărca, crea și elimina modele, precum și capacitatea de a defini blueprint-uri de modele personalizate și template-uri de prompt-uri. Oferă, de asemenea, un client de vector embedding pentru generarea reprezentărilor numerice ale textului pentru a susține pipeline-urile de căutare semantică și regăsire. Biblioteca acoperă o gamă largă de capabilități, inclusiv analiza multimodală pentru procesarea imaginilor, capturarea urmelor de raționament intern și impunerea schemelor JSON structurate pentru extracția datelor. Mai mult, suportă interacțiunea avansată cu modelele prin invocarea de instrumente și streaming-ul răspunsurilor prin generatoare asincrone. Biblioteca este scrisă în TypeScript.
Implements a structured HTTP-based interface to communicate with backend model servers.
This library provides a standardized abstraction layer for PHP HTTP clients, enabling consistent request handling across diverse network transport implementations. It serves as a foundational toolkit for developers to manage network communication through unified interfaces, ensuring that application logic remains decoupled from specific underlying transport libraries. The project distinguishes itself through a decorator-based pipeline and a plugin-driven lifecycle system. These mechanisms allow for the interception and modification of request and response data, as well as the injection of cus
Provides standardized interfaces for sending structured HTTP requests to remote services.