feat: expose executor job observability

This commit is contained in:
john
2026-07-24 23:31:29 +08:00
parent bbb43f97a3
commit 396bb78200
18 changed files with 733 additions and 68 deletions
+8
View File
@@ -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() {