Expand description
Tool runner for ephemeral Python tool execution
This module provides functionality for running Python tools without
permanent installation, similar to uvx or pipx run:
- Tool caching in ~/.local/share/rx/tools/
- Automatic installation on first run
- Cache management (list, clear)
Structsยง
- Cached
Tool - Metadata about a cached tool
- Tool
Cache - Tool cache manager
- Tool
Runner - Tool runner for executing Python tools