Want to create a full project with multiple files

hi if anyone have any idea how to create a project with multiple files with crew ai
cause i’m not able to do that currently i need to assign the file naming explicitly .
i want a agent that decide the folder structure and other agents should write teh code accroding to decided folder structure

This is just a suggestion meant to be helpful for your interesting project.

Under the Tools docs,
Tools - CrewAI

there is a concept of the
StructuredTool

where if you follow that example of making a custom tool, you could change the function from one that calls an API to one that makes a folder structure for your code project based on input from an Agent who is assigned the task of making folders and sending the folder structure to the code writing agents.

Let me know how this goes and good luck.