import React from "react"; import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { Upload, FileText, GitBranch, Shield } from "lucide-react"; export function WelcomeView() { return (
{/* Header */}

Welcome to AI Pipeline Explorer

Analyze AI agent traces, build knowledge graphs, and perform causal analysis with our comprehensive pipeline processing system.

{/* Quick Start */} Quick Start Get started by uploading a trace file to begin analysis
Supports JSON, TXT, and LOG files
{/* Features */}
Trace Analysis

Upload and analyze AI agent execution traces to understand behavior patterns and decision-making processes.

Agent Graphs

Automatically generate agent graphs from trace data to visualize relationships and dependencies.

Pipeline Processing

Run comprehensive analysis pipelines including perturbation testing and causal analysis.

{/* Recent Activity */} Recent Activity Your recent traces and analysis results

No recent activity. Upload a trace to get started.

); }