feat: audit/activity log view (#17) #37

Merged
shahondin1624 merged 1 commits from feature/issue-17-audit-log into main 2026-03-12 12:46:01 +01:00

Summary

  • Dedicated /audit route with chronological timeline of orchestration events
  • Event types: state changes, tool invocations, errors, messages
  • Session selector and event type filter
  • URL query param deep linking (?session=id)
  • Chat page captures state changes and errors into audit store

Closes #17

## Summary - Dedicated /audit route with chronological timeline of orchestration events - Event types: state changes, tool invocations, errors, messages - Session selector and event type filter - URL query param deep linking (?session=id) - Chat page captures state changes and errors into audit store Closes #17
shahondin1624 added 1 commit 2026-03-12 12:45:50 +01:00
Add a dedicated /audit route displaying a chronological timeline of
orchestration events (state transitions, tool invocations, errors,
messages) grouped by session. Includes session selector, event type
filtering, URL deep-linking via ?session=id, and audit event capture
during chat streaming.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shahondin1624 merged commit 79c14378a2 into main 2026-03-12 12:46:01 +01:00
shahondin1624 deleted branch feature/issue-17-audit-log 2026-03-12 12:46:01 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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