kennethreitz / simplemind

Python API client for AI providers that intends to replace LangChain and LangGraph for most common use cases.
https://pypi.org/project/simplemind/
Apache License 2.0
315 stars 20 forks source link

Global verbose #46

Open Siddhesh-Agarwal opened 2 weeks ago

Siddhesh-Agarwal commented 2 weeks ago

While logging is supported many of us still rely on the good ol' print for debugging. Do you thing we should add a verbose variable of type bool (Default False) to the settings class and print various things (like name of model, model response, logging status, etc...)?

kennethreitz commented 2 weeks ago

yes, let's use stdlib logging perhaps