Lead Agent

Coming Soon

AI-powered lead qualification and research agent. This page will be updated once the lead agent is extracted to @repo/lead-agent package.

Architecture

Once lead agent is extracted to `@repo/lead-agent` package, this page will import the component directly:

import { LeadAgent } from "@repo/lead-agent";

export default function LeadAgentPage() {
  return <LeadAgent />;
}