Commit Graph

274 Commits

Author SHA1 Message Date
r33drichards 7d3d826672 fix linting and typechecking github action (#631)
* Sort imports alphabetically in agent loops __init__.py

Fix isort check failure by alphabetically sorting both the import list
and __all__ list to match the expected order.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* run on all prs

* Fix black formatting issues in responses.py and provider.py

Apply black formatting to fix lint check failures:
- Reformat conditional expression in responses.py for better readability
- Break long assert line in provider.py to comply with line length limits

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix prettier formatting issues in markdown and TypeScript files

Apply prettier formatting to blog posts, documentation, and CLI code:
- Format blog markdown files for consistent styling
- Format TypeScript CLI source files
- Format documentation MDX files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-12-01 16:31:20 -05:00
Adam 3e2798f835 Python Compatibility (3.14) Note 2025-12-01 13:00:40 -05:00
github-actions[bot] 5b37015fd2 Bump cua-agent to v0.5.1 2025-11-30 04:58:08 +00:00
Sarina Li 59a8c13c19 fix wrong version 2025-11-29 23:57:28 -05:00
Sarina Li 42a437c5c2 fix telemetry agent_type 2025-11-29 23:52:37 -05:00
Sarina Li 26caedf492 update to only use CUA_TELEMETRY_ENABLED 2025-11-29 22:41:27 -05:00
github-actions[bot] 6bd304e7ee Bump cua-agent to v0.5.0 2025-11-26 16:41:38 +00:00
Sarina Li eb7d84ee3a Merge branch 'main' into feat/generic-vlm-provider 2025-11-26 11:09:11 -05:00
Sarina Li 833fc7020f allow for openai compatible fallback tool parsing 2025-11-25 18:52:30 -05:00
Adam 21b4e3bf16 Remove claude-3-5-sonnet-20241022 2025-11-23 16:12:17 -05:00
Sarina Li 7cf9eee301 fix formatting again 2025-11-19 17:41:01 -05:00
Dillon DuPont ebedf60ed7 change qwen.py loop to be a generic_vlm.py fallback loop 2025-11-19 17:11:22 -05:00
Sarina Li 54c1ba22c0 Merge branch 'main' into feat/omniparser-gemini-3-support 2025-11-19 16:58:23 -05:00
Dillon DuPont 43052d8936 fix bug where parallel tool call results dont get recognized by some providers 2025-11-19 16:48:19 -05:00
Sarina Li 87698101fc add gemini 3 support with omni parser + docs 2025-11-19 16:09:03 -05:00
github-actions[bot] da63030505 Bump cua-agent to v0.4.53 2025-11-19 18:56:05 +00:00
github-actions[bot] c41d334109 Bump cua-agent to v0.4.52 2025-11-19 18:52:53 +00:00
github-actions[bot] f1d6558188 Bump cua-agent to v0.4.51 2025-11-19 18:44:00 +00:00
github-actions[bot] 1b20e9a197 Bump cua-agent to v0.4.50 2025-11-19 18:39:26 +00:00
github-actions[bot] 3b3af4ff88 Bump cua-agent to v0.4.49 2025-11-19 18:38:53 +00:00
github-actions[bot] 1a65bd8ed3 Bump cua-agent to v0.4.48 2025-11-19 17:49:26 +00:00
f-trycua 3dc0e3bd2d Remove hud-python from cua-agent[all] extra
hud-python is an external package that isn't published to PyPI yet,
which was blocking installation of cua-agent[all]. This change:

- Removes hud-python==0.4.52 from the [all] extra dependencies
- Keeps the separate [hud] extra for users who have access to hud-python
- Allows pip install cua-agent[all] to work without dependency errors

The hud functionality remains available as an opt-in extra via:
pip install cua-agent[hud]

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 18:48:01 +01:00
github-actions[bot] f0349aea63 Bump cua-agent to v0.4.47 2025-11-19 16:10:26 +00:00
Dillon DuPont cd49e3de49 Remove hardcoded test api url 2025-11-19 11:09:42 -05:00
github-actions[bot] ddb00a180d Bump cua-agent to v0.4.46 2025-11-19 15:55:58 +00:00
Dillon DuPont d930032c82 Fix cua adapter 2025-11-19 10:52:50 -05:00
github-actions[bot] a73044ca3c Bump cua-agent to v0.4.45 2025-11-18 23:01:31 +00:00
github-actions[bot] 4b5a8681d0 Bump cua-agent to v0.4.44 2025-11-18 22:56:53 +00:00
github-actions[bot] 65b2ec7731 Bump cua-agent to v0.4.43 2025-11-18 22:52:24 +00:00
github-actions[bot] 65c1afce16 Bump cua-agent to v0.4.42 2025-11-18 22:49:09 +00:00
github-actions[bot] 84a2bceae0 Bump cua-agent to v0.4.41 2025-11-18 22:44:57 +00:00
github-actions[bot] d664bbbbcf Bump cua-agent to v0.4.40 2025-11-18 22:38:51 +00:00
ddupont 210fc01eea Merge pull request #592 from trycua/feat/fix-cua-adapter
Fix cua adapter, add UI-TARS-2 model
2025-11-18 17:21:27 -05:00
Dillon DuPont 9ca508380f Add UI-TARS 2 2025-11-18 17:14:47 -05:00
ddupont c67593cd4f Merge pull request #548 from LucaStngn/fix/anthropic-custom-function-tools
Fix: Enable custom function tools with Anthropic models
2025-11-18 16:29:23 -05:00
Dillon DuPont 8284f85950 Update params dict 2025-11-18 15:31:30 -05:00
Sarina Li 9bccce71fa update broken link 2025-11-18 10:18:14 -05:00
Adam c59a4a7e3d Formatting Fix 2025-11-13 12:21:51 -05:00
Sarina Li 41c1d38ee4 Merge branch 'main' into new-improve-docs-home 2025-11-13 11:30:06 -05:00
Sarina Li a8d21ae77b change default model 2025-11-13 11:26:47 -05:00
github-actions[bot] cb83b0cf88 Bump cua-agent to v0.4.39 2025-11-13 11:32:35 +00:00
Francesco Bonacci 91ef479217 Merge pull request #506 from trycua/feat/inference-provider
Add "cua/" LLM provider
2025-11-13 12:31:11 +01:00
ddupont e109b422db Merge branch 'main' into main 2025-11-12 10:41:08 -05:00
ddupont 0fb61ba8f7 Merge pull request #558 from tamoghnokandar/tamoghnokandar-patch-1
[AGENT] - New Model Gelato-30B-A3B added
2025-11-12 10:38:28 -05:00
github-actions[bot] b716f2feaa Bump cua-agent to v0.4.38 2025-11-12 12:17:00 +00:00
Dillon DuPont ac1511210b add a more specific env CUA_INFERENCE_API_KEY 2025-11-11 10:13:14 -05:00
Tamoghno Kandar a1c394bcc2 Add files via upload 2025-11-10 12:20:13 -08:00
Tamoghno Kandar ef842cf1e6 Add files via upload 2025-11-10 12:19:01 -08:00
Tamoghno Kandar 2ca0773ebe Add files via upload 2025-11-10 12:10:21 -08:00
Tamoghno Kandar 17b0ffa99f Add files via upload 2025-11-10 12:06:31 -08:00