Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 16f8e2fccd | |||
| b8d8a55efa | |||
| 55fe92b1f2 | |||
| 9e0e598598 | |||
| cf892bac77 | |||
| 459aec3716 |
216
src/app/page.tsx
216
src/app/page.tsx
@@ -23,187 +23,89 @@ export default function AIAgentsTemplatePage() {
|
|||||||
|
|
||||||
const features: FeatureCard[] = [
|
const features: FeatureCard[] = [
|
||||||
{
|
{
|
||||||
bentoComponent: "3d-task-list",
|
bentoComponent: "3d-task-list", title: "Agent Tasks", items: [
|
||||||
title: "Agent Tasks",
|
|
||||||
items: [
|
|
||||||
{ icon: Search, label: "Research competitors", time: "2m ago" },
|
{ icon: Search, label: "Research competitors", time: "2m ago" },
|
||||||
{ icon: FileText, label: "Analyze market data", time: "5m ago" },
|
{ icon: FileText, label: "Analyze market data", time: "5m ago" },
|
||||||
{ icon: CheckCircle, label: "Generate report", time: "8m ago" },
|
{ icon: CheckCircle, label: "Generate report", time: "8m ago" },
|
||||||
{ icon: Send, label: "Send to stakeholders", time: "10m ago" },
|
{ icon: Send, label: "Send to stakeholders", time: "10m ago" },
|
||||||
],
|
],
|
||||||
description: "Agents break down complex goals into manageable tasks and execute them autonomously.",
|
description: "Agents break down complex goals into manageable tasks and execute them autonomously."},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
bentoComponent: "chat",
|
bentoComponent: "chat", aiIcon: Bot,
|
||||||
aiIcon: Bot,
|
|
||||||
userIcon: User,
|
userIcon: User,
|
||||||
exchanges: [
|
exchanges: [
|
||||||
{ userMessage: "Summarize our Q4 sales data", aiResponse: "Q4 revenue was $2.4M, up 23% from Q3. Top performer: Enterprise tier." },
|
{ userMessage: "Summarize our Q4 sales data", aiResponse: "Q4 revenue was $2.4M, up 23% from Q3. Top performer: Enterprise tier." },
|
||||||
{ userMessage: "What about customer retention?", aiResponse: "Retention rate improved to 94%, with churn down 12% quarter-over-quarter." },
|
{ userMessage: "What about customer retention?", aiResponse: "Retention rate improved to 94%, with churn down 12% quarter-over-quarter." },
|
||||||
],
|
],
|
||||||
placeholder: "Ask your agent anything...",
|
placeholder: "Ask your agent anything...", title: "Natural Conversations", description: "Interact with your agents through natural language. They understand context and intent."},
|
||||||
title: "Natural Conversations",
|
|
||||||
description: "Interact with your agents through natural language. They understand context and intent.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
bentoComponent: "3d-card-grid",
|
bentoComponent: "3d-card-grid", items: [
|
||||||
items: [
|
|
||||||
{ name: "Code", icon: Code },
|
{ name: "Code", icon: Code },
|
||||||
{ name: "Data", icon: Database },
|
{ name: "Data", icon: Database },
|
||||||
{ name: "Workflow", icon: Workflow },
|
{ name: "Workflow", icon: Workflow },
|
||||||
{ name: "Config", icon: Settings },
|
{ name: "Config", icon: Settings },
|
||||||
],
|
],
|
||||||
centerIcon: Brain,
|
centerIcon: Brain,
|
||||||
title: "Tool Integration",
|
title: "Tool Integration", description: "Connect agents to your existing tools and let them take action across your entire stack."},
|
||||||
description: "Connect agents to your existing tools and let them take action across your entire stack.",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const testimonials = [
|
const testimonials = [
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Chen", handle: "CTO at DataFlow", testimonial: "AgentFlow cut our data processing time by 80%. The agents handle complex workflows that used to require a team of engineers.", imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial1.webp", imageAlt: "Sarah Chen"},
|
||||||
name: "Sarah Chen",
|
|
||||||
handle: "CTO at DataFlow",
|
|
||||||
testimonial: "AgentFlow cut our data processing time by 80%. The agents handle complex workflows that used to require a team of engineers.",
|
|
||||||
imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial1.webp",
|
|
||||||
imageAlt: "Sarah Chen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Marcus Rodriguez", handle: "VP Engineering at ScaleUp", testimonial: "We deployed 50 agents in production within a week. The reliability and observability tools are exceptional.", imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial2.webp", imageAlt: "Marcus Rodriguez"},
|
||||||
name: "Marcus Rodriguez",
|
|
||||||
handle: "VP Engineering at ScaleUp",
|
|
||||||
testimonial: "We deployed 50 agents in production within a week. The reliability and observability tools are exceptional.",
|
|
||||||
imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial2.webp",
|
|
||||||
imageAlt: "Marcus Rodriguez",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily Watson", handle: "Head of AI at TechCorp", testimonial: "Finally, an AI platform that lets us build agents that actually work in production. The tool integration is seamless.", imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial3.webp", imageAlt: "Emily Watson"},
|
||||||
name: "Emily Watson",
|
|
||||||
handle: "Head of AI at TechCorp",
|
|
||||||
testimonial: "Finally, an AI platform that lets us build agents that actually work in production. The tool integration is seamless.",
|
|
||||||
imageSrc: "/templates/luxury-travel-agency/testimonial/testimonial3.webp",
|
|
||||||
imageAlt: "Emily Watson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Maria Park", handle: "Founder at AutomateAI", testimonial: "AgentFlow's natural language interface means our non-technical team can now build and deploy their own agents.", imageSrc: "/templates/skincare/image5.avif", imageAlt: "Maria Park"},
|
||||||
name: "Maria Park",
|
|
||||||
handle: "Founder at AutomateAI",
|
|
||||||
testimonial: "AgentFlow's natural language interface means our non-technical team can now build and deploy their own agents.",
|
|
||||||
imageSrc: "/templates/skincare/image5.avif",
|
|
||||||
imageAlt: "Maria Park",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Lisa Thompson", handle: "Director of Ops at CloudScale", testimonial: "The enterprise security features gave us confidence to deploy agents handling sensitive customer data.", imageSrc: "/templates/skincare/image6.avif", imageAlt: "Lisa Thompson"},
|
||||||
name: "Lisa Thompson",
|
|
||||||
handle: "Director of Ops at CloudScale",
|
|
||||||
testimonial: "The enterprise security features gave us confidence to deploy agents handling sensitive customer data.",
|
|
||||||
imageSrc: "/templates/skincare/image6.avif",
|
|
||||||
imageAlt: "Lisa Thompson",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Daniella Kim", handle: "Lead Engineer at Nexus", testimonial: "We went from manual reporting to fully automated insights in days. Our agents now handle what took us hours.", imageSrc: "/templates/skincare/image7.avif", imageAlt: "Daniella Kim"},
|
||||||
name: "Daniella Kim",
|
|
||||||
handle: "Lead Engineer at Nexus",
|
|
||||||
testimonial: "We went from manual reporting to fully automated insights in days. Our agents now handle what took us hours.",
|
|
||||||
imageSrc: "/templates/skincare/image7.avif",
|
|
||||||
imageAlt: "Daniella Kim",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const pricingPlans = [
|
const pricingPlans = [
|
||||||
{
|
{
|
||||||
id: "starter",
|
id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Get Started", href: "#" }],
|
||||||
price: "$29/mo",
|
|
||||||
name: "Starter",
|
|
||||||
buttons: [{ text: "Get Started", href: "#" }],
|
|
||||||
features: [
|
features: [
|
||||||
"3 active agents",
|
"3 active agents", "5,000 agent runs/month", "Basic integrations", "Community support", "7-day log retention"],
|
||||||
"5,000 agent runs/month",
|
|
||||||
"Basic integrations",
|
|
||||||
"Community support",
|
|
||||||
"7-day log retention",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", price: "$99/mo", name: "Professional", buttons: [{ text: "Get Started", href: "#" }],
|
||||||
price: "$99/mo",
|
|
||||||
name: "Professional",
|
|
||||||
buttons: [{ text: "Get Started", href: "#" }],
|
|
||||||
features: [
|
features: [
|
||||||
"15 active agents",
|
"15 active agents", "50,000 agent runs/month", "All integrations", "Email support", "30-day log retention"],
|
||||||
"50,000 agent runs/month",
|
|
||||||
"All integrations",
|
|
||||||
"Email support",
|
|
||||||
"30-day log retention",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "business",
|
id: "business", badge: "Most Popular", badgeIcon: Star,
|
||||||
badge: "Most Popular",
|
price: "$299/mo", name: "Business", buttons: [{ text: "Get Started", href: "#" }],
|
||||||
badgeIcon: Star,
|
|
||||||
price: "$299/mo",
|
|
||||||
name: "Business",
|
|
||||||
buttons: [{ text: "Get Started", href: "#" }],
|
|
||||||
features: [
|
features: [
|
||||||
"50 active agents",
|
"50 active agents", "250,000 agent runs/month", "Custom integrations", "Priority support", "90-day log retention"],
|
||||||
"250,000 agent runs/month",
|
|
||||||
"Custom integrations",
|
|
||||||
"Priority support",
|
|
||||||
"90-day log retention",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise",
|
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [{ text: "Contact Sales", href: "#" }],
|
||||||
price: "Custom",
|
|
||||||
name: "Enterprise",
|
|
||||||
buttons: [{ text: "Contact Sales", href: "#" }],
|
|
||||||
features: [
|
features: [
|
||||||
"Unlimited agents",
|
"Unlimited agents", "Unlimited agent runs", "Dedicated integrations", "24/7 dedicated support", "Unlimited log retention"],
|
||||||
"Unlimited agent runs",
|
|
||||||
"Dedicated integrations",
|
|
||||||
"24/7 dedicated support",
|
|
||||||
"Unlimited log retention",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const faqs = [
|
const faqs = [
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What are AI agents and how do they work?", content: "AI agents are autonomous software programs that can reason, plan, and execute tasks on your behalf. They use large language models combined with tool integrations to understand goals, break them into steps, and take action across your systems."},
|
||||||
title: "What are AI agents and how do they work?",
|
|
||||||
content: "AI agents are autonomous software programs that can reason, plan, and execute tasks on your behalf. They use large language models combined with tool integrations to understand goals, break them into steps, and take action across your systems.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "How long does it take to set up my first agent?", content: "Most users have their first agent running within 15 minutes. Our intuitive interface and pre-built templates make it easy to get started, and our documentation covers everything from basic setup to advanced configurations."},
|
||||||
title: "How long does it take to set up my first agent?",
|
|
||||||
content: "Most users have their first agent running within 15 minutes. Our intuitive interface and pre-built templates make it easy to get started, and our documentation covers everything from basic setup to advanced configurations.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "What integrations are available?", content: "AgentFlow connects with 100+ popular tools including Slack, GitHub, Jira, Salesforce, Google Workspace, and more. We also provide APIs and SDKs for custom integrations with your internal systems."},
|
||||||
title: "What integrations are available?",
|
|
||||||
content: "AgentFlow connects with 100+ popular tools including Slack, GitHub, Jira, Salesforce, Google Workspace, and more. We also provide APIs and SDKs for custom integrations with your internal systems.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Is my data secure with AgentFlow?", content: "Security is our top priority. We're SOC 2 Type II certified, use end-to-end encryption, and never train on your data. Enterprise plans include additional features like SSO, audit logs, and dedicated infrastructure."},
|
||||||
title: "Is my data secure with AgentFlow?",
|
|
||||||
content: "Security is our top priority. We're SOC 2 Type II certified, use end-to-end encryption, and never train on your data. Enterprise plans include additional features like SSO, audit logs, and dedicated infrastructure.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "Can I control what actions agents can take?", content: "Yes, you have full control over agent permissions. Set granular access controls, require approvals for sensitive actions, and monitor all agent activity in real-time through our dashboard."},
|
||||||
title: "Can I control what actions agents can take?",
|
|
||||||
content: "Yes, you have full control over agent permissions. Set granular access controls, require approvals for sensitive actions, and monitor all agent activity in real-time through our dashboard.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "What happens if I exceed my plan limits?", content: "We'll notify you when you're approaching your limits. You can upgrade anytime, and we offer flexible overage pricing so your agents won't stop working unexpectedly."},
|
||||||
title: "What happens if I exceed my plan limits?",
|
|
||||||
content: "We'll notify you when you're approaching your limits. You can upgrade anytime, and we offer flexible overage pricing so your agents won't stop working unexpectedly.",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{ label: "Features", href: "#features" },
|
{ label: "Features", href: "#features" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
{ label: "Integrations", href: "#" },
|
{ label: "Integrations", href: "#" },
|
||||||
@@ -211,8 +113,7 @@ export default function AIAgentsTemplatePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Documentation", href: "#" },
|
{ label: "Documentation", href: "#" },
|
||||||
{ label: "API Reference", href: "#" },
|
{ label: "API Reference", href: "#" },
|
||||||
{ label: "Tutorials", href: "#" },
|
{ label: "Tutorials", href: "#" },
|
||||||
@@ -220,8 +121,7 @@ export default function AIAgentsTemplatePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About", href: "#" },
|
{ label: "About", href: "#" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "#contact" },
|
||||||
@@ -245,7 +145,7 @@ export default function AIAgentsTemplatePage() {
|
|||||||
>
|
>
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
brandName="AgentFlow"
|
brandName="Ganja.ai"
|
||||||
bottomLeftText="Build Smarter"
|
bottomLeftText="Build Smarter"
|
||||||
bottomRightText="hello@agentflow.ai"
|
bottomRightText="hello@agentflow.ai"
|
||||||
/>
|
/>
|
||||||
@@ -260,11 +160,8 @@ export default function AIAgentsTemplatePage() {
|
|||||||
{ text: "Learn More", href: "#" },
|
{ text: "Learn More", href: "#" },
|
||||||
]}
|
]}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
title: "Agent Control Center",
|
title: "Agent Control Center", logoIcon: Bot,
|
||||||
logoIcon: Bot,
|
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&crop=face", imageAlt: "Operator avatar", buttons: [
|
||||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&crop=face",
|
|
||||||
imageAlt: "Operator avatar",
|
|
||||||
buttons: [
|
|
||||||
{ text: "Deploy Agent", href: "#" },
|
{ text: "Deploy Agent", href: "#" },
|
||||||
{ text: "View Logs", href: "#" },
|
{ text: "View Logs", href: "#" },
|
||||||
],
|
],
|
||||||
@@ -277,24 +174,16 @@ export default function AIAgentsTemplatePage() {
|
|||||||
],
|
],
|
||||||
stats: [
|
stats: [
|
||||||
{
|
{
|
||||||
title: "Active Agents",
|
title: "Active Agents", values: [47, 52, 49],
|
||||||
values: [47, 52, 49],
|
description: "Autonomous agents currently running across all workflows."},
|
||||||
description: "Autonomous agents currently running across all workflows.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Tasks Completed",
|
title: "Tasks Completed", values: [12840, 15230, 14100],
|
||||||
values: [12840, 15230, 14100],
|
description: "Total tasks executed by agents in the current billing cycle."},
|
||||||
description: "Total tasks executed by agents in the current billing cycle.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Avg Response Time",
|
title: "Avg Response Time", values: [84, 72, 91],
|
||||||
values: [84, 72, 91],
|
valueSuffix: "ms", description: "Mean latency across all agent tool calls and reasoning steps."},
|
||||||
valueSuffix: "ms",
|
|
||||||
description: "Mean latency across all agent tool calls and reasoning steps.",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
chartTitle: "Agent Runs (24h)",
|
chartTitle: "Agent Runs (24h)", chartData: [
|
||||||
chartData: [
|
|
||||||
{ value: 120 },
|
{ value: 120 },
|
||||||
{ value: 85 },
|
{ value: 85 },
|
||||||
{ value: 140 },
|
{ value: 140 },
|
||||||
@@ -304,14 +193,13 @@ export default function AIAgentsTemplatePage() {
|
|||||||
{ value: 155 },
|
{ value: 155 },
|
||||||
{ value: 110 },
|
{ value: 110 },
|
||||||
],
|
],
|
||||||
listTitle: "Recent Agent Activity",
|
listTitle: "Recent Agent Activity", listItems: [
|
||||||
listItems: [
|
|
||||||
{ icon: CheckCircle, title: "Report generated: Q4 Sales", status: "Completed" },
|
{ icon: CheckCircle, title: "Report generated: Q4 Sales", status: "Completed" },
|
||||||
{ icon: Search, title: "Web research: competitor pricing", status: "Running" },
|
{ icon: Search, title: "Web research: competitor pricing", status: "Running" },
|
||||||
{ icon: Send, title: "Email drafted: client follow-up", status: "Completed" },
|
{ icon: Send, title: "Email drafted: client follow-up", status: "Completed" },
|
||||||
{ icon: Code, title: "Code review: PR #247", status: "Running" },
|
{ icon: Code, title: "Code review: PR #247", status: "Running" },
|
||||||
{ icon: FileText, title: "Contract summarized: NDA v3", status: "Completed" },
|
{ icon: FileText, title: "Contract summarized: NDA v3", status: "Completed" },
|
||||||
{ icon: Database, title: "Data sync: CRM → warehouse", status: "Running" },
|
{ icon: Database, title: "Data sync: CRM \u2192 warehouse", status: "Running" },
|
||||||
{ icon: Shield, title: "Security scan: api-gateway", status: "Completed" },
|
{ icon: Shield, title: "Security scan: api-gateway", status: "Completed" },
|
||||||
{ icon: BarChart3, title: "Dashboard updated: KPIs", status: "Completed" },
|
{ icon: BarChart3, title: "Dashboard updated: KPIs", status: "Completed" },
|
||||||
{ icon: Clock, title: "Scheduled: weekly digest", status: "Pending" },
|
{ icon: Clock, title: "Scheduled: weekly digest", status: "Pending" },
|
||||||
@@ -336,30 +224,22 @@ export default function AIAgentsTemplatePage() {
|
|||||||
tag="Core Platform"
|
tag="Core Platform"
|
||||||
tagIcon={Layers}
|
tagIcon={Layers}
|
||||||
title="Built for Production, Not Just Prototypes"
|
title="Built for Production, Not Just Prototypes"
|
||||||
description="Every feature is designed for reliability, security, and scale — so your agents perform in the real world."
|
description="Every feature is designed for reliability, security, and scale \u2014 so your agents perform in the real world."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: GitBranch,
|
icon: GitBranch,
|
||||||
title: "Version Control",
|
title: "Version Control", description: "Track every change to your agent logic with built-in versioning. Roll back instantly if something goes wrong."},
|
||||||
description: "Track every change to your agent logic with built-in versioning. Roll back instantly if something goes wrong.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Shield,
|
icon: Shield,
|
||||||
title: "Enterprise Security",
|
title: "Enterprise Security", description: "SOC 2 compliant with end-to-end encryption, SSO, and granular role-based access controls for every agent."},
|
||||||
description: "SOC 2 compliant with end-to-end encryption, SSO, and granular role-based access controls for every agent.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Eye,
|
icon: Eye,
|
||||||
title: "Full Observability",
|
title: "Full Observability", description: "Monitor every reasoning step, tool call, and decision your agents make with real-time logs and tracing."},
|
||||||
description: "Monitor every reasoning step, tool call, and decision your agents make with real-time logs and tracing.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Lock,
|
icon: Lock,
|
||||||
title: "Permission Guards",
|
title: "Permission Guards", description: "Define exactly what each agent can access and do. Require human approval for sensitive or irreversible actions."},
|
||||||
description: "Define exactly what each agent can access and do. Require human approval for sensitive or irreversible actions.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
@@ -372,7 +252,7 @@ export default function AIAgentsTemplatePage() {
|
|||||||
{ value: "<100ms", title: "Average Response Time" },
|
{ value: "<100ms", title: "Average Response Time" },
|
||||||
]}
|
]}
|
||||||
imageSrc="/templates/ai-agents/image1.webp"
|
imageSrc="/templates/ai-agents/image1.webp"
|
||||||
imageAlt="AgentFlow Dashboard"
|
imageAlt="AgentFlow dashboard displaying real-time agent performance, activity logs, and workflow configuration options"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user