Commit Graph

163 Commits

Author SHA1 Message Date
Sarina Li 04e93687ad fix new line + ai gen citing 2025-11-10 11:14:41 -05:00
Francesco Bonacci 1b71062589 Merge pull request #404 from lmnr-ai/docs-observability
add docs on observability with Laminar
2025-11-05 00:51:41 +01:00
Tamoghno Kandar 429c9b2c4b Update composed-agents.mdx
Fixed a typo
2025-11-03 16:57:02 -08:00
Sarina Li c196780e16 rename to cookbook 2025-11-02 16:58:29 -05:00
Sarina Li 7c727339a2 fix backlinks for seo 2025-10-31 16:18:21 -04:00
James Murdza 097f6f92af Format #423 with uv run pre-commit run --all-files 2025-10-31 10:14:18 -07:00
ddupont 3a4827b2d6 Merge pull request #504 from trycua/feat/api_key_overrides
[Agent] Add support for overriding api_base and api_url kwargs
2025-10-31 12:10:31 -04:00
Dillon DuPont 4026ed3aa2 Merge branch 'main' into feat/api_key_overrides 2025-10-30 12:34:40 -04:00
Jagjeevan Kashid c3d2ff530c Merge branch 'main' into jagjeevan/299 2025-10-30 14:36:40 +05:30
James Murdza dabbb41948 Add divider to fix MDX error 2025-10-29 15:00:05 -07: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
Din 7e0c79651f move section to observability 2025-10-27 17:58:05 +00:00
Din 89376d606d add docs on observability with Laminar 2025-10-27 17:54:29 +00: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 a19ae76a58 Document api_key and api_base kwarg, rename **kwargs to **additional_generation_kwargs for clarity 2025-10-22 17:40:00 -07:00
Dillon DuPont a78dcd3331 Fix qwen3 hallucinating coords w/o screenshots 2025-10-22 16:14:43 -07:00
James Murdza ddc5a5de91 Format codebase with uv run pre-commit run --all-files 2025-10-22 11:35:31 -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 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 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
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
Jagjeevan Kashid 6d3eebdee4 feat: added Computer.tracing for Recording Sessions
Signed-off-by: Jagjeevan Kashid <jagjeevandev97@gmail.com>
2025-09-22 16:08:11 +05:30