meshagent_agents library

Classes

AgentAudioFormat
AgentAudioGenerationCompleted
AgentAudioGenerationDelta
AgentAudioGenerationFailed
AgentAudioGenerationStarted
AgentAudioInputSpeechEnded
AgentAudioInputSpeechStarted
AgentAudioTranscriptionCompleted
AgentAudioTranscriptionDelta
AgentAudioTranscriptionFailed
AgentAudioTranscriptionStarted
AgentClientToolCallCancelled
AgentClientToolCallRequested
AgentClientToolCallResponse
AgentConnectionStatus
AgentContextCompacted
AgentContextWindowUsage
AgentError
AgentFileContent
AgentFileContentDelta
AgentFileContentEnded
AgentFileContentStarted
AgentGeneratedAudio
AgentGeneratedImage
AgentImageGenerationCompleted
AgentImageGenerationFailed
AgentImageGenerationPartial
AgentImageGenerationStarted
AgentLLMMessage
AgentMessage
AgentMessageEvent
AgentModelChanged
AgentModelInfo
AgentProviderInfo
AgentRealtimeAudioChunk
AgentRealtimeAudioCommit
AgentRealtimeConnectionInfo
AgentReasoningContentDelta
AgentReasoningContentEnded
AgentReasoningContentStarted
AgentSecretRequested
AgentSecretResponse
AgentTextContentDelta
AgentTextContentEnded
AgentTextContentStarted
AgentThreadEvent
AgentThreadListEntry
AgentThreadMessage
AgentThreadStatus
AgentThreadStorageRepository
AgentToolCallApprovalRequested
AgentToolCallArgumentsDelta
AgentToolCallEnded
AgentToolCallInProgress
AgentToolCallLogDelta
AgentToolCallLogLine
AgentToolCallPending
AgentToolCallStarted
AgentUsageUpdated
ApproveAgentToolCall
BaseChatClient
CapabilitiesRequest
CapabilitiesResponse
ChangeModel
ChatThreadSession
ChatThreadSessionLoadState
ChatThreadStartResult
ClearThread
ClientToolkitDescription
CloseThread
Content
Abstract Content class
DatasetThreadListRef
DatasetThreadStorage
DatasetThreadStorageRepository
DatasetUriReference
DeleteThread
EmptyContent
ErrorContent
FileContent
ImageDatasetClient
ImageDatasetRecord
ImagesDataset
JsonContent
LinkContent
ListThreads
MessagingChatClient
ModelsRequest
ModelsResponse
OpenThread
ParticipantConnect
ParticipantDisconnect
PendingAgentInput
RejectAgentToolCall
RenameThread
RoomShellToolkit
RoomStorageToolkit
SavedImage
StartThread
TextContent
ThreadCleared
ThreadCreated
ThreadDeleted
ThreadListEntry
ThreadLoaded
ThreadsListed
ThreadStarted
ThreadStartRejected
ThreadStorage
ThreadStorageRepository
ThreadUpdated
ToolChoice
ToolkitCapabilities
ToolkitToolCapabilities
TurnEnded
TurnInterrupt
TurnInterruptAccepted
TurnInterrupted
TurnMcpConfig
TurnStart
TurnStartAccepted
TurnStarted
TurnStartRejected
TurnSteer
TurnSteerAccepted
TurnSteered
TurnSteerRejected
TurnToolkitConfig
UnwatchThreads
WatchThreads
WebSocketChatClient

Constants

agentAudioGenerationCompletedType → const String
agentAudioGenerationDeltaType → const String
agentAudioGenerationFailedType → const String
agentAudioGenerationStartedType → const String
agentAudioInputSpeechEndedType → const String
agentAudioInputSpeechStartedType → const String
agentAudioTranscriptionCompletedType → const String
agentAudioTranscriptionDeltaType → const String
agentAudioTranscriptionFailedType → const String
agentAudioTranscriptionStartedType → const String
agentCapabilitiesRequestType → const String
agentCapabilitiesResponseType → const String
agentClientToolCallCancelledType → const String
agentClientToolCallRequestedType → const String
agentClientToolCallResponseType → const String
agentConnectionStatusType → const String
agentContextCompactedType → const String
agentFileContentDeltaType → const String
agentFileContentEndedType → const String
agentFileContentStartedType → const String
agentImageGenerationCompletedType → const String
agentImageGenerationFailedType → const String
agentImageGenerationPartialType → const String
agentImageGenerationStartedType → const String
agentModelChangedType → const String
agentModelChangeType → const String
agentModelsRequestType → const String
agentModelsResponseType → const String
agentParticipantConnectType → const String
agentParticipantDisconnectType → const String
agentRealtimeAudioChunkType → const String
agentRealtimeAudioCommitType → const String
agentReasoningContentDeltaType → const String
agentReasoningContentEndedType → const String
agentReasoningContentStartedType → const String
agentRoomMessageType → const String
agentSecretRequestedType → const String
agentSecretResponseType → const String
agentTextContentDeltaType → const String
agentTextContentEndedType → const String
agentTextContentStartedType → const String
agentThreadClearedType → const String
agentThreadClearType → const String
agentThreadCloseType → const String
agentThreadCreatedType → const String
agentThreadDeletedType → const String
agentThreadDeleteType → const String
agentThreadEventType → const String
agentThreadListedType → const String
agentThreadListType → const String
agentThreadLoadedType → const String
agentThreadOpenType → const String
agentThreadRenameType → const String
agentThreadStartedType → const String
agentThreadStartRejectedType → const String
agentThreadStartType → const String
agentThreadStatusType → const String
agentThreadUnwatchType → const String
agentThreadUpdatedType → const String
agentThreadWatchType → const String
agentToolApproveType → const String
agentToolCallApprovalRequestedType → const String
agentToolCallArgumentsDeltaType → const String
agentToolCallEndedType → const String
agentToolCallInProgressType → const String
agentToolCallLogDeltaType → const String
agentToolCallPendingType → const String
agentToolCallStartedType → const String
agentToolRejectType → const String
agentTurnEndedType → const String
agentTurnInterruptAcceptedType → const String
agentTurnInterruptedType → const String
agentTurnInterruptType → const String
agentTurnStartAcceptedType → const String
agentTurnStartedType → const String
agentTurnStartRejectedType → const String
agentTurnStartType → const String
agentTurnSteerAcceptedType → const String
agentTurnSteeredType → const String
agentTurnSteerRejectedType → const String
agentTurnSteerType → const String
agentUsageUpdatedType → const String
defaultRoomShellMaxOutputLength → const int
defaultRoomStorageToolkitMaxLength → const int
defaultUntitledThreadName → const String

Properties

defaultRoomShellMounts → ContainerMountSpec
final

Functions

agentInputContent({required String text, required List<AgentFileContent> attachments}) List<AgentInputContent>
defaultThreadDisplayNameFromPath(String path) String

Typedefs

AgentPayload = Map<String, dynamic>