mirror of
https://github.com/trycua/computer.git
synced 2026-05-07 15:42:32 -05:00
fix landing /docs page
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
"description": "Get started with Cua",
|
||||
"defaultOpen": true,
|
||||
"icon": "Rocket",
|
||||
"pages": ["introduction", "quickstart"]
|
||||
"pages": ["quickstart"]
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ import { Monitor, Code, BookOpen, Zap, Bot, Boxes, Rocket } from 'lucide-react';
|
||||
|
||||
Cua is an open-source framework for building **Computer-Use Agents** - AI systems that see, understand, and interact with desktop applications through vision and action, just like humans do.
|
||||
|
||||
<br/>
|
||||
<br />
|
||||
|
||||
Go from prototype to production with everything you need: multi-provider LLM support, cross-platform sandboxes, and trajectory tracing. Whether you're running locally or deploying to the cloud, Cua gives you the tools to build reliable computer-use agents.
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"root": true,
|
||||
"defaultOpen": true,
|
||||
"pages": [
|
||||
"index",
|
||||
"---[Rocket]Get Started---",
|
||||
"...get-started",
|
||||
"---[ChefHat]Cookbook---",
|
||||
|
||||
Reference in New Issue
Block a user