Skip to content

ema / ema / AgentEvents

Variable: AgentEvents

ts
const AgentEvents: object;

Defined in: agent.ts:119

Type Declaration

createSummaryFinished

ts
createSummaryFinished: "createSummaryFinished";

llmResponseReceived

ts
llmResponseReceived: "llmResponseReceived";

runFinished

ts
runFinished: "runFinished";

stepStarted

ts
stepStarted: "stepStarted";

summarizeMessagesFinished

ts
summarizeMessagesFinished: "summarizeMessagesFinished";

summarizeMessagesStarted

ts
summarizeMessagesStarted: "summarizeMessagesStarted";

tokenEstimationFallbacked

ts
tokenEstimationFallbacked: "tokenEstimationFallbacked";

toolCallFinished

ts
toolCallFinished: "toolCallFinished";

toolCallStarted

ts
toolCallStarted: "toolCallStarted";