Files
computer/libs/python/core
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
..
2025-10-21 18:58:40 -04:00
2025-10-10 22:36:07 +00:00
2025-10-10 22:40:36 +00:00

Shows my svg

Python macOS Discord PyPI

Cua Core provides essential shared functionality and utilities used across the Cua ecosystem:

  • Privacy-focused telemetry system for transparent usage analytics
  • Common helper functions and utilities used by other Cua packages
  • Core infrastructure components shared between modules

Installation

pip install cua-core