agentic-os/interface/hq-dashboard/app/page.jsx

9 lines
199 B
JavaScript

export default function Page() {
return (
<main>
<h1>Agentic OS HQ</h1>
<p>Next.js shell scaffold. Wire this UI to Temporal and Langfuse in later iterations.</p>
</main>
);
}