BlackboardConfig
Auto-generated API reference for BlackboardConfig.
Interface: BlackboardConfig<TContext>
Defined in: topologies.ts:209
#Type Parameters
#TContext
TContext = unknown
#Properties
#agents
agents:
AgentHandle<TContext>[]
Defined in: topologies.ts:211
#isDone?
optionalisDone?: (blackboard,iteration) =>boolean
Defined in: topologies.ts:213
Return an output when no further iterations are needed.
#Parameters
blackboard
string
iteration
number
#Returns
boolean
#maxIterations?
optionalmaxIterations?:number
Defined in: topologies.ts:215
Max iterations. Default 5.
#name?
optionalname?:string
Defined in: topologies.ts:210
#onEvent?
optionalonEvent?:TopologyObserver
Defined in: topologies.ts:216