Dagger.AgentGroup
Summary
Functions
Compose all selected agent middlewares onto a base LLM, in alphabetical module:fn order, and return the composed LLM.
A unique identifier for this AgentGroup.
Return a list of individual agents and their details
Types
Functions
@spec compose(t(), [{:base, Dagger.LLM.t() | nil}]) :: Dagger.LLM.t()
Compose all selected agent middlewares onto a base LLM, in alphabetical module:fn order, and return the composed LLM.
A unique identifier for this AgentGroup.
@spec list(t()) :: {:ok, [Dagger.Agent.t()]} | {:error, term()}
Return a list of individual agents and their details