Activity

April 4, 2026 · View on GitHub

What Is This?

Activity is a system-generated event stream. Every event in the project — ticket creation, agent starting execution, status changes, execution completion — is recorded here. It's like the project's "monitoring dashboard", giving you a clear view of all activity at a glance.

Key Concepts

ConceptDescription
EventAn activity record containing timestamp, event type, and details
Event TypeTicket events, agent events, workflow events, machine events, user actions, etc.
Event MetadataStructured context information (e.g. related ticket ID, agent name)

Event Types

TypeExamples
Ticket EventsTicket created, status changed, comment added, archived
Agent EventsAgent claimed ticket, started execution, completed, failed
Workflow EventsWorkflow created, updated, retired
Machine EventsMachine online, offline, health check failed
User ActionsManual operation records

Common Operations

Viewing Activity

  • Go to the Activity page to see a time-ordered event stream (newest first)
  • Supports real-time updates (SSE push), no manual refresh needed

Filtering Events

  • By type: All / Tickets / Agents / Workflows etc.
  • By keyword: Ticket identifier, agent name, event content

Use Cases

  • Troubleshooting: When agent execution fails, view the complete event chain in Activity
  • Lifecycle tracking: Trace every step of a ticket from creation to completion
  • Monitoring activity: Understand overall project health
  • Historical review: See what happened during a specific time period

Tips

  • Activity is read-only — you cannot manually add or delete events
  • If you need to publish subjective project progress, use Updates
  • Events in Activity contain metadata links — click to jump to the related ticket or agent