Vibe.Subagents.JobBuilder (vibe v0.2.2)

Copy Markdown View Source

Subagent job configuration builder.

Summary

Functions

new(task, opts)

@spec new(
  String.t(),
  keyword()
) :: {:ok, Vibe.Subagents.JobInfo.t()} | {:error, term()}

reconstruct()

@spec reconstruct() :: %{required(String.t()) => Vibe.Subagents.JobInfo.t()}