Strands Agents Typescript SDK
    Preparing search index...

    Class MessageAddedEvent

    Event triggered when the framework adds a message to the conversation history. Fired during the agent loop execution for framework-generated messages. Does not fire for initial messages from AgentConfig or user input messages.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: "messageAddedEvent" = ...
    agent: AgentData
    message: Message

    Methods