Skip to main content

Soothe CLI client - communicates with daemon via WebSocket

Project description

Soothe CLI Client

WebSocket-based CLI client for Soothe daemon.

Installation

pip install soothe-cli

Usage

The soothe command provides both CLI and TUI interfaces:

# Interactive TUI mode
soothe

# Headless single-prompt mode
soothe -p "Research AI advances"

# Loop management
soothe loop list
soothe loop continue loop_abc123

Architecture

This package is the client component that communicates with the Soothe daemon via WebSocket.

  • No direct dependencies on daemon runtime - all communication through WebSocket
  • Lightweight dependencies - only typer, textual, rich, and SDK
  • WebSocket-only transport - bidirectional streaming protocol

Dependencies

  • soothe-sdk>=0.5.10 - WebSocket client, protocol, types
  • typer>=0.9.0 - CLI framework
  • textual>=8.0.0 - TUI framework
  • rich>=13.0.0 - Console output

Configuration

CLI client settings are passed as global flags on every soothe invocation:

# Connect to a daemon on a non-default host/port
soothe --daemon-host 127.0.0.1 --daemon-port 8765

# Enable debug logging for ~/.soothe/logs/cli.log
soothe --log-level DEBUG

# Disable Markdown rendering in the TUI
soothe --no-render-markdown
Flag Default Description
--daemon-host 127.0.0.1 Daemon WebSocket host
--daemon-port 8765 Daemon WebSocket port
--log-level INFO CLI log level (SOOTHE_LOG_LEVEL env overrides)
--render-markdown / --no-render-markdown enabled Markdown rendering in TUI
--soothe-home ~/.soothe Soothe home directory
--streaming / --no-streaming daemon default Override output streaming
--streaming-mode daemon default streaming or batch

Global flags apply to subcommands too, e.g. soothe --daemon-port 9000 loop list.

Related Packages

  • soothed: Server package (agent runtime)
  • soothe-sdk: Shared SDK (WebSocket client, types)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soothe_cli-0.6.17.tar.gz (324.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

soothe_cli-0.6.17-py3-none-any.whl (388.7 kB view details)

Uploaded Python 3

File details

Details for the file soothe_cli-0.6.17.tar.gz.

File metadata

  • Download URL: soothe_cli-0.6.17.tar.gz
  • Upload date:
  • Size: 324.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for soothe_cli-0.6.17.tar.gz
Algorithm Hash digest
SHA256 182c93da54d3d0a558d15310034b8f64ad91fb740805f4f9a3b1ac6cf0f6562c
MD5 26cb6ac46710e4a96b80fadb0a3f9f00
BLAKE2b-256 593fc9bfef79f375a048cd0f273458f58fa78b2fd38ed8b1707d8a636e68c6b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for soothe_cli-0.6.17.tar.gz:

Publisher: release.yml on mirasoth/soothe

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file soothe_cli-0.6.17-py3-none-any.whl.

File metadata

  • Download URL: soothe_cli-0.6.17-py3-none-any.whl
  • Upload date:
  • Size: 388.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for soothe_cli-0.6.17-py3-none-any.whl
Algorithm Hash digest
SHA256 53a4e57fb3fbabeb71b90479985850a6a0b465256cb49e07a519e8ae20987001
MD5 e9fd25499e121f7f88b01dc3b5c89f9e
BLAKE2b-256 361eeae15da97362df3c0cec0853c9a8b6e26f890ee8b87503bc1b26f0621aac

See more details on using hashes here.

Provenance

The following attestation bundles were made for soothe_cli-0.6.17-py3-none-any.whl:

Publisher: release.yml on mirasoth/soothe

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page