import React from "react"; import { Button } from "@katanemo/ui"; import Link from "next/link"; export function ResearchCTA() { return (
{/* Main Heading */}

Meet Plano-Orchestrator. Our latest models.

{/* Description with CTA Buttons */}

Plano-Orchestrator is a family of state-of-the-art routing and orchestration models that decides which agent(s) or LLM(s) should handle each request, and in what sequence. Built for multi-agent orchestration systems, Plano-Orchestrator excels at analyzing user intent and conversation context to make precise routing and orchestration decisions.

{/* CTA Buttons */}
); }