Skip to content

antikythera_agents.io_agent ¤

Classes¤

IOAgent ¤

IOAgent()

Agent for Input/Output operations.

Methods:¤

copy_file ¤
copy_file(source: str, destination: str) -> dict[str, Any]

Copy files matching source glob pattern to destination.

Parameters:

  • source (str) –

    Glob pattern for the files to copy.

  • destination (str) –

    Destination path to copy the matched files to.

Returns:

  • Dictionary containing 'copied_files' and 'destination'.