import React from "react"; import { FileText } from "lucide-react"; import { Button } from "@/components/ui/button"; import { useAgentGraph } from "@/context/AgentGraphContext"; export function ExampleTraceSection() { const { actions } = useAgentGraph(); return (