VRSEN / agency-swarm

The only reliable agent framework built on top of the latest OpenAI Assistants API.
https://vrsen.github.io/agency-swarm/
MIT License
2.05k stars 537 forks source link

Is there a way to have debugging/verbose output #147

Open tlnet1981 opened 2 weeks ago

tlnet1981 commented 2 weeks ago

Hi all,

I started playing around with the framework, and the lab. Is there a way to get logging/verbose output what exactly its doing on the command line?

Specially, when it tests code, i cannot see what it is doing, it gets stuck and waits for someone to close the tool its testing at the moment. But i only can close the whole server.

Best regards & many Thanks!

VRSEN commented 6 days ago

Hey, if you need to add detailed debugging in your tool logic, the only way is to do it manually with print/logger statements