Demo mode — sample data only. This is what Nexus looks like when your agents are running. Start monitoring your agents — free →

Draft reply to quarterly review

Agent: email-assistant

success 1.90s
Started: Apr 6 01:45 PM Ended: Apr 6 01:45 PM Spans: 4

Spans

classify-intent ok 340ms
Input
{
  "message": "Re: Q4 review session — can we move to Thursday?"
}
Output
{
  "intent": "meeting_reschedule",
  "priority": "medium",
  "requires_reply": true
}
fetch-calendar-context ok 90ms
Input
{
  "date_range": "2026-04-06 to 2026-04-10",
  "calendar": "primary"
}
Output
{
  "available_slots": [
    "Thu Apr 10 2pm",
    "Thu Apr 10 3pm",
    "Thu Apr 10 4pm"
  ]
}
draft-reply ok 1.23s
Input
{
  "intent": "meeting_reschedule",
  "slots": [
    "Thu Apr 10 2pm",
    "Thu Apr 10 3pm"
  ]
}
Output
{
  "subject": "Re: Q4 review session",
  "body": "Hi — Thursday works great. I'm free at 2pm or 3pm. Let me know which you prefer!"
}
send-email ok 210ms
Input
{
  "to": "john@example.com",
  "subject": "Re: Q4 review session"
}
Output
{
  "message_id": "msg_abc123",
  "status": "sent"
}

Like what you see? Instrument your own agents with 3 lines of code.

Start free — no credit card required