Carlos André Antunes
Carlos André Antunes
This PR introduces the **FileWriterTool**, a tool designed to simplify the process of writing content to files within a CrewAI environment. The tool supports creating directories if they don't exist,...
This PR introduces the PythonREPLTool, a tool designed to execute Python commands dynamically within a CrewAI environment. The tool provides a Python shell where agents can run Python code snippets...
This PR adds a tool for MySQL database RAG search. The Postgres implementation that the package already have was used as template, witch means that I followed the same patterns...