Commit Graph

2035 Commits

Author SHA1 Message Date
ddupont aef7d585f9 Merge pull request #485 from trycua/feat/cua-cli
Add Cua CLI
2025-11-11 17:23:27 -05:00
Dillon DuPont 791c4ddf85 use host column in cli 2025-11-11 17:22:37 -05:00
Dillon DuPont ff957a7d04 run uv run pre-commit run --all-files 2025-11-11 17:18:18 -05:00
Dillon DuPont 554fb0a16d Merge branch 'main' into feat/cua-cli 2025-11-11 12:44:56 -05:00
Dillon DuPont 679eafe7c7 update computer SDK and computer-server SDK to support the new .sandbox.cua.ai domain 2025-11-11 12:44:24 -05:00
Dillon DuPont 129d8c1238 Merge branch 'main' into feat/cua-cli 2025-11-11 12:40:13 -05:00
Dillon DuPont 6832cfe922 changed dir to .cua 2025-11-11 12:14:31 -05:00
Dillon DuPont f2dfe865fd added create and delete cli 2025-11-11 12:11:48 -05:00
Dillon DuPont ac1511210b add a more specific env CUA_INFERENCE_API_KEY 2025-11-11 10:13:14 -05:00
Adam 0ff4df5261 Merge pull request #559 from YeIIcw/fix/agent-test-trigger
Removed agent test per PR
2025-11-10 15:24:57 -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
Adam c20084129d Removed agent test per PR 2025-11-10 15:12:32 -05: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
Tamoghno Kandar 4b6a96f079 Add files via upload 2025-11-10 12:05:04 -08:00
Tamoghno Kandar 99858ddcb4 Delete libs/python/agent/agent/loops/ui_ins.py 2025-11-10 12:04:37 -08:00
Tamoghno Kandar abfcf9cfe2 Add files via upload 2025-11-10 12:03:38 -08:00
Tamoghno Kandar c2648975c9 Update __init__.py
Fixed order of imports
2025-11-10 11:22:27 -08:00
Tamoghno Kandar 2f5f887b3d Update __init__.py 2025-11-10 11:13:05 -08:00
Tamoghno Kandar 3c03ea51c9 Add files via upload 2025-11-10 11:12:17 -08:00
f-trycua 67ee0e1d65 Merge branch 'main' into improve-docs-home 2025-11-10 17:43:43 +01:00
f-trycua ae163fc665 Revamp docs 2025-11-10 17:42:34 +01:00
Sarina Li 4e2fd42329 Merge pull request #557 from sarinali/fix/docs-citing
Fix newline issue + Ai Gen Citing
2025-11-10 11:16:23 -05:00
Sarina Li 04e93687ad fix new line + ai gen citing 2025-11-10 11:14:41 -05:00
Sarina Li 4954397f0b fix 2 more broken links 2025-11-09 19:34:06 -05:00
Sarina Li 7e89818d3d Merge pull request #555 from sarinali/feat/detect-broken-links
link checking on all md
2025-11-09 19:19:08 -05:00
Sarina Li fac0403c78 remove one more broken blog 2025-11-09 18:35:39 -05:00
Sarina Li c0412ffa0e fix workflow to send slack 2025-11-09 18:35:07 -05:00
Sarina Li 4ba4d79e6d fix all broken backlinks 2025-11-09 18:26:00 -05:00
Sarina Li 7eeab8c613 skip some urls 2025-11-09 18:08:38 -05:00
Sarina Li fcc667f46e lychee fix 2025-11-09 17:59:28 -05:00
Sarina Li 4fc707e1d0 simplify link checking syntax 2025-11-09 17:57:19 -05:00
Sarina Li c4f9db24ac secrets fix 2025-11-09 17:54:58 -05:00
Sarina Li 31ea3e7421 fix yaml syntax 2025-11-09 17:51:50 -05:00
Sarina Li e6e41f31e6 on push as well 2025-11-09 17:47:19 -05:00
Sarina Li 9eda80b419 link check change again 2025-11-09 17:45:54 -05:00
Sarina Li ebad22bcd7 link check change 2025-11-09 17:44:58 -05:00
Sarina Li 69e3751fe3 test quickly 2025-11-09 17:40:56 -05:00
Sarina Li b275a4b322 fix link check again 2025-11-09 17:35:59 -05:00
Sarina Li 7efb5382fa link checking on all md 2025-11-09 17:26:14 -05:00
Sarina Li a9c5cf466a Merge pull request #554 from sarinali/fix/fix-links
Fix Broken Links
2025-11-09 17:11:26 -05:00
Sarina Li d708564c9f fix broken links 2025-11-09 17:10:05 -05:00
Sarina Li ff89f91948 Merge pull request #552 from sarinali/fix/optimize-readme
optimize readme
2025-11-08 21:58:41 -05:00
Sarina Li 10f7227b79 optimize readme 2025-11-08 21:58:12 -05:00
Tamoghno Kandar 76fac6621d Update __init__.py
Added new model UI-INS
2025-11-06 09:16:16 -08:00
Tamoghno Kandar 9e46de3078 Create uiins.py
Added new model UI-INS
2025-11-06 09:14:42 -08:00
Luca Steingen 7b2ecb8a9a Fix: Enable custom function tools with Anthropic models
This commit fixes three bugs that prevented custom function tools from working alongside the computer tool with Anthropic Claude models:

1. Tool format conversion: Convert OpenAI format to Anthropic format
- Changed from {type, function: {parameters}} to {name, description, input_schema}

2. Response handling (content format): Add custom tool detection
- Check tool name and handle custom tools separately from computer actions
- Prevents 'Unknown action type: None' errors

3. Response handling (tool_calls format): Add custom tool handling
- Parse JSON arguments and route custom tools correctly
- Ensures compatibility with litellm's normalized response format

These changes enable developers to use custom Python functions as tools alongside computer control tools without breaking existing functionality.

Fixes: Custom function tools now work correctly with Anthropic models.
2025-11-06 15:26:40 +01: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
Francesco Bonacci 8db5e7437b Merge pull request #545 from tamoghnokandar/tamoghnokandar-patch-1
Fix typo in docs
2025-11-05 00:48:56 +01:00