Sarina Li
8509fb113d
add sitemap so google can crawl
2025-10-29 18:49:10 -04:00
Sarina Li
e404c8471e
fix footer url
2025-10-29 18:43:56 -04:00
Sarina Li
ff62d3c548
Merge branch 'main' into fix/seo-domain-fix
2025-10-29 18:43:17 -04:00
James Murdza
dabbb41948
Add divider to fix MDX error
2025-10-29 15:00:05 -07:00
Sarina Li
cc6f812bf2
fix some metadata + add footer for seo
2025-10-29 17:21:02 -04:00
Dillon DuPont
f0da8a129e
Merge branch 'main' into feat/add-desktop-commands
2025-10-29 16:15:54 -04:00
James Murdza
60fdc012c3
Format MDX files with uv run pre-commit run --all-files
2025-10-27 16:51:54 -07:00
James Murdza
1f052d0d38
Fix TypeScript comment syntax
2025-10-27 16:49:04 -07:00
James Murdza
7485a38e85
Add missing line breaks and fix code blocks in MDX
2025-10-27 16:49:00 -07:00
Dillon DuPont
4823256fde
Add window frame cmds
2025-10-24 16:56:39 -07:00
Dillon DuPont
83d8d7e82b
Add window management commands
2025-10-24 16:40:29 -07:00
Dillon DuPont
fb174d6aa4
Add get_desktop_environment, set_wallpaper
2025-10-24 16:27:58 -07:00
Dillon DuPont
a78dcd3331
Fix qwen3 hallucinating coords w/o screenshots
2025-10-22 16:14:43 -07:00
Aditya Bavadekar
25eb14f16e
fix: apply updated Prettier formatting to blog posts and docs
2025-10-23 02:56:49 +05:30
James Murdza
ddc5a5de91
Format codebase with uv run pre-commit run --all-files
2025-10-22 11:35:31 -07:00
James Murdza
e2967ff9e1
Remove .pretterrc from docs
2025-10-22 11:10:21 -07:00
James Murdza
82d204f72f
Remove link to localhost
2025-10-20 15:41:01 -07:00
James Murdza
d57999885a
Fix broken link in Form Filling example
2025-10-20 15:38:37 -07:00
James Murdza
42081df201
Comment out link to reference docs
2025-10-20 14:40:27 -07:00
James Murdza
5446caf6c1
Fix references to local models page
2025-10-20 14:15:46 -07:00
James Murdza
6d2ec2b1de
Remove references to the gradio UI
2025-10-20 14:13:39 -07:00
Dillon DuPont
517d641cc1
Add instructions kwarg to docs
2025-10-20 10:26:42 -04:00
Adam
4ac9519867
Update quickstart-cli.mdx
...
Changing "cua" to "Cua"
2025-10-18 17:01:49 -04:00
Adam
23d149f9f1
Capitalized "cua"
...
Changing "cua" to "Cua"
2025-10-18 16:58:23 -04:00
Adam
8b1d667f42
changing c/ua to cua
2025-10-18 16:13:14 -04:00
Sarina Li
b7fc207ba7
handler for 204
2025-10-16 21:00:01 -04:00
Sarina Li
57e30b8973
explain how to use posthog
2025-10-16 18:16:31 -04:00
Sarina Li
491e3ffb29
helpful vs not helpful
2025-10-16 16:33:28 -04:00
Sarina Li
07c6b98581
cookie policy + external links
2025-10-16 16:28:25 -04:00
Sarina Li
94c8403476
page events
2025-10-16 16:08:58 -04:00
Sarina Li
b05528de3b
Form filling usecase
2025-10-16 02:25:38 -04:00
Sarina Li
63902b2e77
example use cases
2025-10-15 22:39:04 -04:00
Sarina Li
2b1294413c
editable code block
2025-10-15 22:19:59 -04:00
Dillon DuPont
0709d6a370
Fix claude-haiku-4 usage
2025-10-15 14:52:06 -04:00
Dillon DuPont
5aa8a85f1c
Clarified cloud API
2025-10-14 15:01:51 -04:00
Dillon DuPont
8a10405b71
add gemini to readme, docs
2025-10-14 11:34:08 -04:00
ddupont
c3de071bd5
Merge pull request #452 from trycua/feat/extended_cloud_api
...
Add Cloud VM Management API
2025-10-14 11:31:18 -04:00
Dillon DuPont
cbd54fd9d6
added cloud vm management to docs
2025-10-14 11:29:23 -04:00
f-trycua
192151112e
Rename to sandbox
2025-10-12 21:59:49 -07:00
f-trycua
5fd6c937e8
Cleanup docs
2025-10-12 21:56:08 -07:00
f-trycua
003c10a846
Fix computer tabs
2025-10-08 18:27:15 -07:00
f-trycua
9d8dd768bf
update container to sandbox
2025-10-08 18:14:46 -07:00
James Murdza
419287ddf7
Merge pull request #448 from trycua/vk/d99a-the-agent-comput
...
Updated `docs/content/docs/agent-sdk/agent-loops.mdx`
2025-10-08 16:24:07 -07:00
James Murdza
dcb849ea26
Add links to the quickstart guide
2025-10-07 16:22:29 -07:00
Your Name
7253d39fe7
Updated docs/content/docs/agent-sdk/agent-loops.mdx:16-46 with the complete working example that includes:
...
- `asyncio` import and `asyncio.run()`
- `async with Computer()` context manager
- Full `Computer()` initialization with all required parameters
- Proper message format as a list of dictionaries
- Complete `async for` loop with item iteration
Remove sensitive API key from documentation
Removed sensitive API key from agent-loops.mdx.
2025-10-07 23:14:26 +00:00
James Murdza
118fdf3954
Improve quickstart docs wording
2025-10-07 15:48:31 -07:00
James Murdza
36bdd399fa
Remove the UI quickstart documentation
2025-10-07 15:29:40 -07:00
James Murdza
f54d5537f9
Refactor the developer quickstart documentation
2025-10-07 15:29:16 -07:00
Dillon DuPont
b2ddfe2033
added moondream3 to docs
2025-10-02 11:03:27 -04:00
Dillon DuPont
ac2397b7bd
Add sonnet 4.5 to docs
2025-09-29 14:19:48 -04:00