Awaitable

Something awaited by an agent process, such as a request for user input. Added to the Blackboard and treated specially.

Inheritors

Properties

Link copied to clipboard
abstract val payload: P

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String
Link copied to clipboard
abstract fun onResponse(response: R, agentProcess: AgentProcess): ResponseImpact

Update process state based on this response