Activity sub-tab

The second sub-tab of an AI agent. Timeline-style log of all AI activity — chat events, scheduled tasks, errors.

When to use: “Why didn’t AI reply”, “Did yesterday’s schedule run”, “Any recent errors”.


Where to find

OC-1 (or OC-2 / HM-3) tab → Activity sub-tab

OC-1 Activity sub-tab OC-1 Activity sub-tab
Activity sub-tab shows AI chats, tasks, errors timeline-style

Three event types

TypeExampleWhy it appears
ConversationUser sends message → AI repliesYou interact with AI
Scheduled Task”Daily 09
summarize yesterday’s messages” status changes
A schedule you set up via chat
Tool UseAI called Web search / ran command / wrote a fileAction AI took autonomously

Each event shows: timestamp, type icon, summary, status (success / failure / running).


Scheduled task statuses

StatusMeaningNext step
ScheduledHasn’t reached trigger timeWait
RunningCurrently executing (avoid restart during this)Wait for completion
CompletedSuccessfully doneCheck results
Failed (red)Ran but erroredClick open to see error
CancelledYou or AI cancelledCheck why

How to debug with the Activity page

Scenario A: AI didn’t reply me

  1. Switch to Activity
  2. Look for “Conversation” events in the last 1 hour
  3. Found but failed → click to see error (usually API token / rate limit)
  4. No record at all → AI container might be stopped; back to Home sub-tab to check

Scenario B: A schedule didn’t run

  1. Switch to Activity
  2. Filter by “Scheduled Task” type
  3. Find around the expected trigger time
  4. Found failure → click to see error
  5. No record → schedule might never have been created; chat with AI to verify

Scenario C: I want to see what AI does in the background

  1. Switch to Activity
  2. Filter by “Tool Use” type
  3. See what commands AI ran, what pages searched, what files written

What you should see

ObservationMeans
Timeline has records from last 5 minAI working normally
Continuous “failed” entriesLook at error message for root cause (API key / quota / network)
> 30 min no recordsAI possibly offline, check Home for status
Scheduled task “running” stuck for longCould be a long task, check reasonability; if not, pause agent and restart