Agent Workflow Logs
Waiting to start...
Current Status:IDLE
export default function App() {
  return (
    <div className="p-4 text-center text-gray-500">
      Waiting for code generation...
    </div>
  );
}