execute_callback
AsyncFunction
This function is defined in the main module.Execute both sync and async callbacks for a given display type.
Signature
Parameters
str
required
Type of display event **kwargs: Arguments to pass to the callback functions
Returns
Any
The result of the operation.
Uses
inspect.signatureasyncio.get_event_looploop.run_in_executorsync_callbackcallback
Used By
AgentTeam.arun_taskadisplay_interactionadisplay_self_reflectionadisplay_instructionadisplay_tool_call
Source
View on GitHub
praisonaiagents/main.py at line 183
