crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

Limitation: Agentic tasks can only output one file

Open codebrain001 opened this issue 1 year ago • 2 comments

I have encountered a limitation in the current implementation of agentic tasks: they are only capable of producing a single output file. In certain scenarios, an agent might need to generate multiple files as output, which is not currently supported.

Consider a scenario where an agent is tasked with processing a dataset and generating both a summary report and a pydantic model of the data

codebrain001 avatar Jul 01 '24 18:07 codebrain001