in src/agentmgr.js [44:47]
function isAgent(action) { return getAnnotation(action, "wskdebug") || (getAnnotation(action, "description") || "").startsWith("wskdebug agent."); }