Batches transcript_mirror frames and appends them to a SessionStore.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type t() :: pid()
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec close(t()) :: [ClaudeAgentSDK.Message.t()]
@spec enqueue(t(), String.t(), [map()]) :: [ClaudeAgentSDK.Message.t()]
@spec flush(t()) :: [ClaudeAgentSDK.Message.t()]
@spec message_from_error(ClaudeAgentSDK.SessionStore.Key.t() | nil, String.t()) :: ClaudeAgentSDK.Message.t()
@spec start_link(term(), String.t(), keyword()) :: Agent.on_start()