import { Zap, Brain } from 'lucide-react' import { PromptEvolution } from './PromptEvolution' import { PerformanceGraph } from './PerformanceGraph' export function RightSidebar() { return (
{/* GEPA Section */}
GEPA Prompt Evolution
{/* RL Charts */}
RL Learning Progress
) }