> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/agentic_ai_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/agentic_ai_guide/di-yi-bu-fen-dan-ti-zhi-neng-jia-gou/04_tools.md).

# 第四章 工具使用与环境交互

工具是智能体的“手”“眼”与“计算引擎”。本章从工具设计原则出发，讲解函数调用 → 标准化协议(MCP) → 代码执行 → 计算机操作 → 多模态融合的完整路径。通过标准化设计与协议，让智能体真正具备改变世界的能力。

## 学习目标

完成本章后，你将能够：

1. **理解** 工具使用的核心机制与设计原则
2. **实现** 基于Tool Use的工具集成与标准化协议
3. **搭建** 安全的代码执行与计算机操作环境
4. **集成** 多模态感知能力

***

**下一节**: [4.1 工具使用概述与分类](/agentic_ai_guide/di-yi-bu-fen-dan-ti-zhi-neng-jia-gou/04_tools/4.1_overview.md)
