refactor agent execution

This commit is contained in:
Ramnique Singh 2025-11-16 20:58:31 +05:30
parent 92b702d039
commit a76cb6089c
6 changed files with 224 additions and 222 deletions

View file

@ -11,7 +11,6 @@ export const RunStartEvent = BaseRunEvent.extend({
type: z.literal("start"),
runId: z.string(),
agent: z.string(),
interactive: z.boolean(),
});
export const RunStepStartEvent = BaseRunEvent.extend({