@runloop/agent-axon-client
    Preparing search index...

    Function getSubagentMessages

    • Reads a subagent's conversation messages from its JSONL transcript file.

      Parses the subagent transcript, builds the conversation chain via parentUuid links, and returns user/assistant messages in chronological order.

      Parameters

      Returns Promise<SessionMessage[]>

      Array of user/assistant messages, or empty array if not found