AgentSea.Crew.Delegation.Result (agentsea_crews v0.1.0)

Copy Markdown

The outcome of a delegation decision.

Summary

Types

t()

@type t() :: %AgentSea.Crew.Delegation.Result{
  alternatives: [term()],
  confidence: float() | nil,
  decision_time_ms: non_neg_integer(),
  reason: String.t() | nil,
  selected_agent: term()
}