AgenticX Tool Creator
Guide for building tools that extend agent capabilities.
Tool Architecture
AgenticX tools inherit from BaseTool and are consumed by agents during execution. Three approaches exist:
- Function decorator (
@tool) — fastest for simple tools - Class-based (extend
BaseTool) — for complex or stateful tools - MCP remote tools — for external services via Model Context Protocol
Function Decorator Tools
from agenticx.tools import tool
@too
[Description truncada. Veja o README completo no GitHub.]