Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 41643f2

Browse files
committed
connect AppAgentInterface in test harness spinup for use in SensemakerService connection
1 parent ebd52ca commit 41643f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ export const installAgent = async (
149149
await admin.enableApp({ installed_app_id: agentHapp.installed_app_id });
150150
console.log("app installed", agentHapp);
151151
agentsHapps.push(agentHapp);
152+
153+
conductor.connectAppAgentInterface(`${agentName}_sensemaker`)
152154
} catch (e) {
153155
console.log("error has happened in installation: ", e);
154156
}

0 commit comments

Comments
 (0)