feat: expose executor job observability
This commit is contained in:
@@ -129,6 +129,14 @@ export function createLangGraphOrchestratorRuntime({
|
||||
throw error;
|
||||
},
|
||||
|
||||
getExecutorJob(jobId) {
|
||||
return executorGateway.getJob(jobId);
|
||||
},
|
||||
|
||||
listExecutorJobEvents(jobId, options = {}) {
|
||||
return executorGateway.listEvents(jobId, options);
|
||||
},
|
||||
|
||||
health,
|
||||
|
||||
async ready() {
|
||||
|
||||
Reference in New Issue
Block a user