Expand description
Path resolution strategies for tool security.
This module provides PathResolver trait and implementations:
AbsolutePathResolver- Requires absolute paths onlyAllowedPathResolver- Restricts to allowed directories
Structs§
- Absolute
Path Resolver - Path resolver that requires absolute paths.
- Allowed
Path Resolver - Path resolver that restricts access to allowed directories.
Traits§
- Path
Resolver - Strategy for resolving and validating file paths.