List view
Based on https://github.com/mikhin/ai-agent-trace-ui/issues/9 and is a continuation of https://github.com/mikhin/ai-agent-trace-ui/milestone/1 It should contain three components that we can share with potential users: * Tree View (core structure and navigation of traces with timeline) * Timeline (visualize execution time and parallelism) * Details Panel (inputs, outputs, metrics, raw data) ## Core Components ### 1. Tree View * Shows icons/avatars, provider info (vector DB, AI provider, custom RAG, etc.) * Handles long trees (scrolling, collapsing, performance optimizations) ### 2. Timeline / Chart View * Visualizes execution time and parallelism * Can be a separate component or integrated with Tree View * Should support both line chart and badge/summary display * Use a chart library only if it adds value; otherwise, keep it simple and custom ### 3. Details Panel * Code highlighting, raw JSON, and parsed attributes * Modular info components for easy extension ## Customization & Integration * Designed for integration into any product or design system
Overdue by 3 month(s)•Due by August 29, 2025•2/7 issues closed