Is there an existing issue for this?
Problem statement
The DependencyResolver currently works with a mock LocalLoader only, which locates files from a 'samples' directory.
This will not work in production.
Proposed Solution
Fully implement LocalLoader such that it emulates sys.path and locates files accordingly.
Additional Context
sub-ticket of #1202