@reaatech/agent-replay-web-ui
Status: Planned — not yet implemented. This package is a placeholder and is not published to npm.
Web-based trace viewer for Agent Replay. Provides a visual interface for exploring recorded agent traces — span timelines, event inspection, checkpoint navigation, and diff visualization.
Installation
Package is not yet published.
Planned Features
- Interactive span timeline with zoom, filter, and search
- Side-by-side diff view for comparing recorded vs replayed traces
- Checkpoint navigation with state inspection
- Streaming trace loading for large files (100k+ spans)
- Annotation editor for collaborative review
- Dark mode and responsive layout
Current Alternatives
Trace exploration is available today via:
- CLI:
@reaatech/agent-replay-cli—explore,debug, anddiffcommands - Programmatic API:
@reaatech/agent-replay-core—ReplayDebugger,TraceSummarizer,TraceComparator,AnnotationManager
Related Packages
@reaatech/agent-replay-core— Recording and replay engine@reaatech/agent-replay-cli— Command-line interface@reaatech/agent-replay— Convenience entry point
