Skip to main content

Soothe - Protocol-driven multi-agent orchestration framework (daemon server, updated for SDK v0.4.0)

Project description

Soothe Daemon Server

Agent runtime server with WebSocket/HTTP transport.

Installation

pip install soothe-daemon

Usage

The soothe-daemon command manages the server:

# Start daemon (foreground)
soothe-daemon start --foreground

# Start daemon (background)
soothe-daemon start

# Check status
soothe-daemon status

# Stop daemon
soothe-daemon stop

# Health checks
soothe-daemon 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.3.1.tar.gz (491.9 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.3.1-py3-none-any.whl (659.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for soothe-0.3.1.tar.gz
Algorithm Hash digest
SHA256 d3063d5d858e798af004bd453e4e8af7550a180fff8ba3dff3a447bd26102cd3
MD5 daa6a8379c381d9d1369fcd46936ec89
BLAKE2b-256 b497777e64a8038eebbb3ff4a649c199e1873d5f1b347d00896f7ec55206be5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for soothe-0.3.1.tar.gz:

Publisher: release.yml on caesar0301/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.3.1-py3-none-any.whl.

File metadata

  • Download URL: soothe-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 659.6 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.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8083150e74f143b2540101b8c087524ff9d1b7c5d2221b655d2f7f7445140830
MD5 8f6b774e9e88b0e97e98bf534d756230
BLAKE2b-256 66acfad2c52e87489baad4ed4f113f3a960bf27eea34763decbff29c32aac62e

See more details on using hashes here.

Provenance

The following attestation bundles were made for soothe-0.3.1-py3-none-any.whl:

Publisher: release.yml on caesar0301/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