Commit Graph

1230 Commits

Author SHA1 Message Date
James Murdza 5ee62aabd1 Merge pull request #386 from ahmadhrashid/docs/fix-developer-guide-typo
docs: remove duplicated word in CONTRIBUTING
2025-08-29 11:18:18 -04:00
ahmadhr 7004340483 docs: remove duplicated word 'guide' in CONTRIBUTING 2025-08-28 20:06:07 -04:00
ddupont db49d5e52a Merge pull request #384 from trycua/fixes/agent-stability
[Agent] Improvements to image retention & normalization callbacks
agent-v0.4.24
2025-08-28 19:26:23 -04:00
Dillon DuPont 6ec083e28a Removed reasoning pass 2025-08-28 19:21:04 -04:00
Dillon DuPont efc2c3e54c Fixed KeyError 2025-08-28 18:24:20 -04:00
Dillon DuPont ddd01ee719 Improved image retention callback 2025-08-28 18:18:40 -04:00
ddupont 8fa5d7d314 Merge pull request #382 from trycua/fixes/human-ui
Fix Human UI for release
agent-v0.4.23
2025-08-28 17:44:08 -04:00
Dillon DuPont e61fbeda5e Made labels more descriptive 2025-08-28 17:36:56 -04:00
Dillon DuPont 2cf6290c47 Made UI more compact 2025-08-28 17:26:09 -04:00
Dillon DuPont e2fac486ee Renamed Response to Message 2025-08-28 17:19:36 -04:00
Dillon DuPont 022f999259 Simplified UI 2025-08-28 17:12:26 -04:00
Dillon DuPont 2ba67d399d Added wait action 2025-08-28 17:09:35 -04:00
Dillon DuPont 038ad4df10 Force default model for human-in-the-loop agent-v0.4.22 2025-08-28 16:55:28 -04:00
Dillon DuPont 2216043305 Fixed bug in init agent-v0.4.21 2025-08-28 16:50:38 -04:00
Dillon DuPont b7cbac31a0 Added grounding model fallback agent-v0.4.20 2025-08-28 16:39:43 -04:00
ddupont 53aa6b6299 Merge pull request #373 from trycua/fix/stability-fix
[Agent] Added screenshot_dir and lazy loading of MLX
agent-v0.4.19
2025-08-28 13:20:58 -04:00
Dillon DuPont e90997c4ff Added screenshot_dir and lazy loading of MLX 2025-08-28 13:18:17 -04:00
Dillon DuPont c4ce791a49 Update OSWorld output agent-v0.4.18 2025-08-28 12:07:56 -04:00
ddupont 311bbf9709 Merge pull request #371 from trycua/chore/hud-upgrade
[Agent] Upgrade HUD SDK to 0.4.12
2025-08-28 11:29:18 -04:00
ddupont 6866b5a16f Merge pull request #366 from trycua/feat/mlx-vlm
[Agent] Restored MLX/ adapter
2025-08-27 23:34:46 -04:00
Dillon DuPont 5fafe861ef added implicit scroll action 2025-08-27 22:59:26 -04:00
Dillon DuPont 4c678f0f4e normalize { 'click': 'left', ... } hallucination 2025-08-27 22:19:37 -04:00
Dillon DuPont e8210389a5 added kwarg filter 2025-08-27 21:39:44 -04:00
Dillon DuPont 063bf223d1 added kwarg filter 2025-08-27 21:35:18 -04:00
Dillon DuPont c003d7ec7b added more normalizer cases 2025-08-27 21:27:58 -04:00
Dillon DuPont 15301935c0 renamed agent.py to proxy 2025-08-27 21:18:06 -04:00
Dillon DuPont 95cefc50f0 added extended kwargs, renamed callback to normalizer 2025-08-27 20:49:31 -04:00
Dillon DuPont 799d9d3ba7 Normalize common LLM output errors 2025-08-27 19:53:26 -04:00
Dillon DuPont e261282182 Normalize common LLM output errors 2025-08-27 18:20:13 -04:00
Dillon DuPont 8dee77bf68 updated docs 2025-08-27 17:44:04 -04:00
Dillon DuPont 38026a43f0 improved other grounding prompts 2025-08-27 17:30:13 -04:00
Dillon DuPont 3c1efc8632 improved openai's predict_click prompt 2025-08-27 17:29:29 -04:00
Dillon DuPont 24b2986585 Made button required 2025-08-27 17:10:56 -04:00
Dillon DuPont 0d3f8ea3ff Improved trajectory saving 2025-08-27 16:48:57 -04:00
Dillon DuPont f14e9288ac Broken indent 2025-08-27 16:14:53 -04:00
Dillon DuPont 8de5d3d3a7 Moved try/catch block 2025-08-27 16:10:38 -04:00
Dillon DuPont fad149d6b9 Simplified composed grounded prompt 2025-08-27 16:09:33 -04:00
Dillon DuPont 1634abe3d0 Added validation level retry logic 2025-08-27 16:06:25 -04:00
Dillon DuPont a34d541b92 fixed crash with composed loop 2025-08-27 15:16:52 -04:00
Dillon DuPont bf34ee75b9 Removed invalid tag 2025-08-27 13:47:02 -04:00
Dillon DuPont e8eaf66e2a Added latest nb 2025-08-27 13:38:55 -04:00
Dillon DuPont 3c502354a8 added simple task id 2025-08-27 13:28:24 -04:00
Dillon DuPont 61a442da56 fixed getattr crash 2025-08-27 13:21:46 -04:00
James Murdza eb0fcd6f5e Remove broken link from documentation 2025-08-27 13:00:51 -04:00
James Murdza afe01ff831 Add missing comma in example code 2025-08-27 12:53:55 -04:00
James Murdza 886b749d5e Merge pull request #369 from jamesmurdza/fix/docs-broken-links 2025-08-26 12:02:34 -04:00
James Murdza d0d3af0e74 Remove broken link 2025-08-26 11:58:11 -04:00
James Murdza 46801edebf Add package-lock.json to docs 2025-08-26 11:58:11 -04:00
James Murdza ba15aed316 Fix broken links in docs 2025-08-26 11:58:11 -04:00
James Murdza 26565beaa0 Add missing callbacks page to docs 2025-08-26 11:58:11 -04:00