Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

HTBP

HTBP(HTTP ToolBridge Protocol)是一个面向 Agent 的轻量 HTTP tool discovery 约定。它关注的是 Provider 如何在现有 HTTP API 旁边暴露 ~help~skill,让只有 HTTP 能力的 Agent 能理解并调用工具。

本仓库只保存 protocol RFC、设计决策和接入说明,不包含具体 server 实现。

文档

边界

HTBP 定义:

  • GET {path}/~help
  • GET {path}/~skill
  • 可选的 register/auth discovery 约定
  • Help DSL 和 Skill Markdown 的语义

HTBP 不定义:

  • Provider 的业务 Resource 形状
  • Provider 应该使用哪些 HTTP method
  • pagination、idempotency、retry 等业务 API contract
  • 具体 MCP、CLI 或 SaaS API adapter 的实现方式

Tool Bridge

MCP Streamable HTTP 到普通 HTTP call 的 Cloudflare Worker 实现已经拆到独立项目:

https://github.com/TokenRollAI/tool-bridge

该项目是 HTBP 的一个实现方向,不是 HTBP protocol 本身。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors