Commit Graph

5 Commits

Author SHA1 Message Date
Adrian Lyjak 7bc7750043 Add semver ↔ PEP 440 version format conversion utilities (#345) 2026-02-09 13:27:16 -05:00
Adrian Lyjak b48b8c24f3 fix: update debugger assets paths after server package move (#343)
The server package moved from llama-index-workflows to llama-agents-server,
but the update-index-html CLI command and GitHub Actions workflow still
referenced the old path. Update both to point to the new location at
packages/llama-agents-server/src/llama_agents/server/static/index.html.

https://claude.ai/code/session_01QTCs9m11U3ubvmXmKAfg6A

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-06 19:22:02 -05:00
Adrian Lyjak b0210c4f5c Fix release commands and make copyright headers consistent (#332) 2026-02-05 15:08:00 -05:00
Adrian Lyjak 0d8f5a7b27 fix: improve dev CLI pytest robustness (#320) 2026-02-02 19:02:44 -05:00
Adrian Lyjak 5ded4b40fa chore: CI/testing improvements for parallel test execution (#317)
* chore: CI/testing improvements for parallel test execution

- Add workflows-dev pytest command with parallel test runner
- Add pytest-xdist for parallel test execution (-nauto)
- Add timeouts to prevent test hangs (--timeout=10/60/120)
- Use module-scoped async fixtures for faster tests
- Remove mypy in favor of basedpyright/ty type checking
- Add test-docker CI job for integration tests with testcontainers
- Exclude integration tests from Python 3.9/3.14 in CI matrix
2026-02-02 13:27:10 -05:00