View Source Shifts.Worker (Shifts v0.0.2)

TODO

Summary

Types

t()

TODO

Types

@type t() :: %Shifts.Worker{
  goal: String.t(),
  llm: Shifts.LLM.adapter(),
  role: String.t(),
  story: String.t() | nil,
  tools: [Shifts.Tool.t()]
}

TODO

Functions

@spec new(keyword()) :: t()

TODO

@spec to_prompt(t()) :: String.t() | nil

TODO