This commit is contained in:
2026-06-01 10:46:01 +08:00
parent 2faf4bb002
commit e96b955fda
221 changed files with 10219 additions and 332 deletions

View File

@@ -0,0 +1,32 @@
---
title: "Tool Interface & Protocol Layer工具接口与协议层"
created: 2026-05-23
updated: 2026-05-23
type: concept
tags: [agent, tool, mcp, api, protocol]
sources: [raw/papers/agent-harness-engineering-survey-2026.md]
confidence: high
---
# Tool Interface & ProtocolT 层)
> ETCLOVG 的 T 层:规定外部能力如何**描述**、**发现**和**调用**。连接 Agent 推理与外部执行的关键接口。
## 主要子类别
- **协议和接口标准**MCP 协议主导工具标准化
- **工具描述、发现和选择**Gorilla, ToolLLM, Toolformer 等
- **工具增强训练与集成**:将工具使用能力融入模型训练
- **可扩展性和会话管理**:多工具调用的并发和状态管理
## 关键洞察
- 工具 Schema 设计直接消耗 context budget → 属于 [[capability-control-tradeoff]] 的一部分
- MCP 的标准化降低了组合成本,但安全扩展仍是未解决问题
- 工具选择错误和 prompt injection 表面随工具菜单扩大而增长
## 相关概念
- [[etclovg-taxonomy]]
- [[standard-agent-handoffs]] — 工具间标准化交接
- [[agent-harness-engineering-survey]]