Module editing

Module editing 

Source
Expand description

Enhanced file editing tools with advanced matching and normalization

Re-exports§

pub use management_tools::CopyPathTool;
pub use management_tools::CreateDirectoryTool;
pub use management_tools::DeletePathTool;
pub use management_tools::MovePathTool;
pub use specialized_tools::CreateFileTool;
pub use specialized_tools::DeleteFunctionTool;
pub use specialized_tools::DeleteLineTool;
pub use specialized_tools::DeleteTextTool;
pub use specialized_tools::InsertTextTool;
pub use specialized_tools::OverwriteFileTool;
pub use specialized_tools::ReplaceTextTool;

Modules§

management_tools
File management tools for file operations
specialized_tools
Specialized editing tools for better AI model compatibility

Structs§

EditLocation
Location where edit was applied
EditTool
Enhanced edit tool
MatchInfo
Information about a found match
MatchingOptions
Matching behavior options
NormalizationOptions
Text normalization options

Enums§

EditMode
Edit operation modes