# Tutorial: Tool Integration Learn to equip agents with external tools and capabilities. ## Coming Soon This tutorial will cover: - Creating tools with `@tool` decorator - Registering tools with agents - Tool discovery and selection - Building a calculator agent - API integration patterns For now, see: - [Tool System Guide](../guide/tool-system.md) - [Example: Calculator](../../examples/calculator.py)