2 个仓库
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 是一个 JavaScript 客户端库和 API 封装器,提供了一个用于交互和管理大语言模型的编程接口。它支持在本地和云端环境中执行模型,促进了对话文本的生成和模型生命周期的管理。 该项目通过提供专门的模型管理工具脱颖而出,包括下载、创建和删除模型的能力,以及定义自定义模型蓝图和提示词模板的能力。它还提供了一个向量嵌入客户端,用于生成数值文本表示,以支持语义搜索和检索流水线。 该库涵盖了广泛的功能,包括用于处理图像的多模态分析、内部推理轨迹的捕获以及用于数据提取的结构化 JSON 模式的强制执行。它进一步通过工具调用和通过异步生成器流式传输响应,支持高级模型交互。 该库使用 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.