Expand description
Tool analysis and command parsing logic
Functionsยง
- calculate_
tool_ statistics - Calculate tool statistics from invocations Replaced by Analyzer::calculate_tool_statistics - kept for compatibility
- is_
actual_ tool - Check if a command is an actual tool invocation (not a shell built-in)
- parse_
command_ context - Parse command into components (command, args, flags)
- split_
command_ pipeline - Split command on shell operators while respecting quotes