approval.denied
"approval.denied": { toolName: string }
approval.granted
"approval.granted": { toolName: string }
approval.requested
"approval.requested": { sideEffect?: string; toolName: string }
artifact.read
"artifact.read": { id: string; type: string }
artifact.write
"artifact.write": {
id: string;
operation: "put" | "delete" | "update";
type: string;
}
cache.hit
"cache.hit": { estimatedSavedTokens?: number; key: string; toolName: string }
cache.miss
"cache.miss": { key: string; toolName: string }
cost.updated
"cost.updated": { cost: number; model: string; provider: string; tokensUsed: TokenUsage;} "tool.called": {
sideEffectLevel?: "none" | "read" | "write" | "external";
toolName: string;
}
workflow.step.completed
"workflow.step.completed": {
status: "completed" | "failed" | "skipped";
stepId: string;
}
workflow.step.started
"workflow.step.started": { stepId: string; type: string }
Events emitted by workspace-aware agent, team, workflow, and store operations.