Files
liqiang b119135836
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
2026-08-20 13:12:50 +00:00

32 lines
643 B
Plaintext

---
title: "Introduction"
description: "Automate browser tasks in plain text. "
icon: "book-open"
---
<img
className="block dark:hidden rounded-2xl"
src="/images/browser-use-banner.png"
alt="Browser Use Logo"
/>
<img
className="hidden dark:block rounded-2xl"
src="/images/browser-use-banner-dark.png"
alt="Browser Use Logo"
/>
<CardGroup cols={2}>
<Card title="Local Setup" icon="terminal" href="/quickstart">
Open-source Python library.
</Card>
<Card
title="Cloud Setup"
icon="cloud"
href="https://docs.cloud.browser-use.com"
color="#FE750E"
>
Scale up with our cloud.
</Card>
</CardGroup>