Monitoring SME Activity
Track and analyze Specialist Agent invocations, executions, and performance across your organization.
SME Activity Dashboard
Navigate to Monitor > Activity > SME Activity to view the dedicated SME monitoring interface.
Dashboard Overview
The dashboard provides:
- Active Invocations: Currently running SME tasks
- Pending Queue: Tasks waiting to be processed
- Recent Completions: Successfully finished tasks
- Failed/Timeout: Tasks that encountered issues
Key Metrics
| Metric | Description |
|---|---|
| Total Invocations | Count of SME invocations in selected period |
| Success Rate | Percentage of invocations that completed successfully |
| Average Duration | Mean time from invocation to completion |
| Escalation Rate | Percentage of invocations requiring human input |
Viewing SME Invocations
Invocation List
The main view shows all SME invocations with:
| Column | Description |
|---|---|
| Status | Running, completed, failed, timeout, cancelled |
| SME | Which Specialist Agent was invoked |
| Called By | The agent that invoked the SME |
| Task | Brief description of the task |
| Duration | Execution time (or elapsed time if running) |
| Created | When the invocation was created |
Filtering Options
Filter invocations by:
- Status: All, Running, Completed, Failed, Timeout
- SME: Select specific Specialist Agent
- Calling Agent: Filter by which agent made the invocation
- Time Range: Last hour, 24 hours, 7 days, custom
Status Indicators
| Status | Icon | Description |
|---|---|---|
| Pending | Yellow | Waiting to start |
| Running | Blue | Currently executing |
| Completed | Green | Finished successfully |
| Failed | Red | Encountered an error |
| Timeout | Orange | Exceeded time limit |
| Cancelled | Gray | Manually stopped |
Invocation Details
Click on any invocation to view detailed information:
Summary Panel
SME Invocation Details
----------------------
Status: Completed
SME: Research SME
Called By: Executive Assistant
Nesting Depth: 1
Timing:
Created: 2024-01-15 10:30:00
Started: 2024-01-15 10:30:02
Completed: 2024-01-15 10:42:36
Duration: 12 minutes 34 seconds
Task Information
View the original task prompt and context:
Task Prompt:
Research the current state of electric vehicle adoption worldwide.
Include:
1. Global EV sales statistics for 2024
2. Top 5 markets by adoption rate
3. Major challenges facing EV adoption
4. Projected growth over next 5 years
Task Context:
{
"client": "AutoCorp Industries",
"purpose": "Strategic planning presentation"
}
Result Section
For completed invocations, view the result:
Result:
# Electric Vehicle Adoption Report 2024
## Global EV Sales Statistics
Global electric vehicle sales reached 14.2 million units in 2024...
## Top 5 Markets
1. China - 8.1 million units (57%)
2. Europe - 3.2 million units (23%)
...
Error Information
For failed invocations:
Error Type: Timeout
Error Message: SME execution exceeded 3600 second limit
Partial Result: Research partially completed...
Parent Execution Context
SME invocations are always triggered by another agent. View the relationship:
From Invocation Detail
Click View Parent Execution to see:
- The email or chat that triggered the workflow
- Why the calling agent decided to invoke the SME
- What happened after the SME completed
From Agent Execution Detail
When viewing any agent execution, the SME Invocations section shows:
- SMEs invoked during that execution
- Status of each invocation
- Quick links to invocation details
Nested Invocations
SMEs can invoke other SMEs. Track the chain:
Email received
|
+-- Executive Assistant
|
+-- Research SME (Depth: 1)
|
+-- Data Analysis SME (Depth: 2)
The invocation detail shows:
- Nesting Depth: How deep in the SME chain
- Parent Invocation: Link to the invoking SME (if any)
- Child Invocations: SMEs invoked by this SME
Performance Analytics
SME Performance Report
Navigate to Monitor > Activity > SME Activity > Analytics for:
By SME
| SME | Invocations | Success Rate | Avg Duration | Cost |
|---|---|---|---|---|
| Research SME | 156 | 94% | 8m 32s | $12.45 |
| Accounting SME | 89 | 98% | 4m 15s | $6.78 |
| Marketing SME | 67 | 91% | 12m 48s | $18.90 |
By Calling Agent
See which agents most frequently use SMEs:
| Agent | SME Invocations | Top SME Used |
|---|---|---|
| Executive Assistant | 234 | Research SME |
| Support Agent | 78 | HR SME |
Time Analysis
- Peak invocation hours
- Average wait time in queue
- Duration trends over time
Alerts and Notifications
Configure Alerts
Set up alerts for SME activity:
- Navigate to Manage > Account > Notifications
- Find SME Activity Alerts
- Configure thresholds:
- SME failure rate exceeds X%
- Average duration exceeds X minutes
- Queue depth exceeds X invocations
Alert Types
| Alert | Trigger | Action |
|---|---|---|
| High Failure Rate | >10% failures in 1 hour | Email notification |
| Long Queue | >5 pending invocations | Dashboard warning |
| Slow SME | Avg duration >2x normal | Performance review |
Troubleshooting from Activity View
Common Issues
SME Stuck in Running State
- Check SME execution logs for errors
- Verify tool availability (APIs, knowledge base)
- Review for infinite loops in SME logic
- Consider manual cancellation if stuck
High Failure Rate
- Review error messages in failed invocations
- Check SME configuration for issues
- Verify external dependencies are available
- Review recent changes to SME instructions
Slow Performance
- Analyze invocation durations
- Check for complex tasks taking too long
- Review LLM model selection (use faster models)
- Consider breaking large tasks into smaller pieces
Cancelling Invocations
For stuck or runaway invocations:
- Find the invocation in the list
- Click Cancel (only for pending or running)
- Confirm cancellation
The calling agent will be notified of the cancellation.
Exporting Data
Export Options
Export SME activity data for analysis:
- Apply desired filters
- Click Export
- Choose format: CSV or JSON
- Download the report
Export Contents
Exported data includes:
- Invocation ID and timestamps
- SME and calling agent information
- Status and duration
- Task prompt (truncated)
- Error messages (if any)
Integration with Agent Executions
SME activity integrates with the main execution monitoring:
Unified View
Go to Monitor > Activity > Agent Activity and enable the Include SME Executions toggle to see all agent activity including SME work in a single timeline.
Execution Timeline
Within any execution detail, view when SME invocations occurred relative to other actions:
10:30:00 - Email received
10:30:05 - Agent started processing
10:30:15 - Agent invoked Research SME
10:30:15 - Waiting for SME...
10:42:36 - SME completed
10:42:40 - Agent continued processing
10:43:00 - Response sent
Best Practices
Regular Monitoring
- Daily checks: Review failed invocations and address issues
- Weekly reports: Analyze performance trends
- Monthly reviews: Evaluate SME effectiveness and utilization
Performance Optimization
- Set appropriate timeouts: Balance thoroughness with efficiency
- Monitor queue depth: Ensure SMEs aren't overwhelmed
- Review nested calls: Deep nesting may indicate design issues
Documentation
- Track patterns: Note common invocation patterns
- Document failures: Record root causes and solutions
- Share insights: Help team understand SME behavior