agentskit.js

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?

optional isDone?: (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?

optional maxIterations?: number

Defined in: topologies.ts:215

Max iterations. Default 5.


#name?

optional name?: string

Defined in: topologies.ts:210


#onEvent?

optional onEvent?: TopologyObserver

Defined in: topologies.ts:216

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page