33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
---
|
||
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 & Protocol(T 层)
|
||
|
||
> 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]]
|