Thanks Logan! That was it, but for some reason when i dockerize and build the project, the console does not print the outputs, only the logs handled with logging. I have to run the main.py file in order to get the outputs what the agent is doing. I can work with the answer you gave me, but if i could get to print the agent outputs into the dockerized app logs, that would be great (idk if i could print the verbose=True outputs through loggings output, or something like that)