Skip to main content

Soothe - Protocol-driven multi-agent orchestration framework (daemon server)

Project description

Soothe Daemon Server

Agent runtime server with WebSocket/HTTP transport.

Installation

pip install soothed

Usage

The soothed command manages the server:

# Start daemon (foreground)
soothed start --foreground

# Start daemon (background)
soothed start

# Check status
soothed status

# Stop daemon
soothed stop

# Health checks
soothed doctor

Architecture

This package is the server component that runs the agent runtime:

  • WebSocket transport - primary bidirectional streaming
  • HTTP REST transport - optional REST API
  • Full agent runtime - langchain, langgraph, tools, subagents
  • Thread persistence - RocksDB, SQLite, PostgreSQL support

Dependencies

  • soothe-sdk>=0.2.0 - Shared types, protocol
  • deepagents>=0.4.10 - Agent orchestration
  • langchain>=1.2.11 - LLM framework
  • langgraph>=1.1.1 - Graph-based workflows

Configuration

Daemon uses config.yml (same as original Soothe):

daemon:
  transports:
    websocket:
      host: "localhost"
      port: 8765

providers:
  openai:
    api_key: "${OPENAI_API_KEY}"
    
tools: [...]
subagents: [...]

Related Packages

  • soothe-cli: Client package (CLI/TUI)
  • soothe-sdk: Shared SDK (types, client utilities)

Testing

Run daemon package unit tests from this package directory:

uv run pytest tests/unit/ -v

Project details


Download files

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

Source Distribution

soothe-0.4.3.tar.gz (590.4 kB view details)

Uploaded Source

Built Distribution

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

soothe-0.4.3-py3-none-any.whl (780.8 kB view details)

Uploaded Python 3

File details

Details for the file soothe-0.4.3.tar.gz.

File metadata

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

File hashes

Hashes for soothe-0.4.3.tar.gz
Algorithm Hash digest
SHA256 5752386c0bd4c8642d1d1c86a55b8e0520f48d25989fa791a0632818ad058517
MD5 4585f8a39862ae311c724661cd186379
BLAKE2b-256 5cbfd680182f2718a7bc2082291139ad0b08929b2dfe94e13ef474b4ac4127a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for soothe-0.4.3.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-0.4.3-py3-none-any.whl.

File metadata

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

File hashes

Hashes for soothe-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 645fdd4c2ab2cb6b2a63117f8ae74d15d315e5c0fa9c41b51d2eb77e1a4a96e0
MD5 3da5c943450f8bae57e0f9328ad88ce0
BLAKE2b-256 bb74bf05af57d1dcb13b68ad8cf001efd302567bbfe47f4e3ba895080f550f25

See more details on using hashes here.

Provenance

The following attestation bundles were made for soothe-0.4.3-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