Overview

- Loads 5 built-in tools by default
- Tracks all tool calls made during execution
- Displays a summary of tools used after completion
Default Tools
Every CLI prompt has access to these 5 built-in tools:Usage Examples
Basic Tool Tracking
Multiple Tools
Verbose Mode
For detailed tool call information, use verbose mode:Adding Custom Tools
You can add additional tools using the--tools flag:
Callback System
The tool tracking uses a callback system that can be extended programmatically:Comparison: Default vs Verbose
Best Practices
Tool calls are tracked via a callback system that has zero performance overhead when no callback is registered.
Related Features
Interactive Mode
Full interactive TUI with tool support
Tools Management
Discover and manage available tools
Cost Tracking
Track token usage and costs
Verbose Output
Detailed output options

