Skip to main content

AgentGroup

API reference

Implements Node

id: ID!

A unique identifier for this AgentGroup.

compose(base: LLM): LLM!

Compose all selected agent middlewares onto a base LLM, in alphabetical module:fn order, and return the composed LLM.

base: LLM

The base LLM to compose onto. Defaults to a fresh workspace-bound LLM.

list: [Agent!]!

Return a list of individual agents and their details

References

Returned by