The wrapper was using src.app.main:app which expects 'src' to be a top-level module, but with PYTHONPATH set to apps/agent-coordinator/src, the correct import target is app.main:app.
The wrapper was using src.app.main:app which expects 'src' to be a top-level module, but with PYTHONPATH set to apps/agent-coordinator/src, the correct import target is app.main:app.