Audit/activity log view #17

Closed
opened 2026-03-12 09:56:36 +01:00 by shahondin1624 · 1 comment

Milestone: Dashboard Views

Timeline view of all orchestration events for a session — state transitions, tool invocations, errors. Populated from the streamed responses captured during the session.

Acceptance Criteria

  • Dedicated /audit route or panel
  • Timeline/chronological view of orchestration events
  • Event types: state transitions, tool invocations, errors
  • Each event shows timestamp, type, and details
  • Populated from captured streamed responses during session
  • Filterable by event type
  • Linkable to specific sessions
## Milestone: Dashboard Views Timeline view of all orchestration events for a session — state transitions, tool invocations, errors. Populated from the streamed responses captured during the session. ### Acceptance Criteria - [ ] Dedicated `/audit` route or panel - [ ] Timeline/chronological view of orchestration events - [ ] Event types: state transitions, tool invocations, errors - [ ] Each event shows timestamp, type, and details - [ ] Populated from captured streamed responses during session - [ ] Filterable by event type - [ ] Linkable to specific sessions
Author
Owner

Implemented in PR #37. Audit timeline view with session selection, event type filtering, and deep linking.

Implemented in PR #37. Audit timeline view with session selection, event type filtering, and deep linking.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: llm-multiverse/llm-multiverse-ui#17