Activity Stream
The Activity Stream provides complete visibility into everything your AI teams do. Every action, decision, and collaboration is logged and accessible in real-time.
Why Complete Observability Matters
Enterprise AI deployments fail when teams can't answer: "What did the AI do and why?"
MeetLoyd's Activity Stream answers this definitively:
- Compliance -- auditable trail of all agent actions
- Debugging -- trace issues to specific events
- Trust -- see exactly what's happening, no guessing
- Optimization -- identify patterns and bottlenecks
What Gets Logged
Team Lifecycle Events
| Event | Description |
|---|---|
| Team Started | Team status changed to running |
| Team Reset | Team onboarding was reset |
| Discovery Started / Completed | Organizational context discovery began / finished |
| Settings Learned | Team operational settings configured |
Agent Charter Events
| Event | Description |
|---|---|
| Charter Generated | Agent charter was created |
| Charter Pending / Approved / Rejected | Charter awaiting / activated / declined |
Tool & Integration Events
| Event | Description |
|---|---|
| Tool Discovery Started / Completed | Checking tool availability |
| Tool Matched | Agent tools matched to integrations |
| Tool Missing | Integration needed for agent tools |
Collaboration Events
| Event | Description |
|---|---|
| Handshake Started / Completed | Agent introductions and working agreements |
| First Meeting Started / Ended | Initial team A2A session |
| A2A Message | Agent-to-agent communication |
| Handoff | Conversation transferred between agents |
| Escalation | Issue escalated to higher authority |
Task, Governance & Work Events
| Event | Description |
|---|---|
| Task Created / Completed / Failed | Task lifecycle events |
| Bootstrap Task Created | Setup task created for human |
| Approval Request / Granted / Denied | Approval workflow events |
| Rule Triggered | Governance rule activated |
Event Severity Levels
| Level | Description | Examples |
|---|---|---|
| Info | Normal operations | Charter approved, task completed |
| Warning | Attention needed | Tool missing, handshake incomplete |
| Error | Problem occurred | Task failed, integration error |
| Critical | Immediate action required | Governance violation, system failure |
Data Retention
| Plan | Retention |
|---|---|
| Starter | 30 days |
| Growth | 90 days |
| Enterprise | Unlimited |
Export events before your retention period ends if you need longer storage.
Integration with External Systems
- SIEM Integration -- export activity events to Splunk, Datadog, Elastic, or other SIEM systems
- Audit Systems -- the activity log provides the audit trail required for SOC 2, GDPR, and other compliance frameworks
- Custom Dashboards -- use the API to build custom monitoring dashboards
Viewing the Activity Stream
In Openspace
The Activity Stream panel shows real-time events for the team you're viewing: chronological event list, color-coded severity, agent avatars for attribution, and expandable details.
In Dashboard
Access the unified activity view under Activity in the sidebar. This shows all teams in one place with advanced filtering and export capabilities.
Filtering Events
Focus on what matters using the filter bar:
| Filter | Options |
|---|---|
| By Type | Select specific event types (e.g., charter_approved, error) |
| By Severity | Warning, error, critical |
| By Team | Filter to a specific team |
| By Time | Since a specific date/time |
Filters can be combined for precise results.
Real-Time Streaming
The Activity Stream uses Server-Sent Events (SSE) for live monitoring. Events arrive in real-time with automatic reconnection. A heartbeat signal every 30 seconds keeps the connection alive.
AG-UI Chat Stream
In Openspace, send a message and stream the agent's response in real-time via the AG-UI protocol. The stream includes a 5-second heartbeat to prevent reverse-proxy idle timeouts.
Live Message Injection
You can send messages to an active agent stream mid-execution. The agent picks up your message at its next iteration boundary and continues with the new context.
Related Topics
- Autonomous Teams - How teams onboard themselves
- Governance Framework - Compliance controls
- API Reference - Complete API documentation