Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/runtimeuse-client-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "runtimeuse-client"
version = "0.14.0"
version = "0.14.1"
description = "Client library for AI agent runtime communication over WebSocket"
readme = "README.md"
license = {"text" = "FSL"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
StructuredOutputResult,
AssistantMessageInterface,
CommandOutputMessageInterface,
HeartbeatMessageInterface,
ArtifactUploadRequestMessageInterface,
ArtifactUploadResponseMessageInterface,
ErrorMessageInterface,
Expand Down Expand Up @@ -62,6 +63,7 @@
"StructuredOutputResult",
"AssistantMessageInterface",
"CommandOutputMessageInterface",
"HeartbeatMessageInterface",
"ArtifactUploadRequestMessageInterface",
"ArtifactUploadResponseMessageInterface",
"ErrorMessageInterface",
Expand Down
Loading