feat(FN-5083): complete Step 4 — add recover branch binding route
This commit is contained in:
committed by
gsxdsm
parent
a2f4b99ecc
commit
211c361cd7
@@ -635,6 +635,10 @@ export class ProjectEngine {
|
||||
return this.runtime.getHeartbeatMonitor();
|
||||
}
|
||||
|
||||
getSelfHealingManager() {
|
||||
return this.runtime.getSelfHealingManager();
|
||||
}
|
||||
|
||||
/** Get the project working directory. */
|
||||
getWorkingDirectory(): string {
|
||||
return this.config.workingDirectory;
|
||||
|
||||
@@ -1119,6 +1119,10 @@ export class InProcessRuntime
|
||||
return this.heartbeatMonitor;
|
||||
}
|
||||
|
||||
getSelfHealingManager(): SelfHealingManager | undefined {
|
||||
return this.selfHealingManager;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the HeartbeatTriggerScheduler instance (if initialized).
|
||||
* Returns undefined when agent monitoring is not available.
|
||||
|
||||
Reference in New Issue
Block a user