package v1.public.events.agent_interaction

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AgentToolCallCompleted

agent_interaction.proto:89

Possible values for AgentToolCallCompleted.status: "success" - tool ran to completion "error" - tool returned an error "timeout" - tool exceeded its execution budget

message AgentToolCallPermissionCheck

agent_interaction.proto:20

Fired when a user approves or rejects a tool call proposed by the agent.

message AgentToolCallPresented

agent_interaction.proto:52

message AgentToolCallStarted

agent_interaction.proto:69

Fires when execution begins. A Started without a matching Completed indicates the tool ran but never returned.