gizatechxyz / giza-agents

Easy to use Verifiable AI and smart contracts interoperability.
https://docs.gizatech.xyz/products/ai-agents
MIT License
15 stars 10 forks source link

Improve logging across the package #56

Closed Gonmeso closed 4 months ago

Gonmeso commented 5 months ago

We should add multiple debug logs to help the developers to debug users problems.

Some debug logs that could be added:

This should be done using the logging module and we should create a utility function that can easily be added to start the log level of the library like:

from giza.agents.utils import debug_logging

# This should make logging to show all the DEBUG and INFO logs
debug_logging()
Josh-121 commented 5 months ago

can I work on this?

Gonmeso commented 4 months ago

Fixed on #60