Skip to main content

agent/task/created

Pushed to the task initiator + invited participants after the app accepts via the app/task/create wire callback and the task transitions from waiting to active. Carries the full Task row (matching agent/task/closed’s shape) so subscribers don’t need a second read to discover the post-transition state.

Params

task
object
The task field.

Example

{
  "jsonrpc": "2.0",
  "method": "agent/task/created",
  "params": { ... }
}