Skip to content

aura-sdk

Class Description
AuraApiError The Aura API returned a non-2xx response.
AuraClient Async client for the Strangeworks Aura public /api/v1 surface.
AuraError Base class for every error this SDK raises.
AuraResponseError The server answered, but with something this SDK could not read.
AuraTurnCancelledError An agent turn was cancelled before it finished.
AuraTurnTimeoutError A turn did not finish within the wait timeout.
DeploymentFiles A published deployment’s files: the model and data a project starts from.
SnapshotFiles One run’s captured state. Immutable: the server rejects writes to it.
ToolActivityData One tool starting, completing, or failing during the turn.
WorkspaceFiles One project’s live files — the deployment’s, plus whatever the agent wrote.
Function Description
deploy_from_folder Upload every file under folder, preserving its tree under dest_prefix.