2 个仓库
Providing a chat interface where users interact with a tool-using model, with a backend that handles API calls and response generation.
Distinct from Model Serving: Distinct from Model Serving: specifically provides a web UI for a tool-using model, not general model serving.
Explore 2 awesome GitHub repositories matching web development · Tool-Using Model Web UIs. Refine with filters or upvote what's useful.
ToolBench is an open platform for training, serving, and evaluating large language models that retrieve and call real-world APIs to complete user instructions. It provides an API-aware inference engine that selects relevant tools from a large corpus and generates sequences of tool calls to produce final answers, along with a custom API registration system that lets users add their own REST endpoints for the model to discover and invoke. The platform includes a complete instruction-tuning pipeline for training models on curated tool-use data, a multi-tool execution engine that coordinates sequ
Provides a chat interface where users interact with a tool-using model via a web UI.
gptme 是一个自主 AI 代理服务器和框架,专为本地系统自动化、软件开发和代码执行而设计。它作为本地执行引擎运行,使语言模型能够运行 Shell 命令、修改本地文件并与操作系统交互。 该项目充当 Model Context Protocol 客户端,与外部服务器集成,以使用标准化工具和数据源扩展代理功能。它具有提供程序无关的路由系统,可编排跨多个专有云 API 和本地 AI 后端的任务。 该系统包括用于无头浏览器自动化、视觉内容分析和用于映射代码库的符号代码分析的功能。为确保安全,它实现了人机协作(human-in-the-loop)护栏,在执行敏感系统更改或最终确定文件补丁之前需要用户确认。 该应用程序可以作为独立桌面二进制文件或通过 Docker 容器化进行部署。
Provides a web-based chat interface for interacting with tool-using models and managing server responses.