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