Toolnexus.Agents.Home.Started (toolnexus v0.12.0)

Copy Markdown View Source

Handle to a running persona (see Toolnexus.Agents.Home.start_agent/3).

Summary

Types

t()

@type t() :: %Toolnexus.Agents.Home.Started{
  handle: pid(),
  heartbeat: pid(),
  runtime: pid()
}