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


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-0.5.2.tar.gz (643.5 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.5.2-py3-none-any.whl (847.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for soothe-0.5.2.tar.gz
Algorithm Hash digest
SHA256 ddc507a30d7b0fc973ed36acfa640c6f7a2c33e25ba78976b7ee3b195e64eab0
MD5 d8b39294c13d70a4b5689af90538ef32
BLAKE2b-256 68744f6d07c35a808e2b3a9c07521198e3d14ddba25d324f6f9875b684f62c07

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: soothe-0.5.2-py3-none-any.whl
  • Upload date:
  • Size: 847.3 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.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f7a1b7f7e2f22cc3c503cf6e7b4810da72286f96dcf8fd2a662fbc28bd2159b8
MD5 725794edda76e11dfe3dcc7eac0cbfc1
BLAKE2b-256 7f8673cb3bc8ab16d3c8d7e8e58b6f7ea4e8185ce1d1f16e3a4fb8dfe5dea9ba

See more details on using hashes here.

Provenance

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