Skip to content

WaldiezAgentSwarm

@waldiez/react v0.4.7


Defined in: src/waldiez/models/Agent/Swarm/Swarm.ts:22

Swarm agent

ParamΒΆ

The id of the swarm agent

ParamΒΆ

The type of the node in a graph (agent)

ParamΒΆ

The type of the node in a graph (swarm)

ParamΒΆ

The name of the agent

ParamΒΆ

The description of the agent

ParamΒΆ

The tags of the agent

ParamΒΆ

The requirements of the agent

ParamΒΆ

The creation date of the agent

ParamΒΆ

The update date of the agent

ParamΒΆ

The data of the agent. See WaldiezAgentSwarmData

ParamΒΆ

Any other data

ExtendsΒΆ

ConstructorsΒΆ

ConstructorΒΆ

new WaldiezAgentSwarm(props): WaldiezAgentSwarm

Defined in: src/waldiez/models/Agent/Swarm/Swarm.ts:26

ParametersΒΆ
propsΒΆ
agentTypeΒΆ

WaldiezNodeAgentType

createdAtΒΆ

string

dataΒΆ

WaldiezAgentSwarmData

descriptionΒΆ

string

idΒΆ

string

nameΒΆ

string

requirementsΒΆ

string[]

rest?ΒΆ

{[key: string]: unknown; }

tagsΒΆ

string[]

updatedAtΒΆ

string

ReturnsΒΆ

WaldiezAgentSwarm

OverridesΒΆ

WaldiezAgent.constructor

PropertiesΒΆ

agentTypeΒΆ

agentType: WaldiezNodeAgentType = "swarm"

Defined in: src/waldiez/models/Agent/Swarm/Swarm.ts:24

OverridesΒΆ

WaldiezAgent.agentType


createdAtΒΆ

createdAt: string

Defined in: src/waldiez/models/Agent/Common/Agent.ts:30

Inherited fromΒΆ

WaldiezAgent.createdAt


dataΒΆ

data: WaldiezAgentSwarmData

Defined in: src/waldiez/models/Agent/Swarm/Swarm.ts:23

OverridesΒΆ

WaldiezAgent.data


descriptionΒΆ

description: string

Defined in: src/waldiez/models/Agent/Common/Agent.ts:27

Inherited fromΒΆ

WaldiezAgent.description


idΒΆ

id: string

Defined in: src/waldiez/models/Agent/Common/Agent.ts:23

Inherited fromΒΆ

WaldiezAgent.id


nameΒΆ

name: string

Defined in: src/waldiez/models/Agent/Common/Agent.ts:26

Inherited fromΒΆ

WaldiezAgent.name


requirementsΒΆ

requirements: string[]

Defined in: src/waldiez/models/Agent/Common/Agent.ts:29

Inherited fromΒΆ

WaldiezAgent.requirements


rest?ΒΆ

optional rest: object

Defined in: src/waldiez/models/Agent/Common/Agent.ts:33

Index SignatureΒΆ

[key: string]: unknown

Inherited fromΒΆ

WaldiezAgent.rest


tagsΒΆ

tags: string[]

Defined in: src/waldiez/models/Agent/Common/Agent.ts:28

Inherited fromΒΆ

WaldiezAgent.tags


typeΒΆ

type: string = "agent"

Defined in: src/waldiez/models/Agent/Common/Agent.ts:24

Inherited fromΒΆ

WaldiezAgent.type


updatedAtΒΆ

updatedAt: string

Defined in: src/waldiez/models/Agent/Common/Agent.ts:31

Inherited fromΒΆ

WaldiezAgent.updatedAt

MethodsΒΆ

create()ΒΆ

static create(agentType): WaldiezAgent

Defined in: src/waldiez/models/Agent/Common/Agent.ts:59

ParametersΒΆ
agentTypeΒΆ

WaldiezAgentType | "swarm_container"

ReturnsΒΆ

WaldiezAgent

Inherited fromΒΆ

WaldiezAgent.create