Merge version_2 into main #2
@@ -150,7 +150,8 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "1", title: "How many agents can JARVIS support?", content: "JARVIS is designed to scale horizontally and reliably manages up to 50 concurrent agents in a single orchestration cluster." },
|
||||
{ id: "2", title: "Is communication secure?", content: "Yes, we implement end-to-end encryption for all agent-manager and subagent communication channels." },
|
||||
{ id: "3", title: "Can I replay past tasks?", content: "Our system includes built-in conversation replay features, allowing you to debug and inspect every step of an agent's logic." }
|
||||
{ id: "3", title: "Can I replay past tasks?", content: "Our system includes built-in conversation replay features, allowing you to debug and inspect every step of an agent's logic." },
|
||||
{ id: "4", title: "Does JARVIS integrate with existing CI/CD?", content: "Yes, JARVIS offers native plugins for major CI/CD pipelines, allowing you to trigger agent deployments and testing as part of your standard automated release workflow." }
|
||||
]}
|
||||
sideTitle="Questions & Answers"
|
||||
faqsAnimation="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user