Vibe.Event.Subagent.Started (vibe v0.2.2)

Copy Markdown View Source

Payload for a subagent starting.

Summary

Types

t()

@type t() :: %Vibe.Event.Subagent.Started{
  child_session_id: term(),
  id: term(),
  model: term(),
  parent_session_id: term(),
  role: term(),
  task: term()
}