github-actions[bot]
c8cd29aeb1
Bump cua-agent to v0.4.36
2025-10-29 01:57:40 +00:00
James Murdza
e3ab4fe7b0
Format tests with uv run pre-commit run --all-files
2025-10-28 17:03:26 -07:00
James Murdza
3ee5206baf
Merge pull request #491 from AceAtDev/CI/CDtests
...
Add test infrastructure with CI/CD #478
2025-10-28 17:00:05 -07:00
Sarina Li
11e8f891c3
lint formatting
2025-10-27 17:37:18 -07:00
Sarina Li
0465ffd200
debug removal
2025-10-27 17:29:23 -07:00
Sarina Li
1cb405c9f8
fix output of gpt 4o
2025-10-27 17:27:07 -07:00
Sarina Li
5376afba79
Merge upstream/main to resolve conflicts with trycua/cua
2025-10-27 16:06:06 -07:00
Elshoubky M
59016608da
fixed ImportPathMismatchError caused by init files
2025-10-25 01:54:04 -04:00
Dillon DuPont
682609b7e8
Run uv run pre-commit run --all-files on qwen.py
2025-10-22 16:36:32 -07:00
Dillon DuPont
bdb5f8918b
Bump cua-agent to v0.4.35
2025-10-22 16:22:33 -07:00
Dillon DuPont
cb17e27445
Bump cua-agent to v0.4.34
2025-10-22 16:22:29 -07:00
Dillon DuPont
16072f19a3
Bump cua-agent to v0.4.33
2025-10-22 16:22:05 -07:00
Dillon DuPont
6d9fddea13
Fix cua-agent version for bump-version
2025-10-22 16:22:02 -07:00
Dillon DuPont
5bad437f47
add qwen3 vl requirements to pyproj
2025-10-22 16:18:19 -07:00
Dillon DuPont
a78dcd3331
Fix qwen3 hallucinating coords w/o screenshots
2025-10-22 16:14:43 -07:00
Dillon DuPont
7631412694
Add qwen3 VL computer-use loop
2025-10-22 15:51:51 -07:00
James Murdza
ddc5a5de91
Format codebase with uv run pre-commit run --all-files
2025-10-22 11:35:31 -07:00
Aditya Bavadekar
c33517a42d
chore: consolidate Ruff configs, add prettier dependancy and updated documentation usage
...
- Remove per-package Black, Ruff, and MyPy settings in individual pyproject.toml files
- Centralize Ruff configuration in root pyproject.toml under [tool.ruff.lint] with selected ignores
- Add Prettier setup and usage instructions to Development.md
- Include pnpm install instructions for JS/TS dependencies
- Ensure pre-commit hooks enforce Python and JS/TS formatting consistently
2025-10-22 11:10:21 -07:00
Elshoubky M
451c9c2c01
Add test infrastructure with CI/CD
...
- Add separate test directories for all 7 packages (core, agent, computer, computer-server, mcp-server, pylume, som)
- Create 30+ unit tests with mocks for external dependencies (liteLLM, PostHog, Computer)
- Add conftest.py fixtures for each package to enable isolated testing
- Implement GitHub Actions CI workflow with matrix strategy to test each package independently
- Add TESTING.md with comprehensive testing guide and architecture documentation
- Follow SOLID principles: SRP, Vertical Slice Architecture, and Testability as Design Signal
Note:
- No API keys required for unit tests
2025-10-21 18:58:40 -04:00
James Murdza
b7f5e1dd89
Fix dependency conflict with transformers
2025-10-20 07:18:10 -07:00
James Murdza
2da9e39eb6
Merge pull request #480 from masterbatcoderman10/fix/f-string-error-handle-item
...
Fix: Corrected f-string syntax error in agent.py
2025-10-17 14:47:29 -07:00
Dillon DuPont
2f95f5ed82
Bump version
2025-10-17 10:50:15 -04:00
Dillon DuPont
090edb8f33
Fix torch dependency in cua-agent
2025-10-17 10:49:32 -04:00
masterbatcoderman10
0d16571d40
Fix: Corrected f-string syntax error in agent.py
2025-10-17 11:40:33 +04:00
Dillon DuPont
7b4c914472
Bump agent version
2025-10-15 14:58:36 -04:00
Dillon DuPont
0709d6a370
Fix claude-haiku-4 usage
2025-10-15 14:52:06 -04:00
Dillon DuPont
99adca4b15
register gemini model
2025-10-15 10:16:46 -04:00
James Murdza
a25c2dc13c
Merge pull request #463 from trycua/b2v
...
Add bump2version configuration for all Python packages
2025-10-14 17:13:27 -07:00
Dillon DuPont
0c1a6f445a
Merge branch 'main' into feat/gemini-2_5-cua
2025-10-14 11:33:24 -04:00
Your Name
3d50e3cefb
update pyproj
2025-10-10 22:40:36 +00:00
Your Name
424b8762c4
bump versions
2025-10-10 22:36:07 +00:00
Your Name
0af7ea394f
add tag prefix
2025-10-10 21:51:18 +00:00
Your Name
2ff4030709
tag
2025-10-10 21:33:45 +00:00
Your Name
46b361b732
Add bump2version configuration for all Python packages
...
Adds .bumpversion.cfg files to each Python package (agent, computer,
computer-server, core, mcp-server, pylume, som) to enable automated
version bumping with bump2version tool.
Includes comprehensive Makefile with targets for:
- Installing and managing bump2version
- Bumping package versions (major, minor, patch)
- Managing dependencies and building packages
- Running tests and formatting
- Cleaning build artifacts
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-10-10 21:23:47 +00:00
ddupont
bcfda96673
Merge pull request #444 from trycua/feat/cli-enhancement
...
Add --provider and --prompt-file to the CLI
2025-10-10 13:25:48 -04:00
Dillon DuPont
d0fefd3cd7
add google-genai to pyproject.toml
2025-10-09 11:59:22 -04:00
Dillon DuPont
ef28a64b8f
Add gemini CUA loop
2025-10-07 17:23:33 -04:00
Dillon DuPont
78901aed48
Add --provider and --prompt-file to the CLI
2025-10-07 11:04:21 -04:00
bowman
1fe41d57f4
update hud in agent pyproject.toml
2025-10-06 20:24:21 -07:00
Dillon DuPont
1e94b5d8b4
Added working moondream3 agent
2025-10-02 11:07:11 -04:00
Dillon DuPont
0b3c677205
added moondream3 agent loop
2025-10-02 10:57:06 -04:00
Dillon DuPont
c892f4ecea
Change anthropic predict_click logic
2025-09-25 15:53:20 -07:00
Jagjeevan Kashid
123f95ae25
fixed issue 344
...
Signed-off-by: Jagjeevan Kashid <jagjeevandev97@gmail.com >
2025-09-22 15:25:25 +05:30
Dillon DuPont
1346feb125
Add postponed annotations to internvl.py
2025-09-19 19:23:13 -04:00
Dillon DuPont
821bd03e48
remove extra prints
2025-09-18 11:27:50 -04:00
Dillon DuPont
03d7806549
Fixed invalid trajectory names on ollama
2025-09-18 10:52:45 -04:00
Dillon DuPont
6ddddf8f88
fix internVL inference
2025-09-16 12:56:07 -04:00
Dillon DuPont
9147e8eeaf
Added "cua-agent[internvl-hf]" dep
2025-09-16 12:02:07 -04:00
Dillon DuPont
c5bbd4611a
add qwen2_5_vl.py
2025-09-15 16:29:26 -04:00
Dillon DuPont
7a7de5d50f
add holo models
2025-09-15 16:10:54 -04:00