Commit Graph

1638 Commits

Author SHA1 Message Date
Aditya Bavadekar
a38219d3ef fix(python): standardize Python version across all packages
- Updated all `libs/python/*/pyproject.toml` files to require Python >=3.12
- Synchronized root `pyproject.toml` and regenerated `uv.lock`
2025-10-23 03:15:21 +05:30
James Murdza
bfaeb40441 Merge pull request #496 from trycua/fix/typescript-typecheck-ci
Install dependencies in TypeScript workspace in CI
2025-10-22 12:12:06 -07:00
James Murdza
730619c231 Run prettier via pnpm in CI 2025-10-22 12:04:07 -07:00
James Murdza
6d5b36181b Install dependencies in TypeScript workspace in CI 2025-10-22 12:01:08 -07:00
James Murdza
e3c5c92915 Merge pull request #494 from trycua/chore/format-codebase
Format codebase
2025-10-22 11:37:54 -07:00
James Murdza
33d02fefee Merge branch 'main' into chore/format-codebase 2025-10-22 11:37:37 -07:00
James Murdza
f43ac57c6c Merge pull request #489 from AdityaBavadekar/chore/formatter-setup
chore: Setup code formatting,  pre-commit hooks and Linting CI/CD
2025-10-22 11:35:59 -07:00
James Murdza
ddc5a5de91 Format codebase with uv run pre-commit run --all-files 2025-10-22 11:35:31 -07:00
James Murdza
759ff4703e Add pnpm setup and Node dependency installation to lint workflow 2025-10-22 11:35:30 -07:00
James Murdza
3f4f25579c Add pnpm setup and Node dependency installation to lint workflow 2025-10-22 11:31:02 -07:00
James Murdza
581e381656 Use double quotes when formatting YAML 2025-10-22 11:10:22 -07:00
James Murdza
3033c6aa39 Use trailing commas for TypeScript formatting 2025-10-22 11:10:22 -07:00
James Murdza
deaa2c5052 Remove .prettierrc from computer-use-example-ts 2025-10-22 11:10:21 -07:00
James Murdza
e2967ff9e1 Remove .pretterrc from docs 2025-10-22 11:10:21 -07:00
James Murdza
ae5ad4bb50 Remove Biome 2025-10-22 11:10:21 -07:00
Aditya Bavadekar
b3a65c373e chore: disable MyPy, add target version py312, update documentation 2025-10-22 11:10:21 -07:00
Aditya Bavadekar
da031a3fa5 chore: update .prettierignore
- Add `.next/`, `pnpm-lock.yaml`, `uv.lock` to .prettierignore
2025-10-22 11:10:21 -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
Aditya Bavadekar
51ee79a9d2 chore: set up pre-commit hooks and CI/CD workflow
- Add a new GitHub Actions workflow (`lint.yml`)
- Update `CONTRIBUTING.md` and `Development.md` to reflect the new linting setup and guide contributors.
- Include a TypeScript type checking script (`typescript-typecheck.js`)
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
James Murdza
1b82812d94 Use double quotes when formatting YAML 2025-10-22 11:01:36 -07:00
James Murdza
08d751f61a Use trailing commas for TypeScript formatting 2025-10-22 10:48:56 -07:00
James Murdza
9561deeec1 Remove .prettierrc from computer-use-example-ts 2025-10-22 10:48:41 -07:00
James Murdza
ef7c30b527 Remove .pretterrc from docs 2025-10-22 10:48:20 -07:00
James Murdza
675e50875f Remove Biome 2025-10-22 10:42:09 -07:00
Aditya Bavadekar
049096bcd2 chore: disable MyPy, add target version py312, update documentation 2025-10-22 12:56:52 +05:30
Aditya Bavadekar
598c0d6372 chore: update .prettierignore
- Add `.next/`, `pnpm-lock.yaml`, `uv.lock` to .prettierignore
2025-10-22 03:40:28 +05:30
Aditya Bavadekar
3ddc7ae67d 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 02:21:37 +05:30
Aditya Bavadekar
4eb4c3bcb6 chore: set up pre-commit hooks and CI/CD workflow
- Add a new GitHub Actions workflow (`lint.yml`)
- Update `CONTRIBUTING.md` and `Development.md` to reflect the new linting setup and guide contributors.
- Include a TypeScript type checking script (`typescript-typecheck.js`)
2025-10-22 00:02:21 +05:30
ddupont
93e64cb58c Update README to use 'cua-xfce' instead of 'cua-docker-xfce' 2025-10-21 10:11:53 -07:00
Aditya Bavadekar
258ae86988 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-21 21:27:53 +05:30
James Murdza
82d204f72f Remove link to localhost 2025-10-20 15:41:01 -07:00
James Murdza
d57999885a Fix broken link in Form Filling example 2025-10-20 15:38:37 -07:00
James Murdza
97441042f2 Merge pull request #487 from trycua/fix/docs-broken-links-2
Fix/docs broken links 2
2025-10-20 14:42:58 -07:00
James Murdza
42081df201 Comment out link to reference docs 2025-10-20 14:40:27 -07:00
James Murdza
5446caf6c1 Fix references to local models page 2025-10-20 14:15:46 -07:00
James Murdza
6d2ec2b1de Remove references to the gradio UI 2025-10-20 14:13:39 -07:00
James Murdza
366675628a Merge pull request #460 from trycua/chore/refactor-build-uv-script
Switch to uv for package management
2025-10-20 13:41:01 -07:00
James Murdza
db1bc497bc Merge pull request #486 from sarinali/docs/add-template-link 2025-10-20 12:19:42 -07:00
Sarina Li
88a5c2e63e Quickstart template line 2025-10-20 14:42:27 -04:00
James Murdza
4e516eaeeb Remove devcontainer 2025-10-20 09:54:22 -07:00
James Murdza
a540a97973 Remove cleanup section from Development guide 2025-10-20 09:54:18 -07:00
James Murdza
c9aa66c655 Remove old build scripts and update documentation with uv instructions 2025-10-20 07:34:38 -07:00
James Murdza
e11e64336d Remove pylume from the development guide 2025-10-20 07:34:38 -07:00
James Murdza
83fe12c2c7 Use Python 3.13 2025-10-20 07:34:38 -07:00
James Murdza
b2ccf1be10 Simplify uv build script and switch to uv 2025-10-20 07:34:36 -07:00
Dillon DuPont
517d641cc1 Add instructions kwarg to docs 2025-10-20 10:26:42 -04:00
James Murdza
012f1394cb Remove pylume from pyproject 2025-10-20 07:18:15 -07:00
James Murdza
b7f5e1dd89 Fix dependency conflict with transformers 2025-10-20 07:18:10 -07:00
James Murdza
967e80e845 Use virtual environment in VS Code 2025-10-20 06:20:11 -07:00