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.
Component Integration Pending
Lead agent component integration will be added once extracted to @repo/lead-agent package. This demonstrates the pattern for future component integration.
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 />;
}