Sarina Li
c9751302dd
add gif for demo
2025-11-19 17:37:06 -05:00
f-trycua
73c0f3e52e
Add automatic CUA_API_KEY environment variable support for Computer and CloudProvider
...
Previously, users had to explicitly read the CUA_API_KEY environment variable
and pass it to the Computer/CloudProvider constructor. This change makes the
API key parameter optional and automatically reads from the CUA_API_KEY
environment variable if not provided.
Changes:
- CloudProvider.__init__: Made api_key parameter optional, reads from CUA_API_KEY env var
- Computer.__init__: Added fallback to CUA_API_KEY env var for api_key parameter
- Updated documentation examples to show simplified usage without explicit api_key
- Updated cloud_api_examples.py to demonstrate the new simpler pattern
This provides a cleaner API while maintaining backward compatibility with
explicit api_key parameter passing.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-19 19:35:32 +01:00
Sarina Li
a8d21ae77b
change default model
2025-11-13 11:26:47 -05:00
Sarina Li
4954397f0b
fix 2 more broken links
2025-11-09 19:34:06 -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
Jagjeevan Kashid
c3d2ff530c
Merge branch 'main' into jagjeevan/299
2025-10-30 14:36:40 +05:30
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
deaa2c5052
Remove .prettierrc from computer-use-example-ts
2025-10-22 11:10:21 -07:00
Aditya Bavadekar
e04bfaea5e
chore: Setup code formatting and linting
...
- Add `.editorconfig` for editor consistency.
- Configure GitHub Actions workflow for linting (`.github/workflows/lint.yml`).
- Add pre-commit hooks for automated checks (`.pre-commit-config.yaml`).
- Configure Prettier and exclusions (`.prettierrc.yaml`, `.prettierignore`).
- Update VS Code extensions to include formatting tools (`.vscode/extensions.json`).
- Adjust VS Code settings for auto-formatting (`.vscode/settings.json`).
2025-10-22 11:10:21 -07:00
Dillon DuPont
86a339d1cd
add restart_vm to all providers
2025-10-14 11:30:40 -04:00
Dillon DuPont
50d8521e3e
added computer.start(), computer.restart()
2025-10-09 13:27:24 -04:00
Dillon DuPont
9595f5affa
updated api examples
2025-10-09 13:12:55 -04:00
Dillon DuPont
b29f89597f
added shared provider vm type
2025-10-09 12:36:43 -04:00
Dillon DuPont
844f138881
Added VM management example to /examples
2025-10-09 12:08:39 -04:00
f-trycua
9d8dd768bf
update container to sandbox
2025-10-08 18:14:46 -07:00
ddupont
8cb91fcf34
Remove hardcoded container name
2025-10-03 14:53:36 -04:00
Dillon DuPont
1cacd281ad
fixed python RPC on windows
2025-10-03 12:12:40 -04:00
Dillon DuPont
83cad3b687
Disable stop windows
2025-10-03 10:41:21 -04:00
Dillon DuPont
9423863319
add windows cloud example
2025-10-01 16:57:15 -04:00
Dillon DuPont
70f9f968cb
Fixed broken winsandbox_example, added venv to provider setup
2025-09-22 08:59:07 -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
Adam
fb8268f794
Update hud_eval_examples.py
2025-09-21 07:04:55 -04:00
Adam
dd5892d7bd
Update hud_eval_examples.py
...
added documentation
2025-09-21 07:04:24 -04:00
Adam
6dd46742be
Create hud_eval_examples.py
...
Created .py file for running hud eval
2025-09-20 20:58:45 -04:00
James Murdza
15dd34edf3
Add package-lock.json to computer SDK example
2025-08-21 19:13:28 -04:00
James Murdza
bca252b721
Rename environment variables to follow convention
2025-08-21 19:13:28 -04:00
James Murdza
9a4c7215d8
Upgrade Claude 3.5 snapshot to a version with computer use support
2025-08-19 11:40:05 -04:00
Dillon DuPont
b4f29abc58
First working version
2025-08-13 14:37:06 -04:00
James Murdza
d27ee728b5
Fix broken import after refactor in 5bfadf8f9a
2025-08-04 17:02:11 -04:00
Morgan Dean
32a8e504d4
Merge branch 'main' into feat/docs/init
2025-07-31 18:04:02 +01:00
Dillon DuPont
6db6825516
Updated example, cua-core dep, and added --prompt
2025-07-29 08:27:10 -04:00
Morgan Dean
350795615f
Rename c/ua - cua
2025-07-22 10:04:13 -07:00
Morgan Dean
0415741f8c
Update computer example to use @trycua/computer from npm
2025-07-02 13:38:47 -07:00
Morgan Dean
b0666df203
Rename @cua/ to @trycua/, move ts example to ./examples, rename workflows for better organization
2025-06-30 10:14:52 -07:00
ddupont
e2f9427b41
Update winsandbox_example.py
...
Added pause to example
2025-06-18 12:52:49 -04:00
Dillon DuPont
d097ad9c7b
Added windows sandbox example
2025-06-17 12:59:35 -04:00
Dillon DuPont
1e268ecbf1
Exposed UI from outside container
2025-06-11 12:16:19 -04:00
Dillon DuPont
8f5f72ab21
Replace example
2025-06-04 14:47:46 -04:00
Dillon DuPont
c2302eb6c6
Added results table
2025-06-04 09:46:09 -04:00
Dillon DuPont
79bcf9d05d
Added top wiki links
2025-06-03 21:37:58 -04:00
Dillon DuPont
86d052d882
updated eval to use sandboxed decorator
2025-06-03 21:19:46 -04:00
Dillon DuPont
a7e56ce64a
Added @sandboxed decorator
2025-06-03 18:54:00 -04:00
Dillon DuPont
fa07ee444a
More freq checks
2025-06-03 14:51:11 -04:00
Dillon DuPont
89deb8111f
Fixed agent stop
2025-06-03 14:22:30 -04:00
Dillon DuPont
c5c91729a2
Added cleanup step
2025-06-03 14:18:52 -04:00
Dillon DuPont
a6397e9a9b
Added decorator example
2025-06-03 14:10:48 -04:00
Dillon DuPont
420b67d2a8
wiki-race evaluator
2025-06-03 13:26:11 -04:00
f-trycua
59474d3de0
Fix ws auth
2025-05-28 01:22:16 -07:00