Skip to Content
EMA AssistantActivity Tracking

Activity Tracking

EMA automatically tracks agent actions and performance across your entire workspace, providing real-time visibility into your AI team.


Automatic Context

Every EMA conversation is enriched with the last 10 completed agent runs.

This means EMA always knows:

  • Agent Identity: Which specialist performed the work.
  • Context: The specific task and project targeted.
  • Efficiency: Execution duration and token usage.
  • Outcomes: Previews of the findings or deliverables.

Activity Summary Tool

For a high-level view of team performance, EMA uses the get_agent_activity_summary tool to generate detailed reports:


Delegation Tracking

When agents delegate work to each other, EMA maintains a full audit trail:

  • Parent Linking: Child runs are explicitly linked to their parent via parentRunId.
  • Depth Analysis: delegationDepth prevents runaway loops (max 3).
  • Tree Visualization: get_delegation_tree returns the full hierarchy of a workflow.

Ask EMA: “Show me the delegation tree for the latest research run” to see exactly how your agents collaborated to finish the job.

Last updated on