You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The replay method could be agent-assigned instead of memory assigned.
This would allow to combine the current "logging steps to console" logic from agents.py from the "logging steps to console" logic in the replay method.
Putting logger (as in "show in console what's happening) logic in monitoring.py
The text was updated successfully, but these errors were encountered:
Following up on points raised in PR #316:
replay
method could be agent-assigned instead of memory assigned.This would allow to combine the current "logging steps to console" logic from
agents.py
from the "logging steps to console" logic in the replay method.monitoring.py
The text was updated successfully, but these errors were encountered: