SDK reference

Every symbol each messaging SDK exports, and where the protos live
View as Markdown
// Client
MessagingClient
ConversationStream
MessageStream
Helpers // createMessage, createStatusResponse, createContentResponse, ...
// Types
Message, User, Attachment, PlatformContext, PlatformContextEventKind, Timestamp
AgentResponse, ContentChunk, StatusUpdate, SuggestedPrompts, ThreadMetadata
ErrorResponse, Transcript, ThreadHistoryRequest, ThreadHistoryResponse, ThreadMessage
AgentConfig, AgentToolConfig, AgentToolGraph
PlatformFeedback, MessageReaction, TextFeedback
AudioStreamConfig, AudioChunk, AudioEncoding, audioEncodingToFiletype
ConversationRequest, ReconnectOptions

The full proto source lives in modules/messaging/proto/astro/messaging/v1/: service.proto, message.proto, response.proto, feedback.proto, audio.proto, config.proto.

Next steps