View Source Jido.Actions.Files (Jido v1.0.0-rc.1)

Actions for file-related operations in workflows.

This module provides a set of actions for common file operations:

  • WriteFile: Writes content to a file
  • ReadFile: Reads content from a file
  • CopyFile: Copies a file from source to destination
  • MoveFile: Moves a file from source to destination

Each action is implemented as a separate submodule and follows the Jido.Action behavior.