996 B
996 B
File.Processor Agent
Purpose
Processes files through various transformations including format conversion, compression, encryption, and batch operations.
Skills
This agent uses the following skills:
Artifact Flow
Consumes
file-listtransformation-config
Produces
processed-filesprocessing-reportfile.convertfile.compressfile.encryptbatch.processorSequential: Process files one by oneParallel: Process multiple files concurrentlyPipeline: Chain multiple transformationsFiles processed successfullyFiles that failed with error detailsProcessing time and performance metricsStorage space savedTransformation details for each file
Usage
# Activate the agent
/agent file.processor
# Or invoke directly
betty agent run file.processor --input <path>
Created By
This agent was created by meta.agent, the meta-agent for creating agents.
Part of the Betty Framework