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
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
I suggest we introduce to the logger these 2 new features:
Parent lineage
For each prompt we could add parent lineage of the model, referring to parent structure of the given agent instance. This would be able to identify the logs of an agent and the parent who invoked it (and possibly, the parent who invoked that parent...!)
Usage summary
Some final logs with total token consumption, time running, number of running cycles per agent
Current Behavior
No current display of either. Usage summary currently only logs individual-agents-usage (time + token). Would be good if we an object that reflected the summary of all the running agents for a given script.
Proposed Improvement
Parent: should be done from scratch, no improvment cause its a feature
Summary log: capture individual usage summary, for a general system-wide usage summary