-
Notifications
You must be signed in to change notification settings - Fork 93
Agent Activity feed: sidebar timeline for autonomous actions #558
Copy link
Copy link
Open
Labels
chatChat SDK changesChat SDK changesdomain:automationScheduler, autonomy, RAG, web search, watchers, researchScheduler, autonomy, RAG, web search, watchers, researchelectronElectron app changesElectron app changesenhancementNew feature or requestNew feature or requestp1medium prioritymedium prioritytrack:consumer-appHermes-competitor consumer product — mobile-first, voice + messaging + memory + skillsHermes-competitor consumer product — mobile-first, voice + messaging + memory + skills
Metadata
Metadata
Assignees
Labels
chatChat SDK changesChat SDK changesdomain:automationScheduler, autonomy, RAG, web search, watchers, researchScheduler, autonomy, RAG, web search, watchers, researchelectronElectron app changesElectron app changesenhancementNew feature or requestNew feature or requestp1medium prioritymedium prioritytrack:consumer-appHermes-competitor consumer product — mobile-first, voice + messaging + memory + skillsHermes-competitor consumer product — mobile-first, voice + messaging + memory + skills
Summary
Add a dedicated Agent Activity section to the sidebar that shows a timeline of autonomous agent actions, separate from user-created chat sessions.
Parent issue: #555 (Autonomous mode)
Sidebar Layout
Design
Notification Toast
When agent acts autonomously, show a subtle toast notification:
"GAIA acted on your behalf: checked deployment status - all green"
Configurable via "Activity notifications" setting (on by default).
Backend
GET /api/agent-activity(list recent autonomous actions)PUT /api/agent-activity/{id}/seen(mark as seen)Acceptance Criteria