Find answers from the community

Updated 5 months ago

Trouble debugging agent turns:

Trouble debugging agent turns:
L
J
3 comments
Do you just want to see logs of what the agent is doing? I'm not sure how you are creating your agent, but, OpenAIAgent.from_tools(...., verbose=True)
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)
it seems i had trouble with the dockerfile, i made some research and now i can get the info about the agent's steps printed in console, thanks!
Add a reply
Sign up and join the conversation on Discord