agentskit.js

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?

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

optional maxIterations?: number

Defined in: topologies.ts:197

Max iterations. Default 5.


#name?

optional name?: string

Defined in: topologies.ts:192


#onEvent?

optional onEvent?: TopologyObserver

Defined in: topologies.ts:198

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page