AgentGroup
class AgentGroup extends AbstractObject implements IdAble, Node
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
compose(LLM|null $base = null)
Compose all selected agent middlewares onto a base LLM, in alphabetical module:fn order, and return the composed LLM.
array
list()
Return a list of individual agents and their details
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 16
LLM
compose(LLM|null $base = null)
Compose all selected agent middlewares onto a base LLM, in alphabetical module:fn order, and return the composed LLM.
at line 28
Id
id()
A unique identifier for this AgentGroup.
at line 37
array
list()
Return a list of individual agents and their details