Skip to content

Files

Latest commit

 

History

History
14 lines (12 loc) · 615 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 615 Bytes

Repo Structure

.
├── common          # Common libraries or shared resources
├── controllers     # Controller scripts or modules for managing interactions
├── cortex-common   # Shared components across different cortex modules
├── cortex-cpp-deps # Dependencies specific to the cortex-cpp module
├── engines         # Different processing or computational engines
├── examples        # Example scripts or applications demonstrating usage
├── test            # Test scripts and testing frameworks
└── utils           # Utility scripts and helper functions