At the moment the token tracking code in the TUI only seems to consider the currently active agent/session.
This means that the values displayed in the TUI change when an agent delegates a task to a sub-agent or a sub-agent finishes its task and returns control to it's parent, not giving the user a precise indication of the tokens actually used when running an agent team
It'd be nice to have an overall view of total tokens consumed by the full agent team, and also a way to see the consumption and cost per individual session (which would mean per sub-agent as well).
At the moment the token tracking code in the TUI only seems to consider the currently active agent/session.
This means that the values displayed in the TUI change when an agent delegates a task to a sub-agent or a sub-agent finishes its task and returns control to it's parent, not giving the user a precise indication of the tokens actually used when running an agent team
It'd be nice to have an overall view of total tokens consumed by the full agent team, and also a way to see the consumption and cost per individual session (which would mean per sub-agent as well).