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 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.0.tar.gz (459.8 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.0-py3-none-any.whl (619.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: soothe-0.3.0.tar.gz
  • Upload date:
  • Size: 459.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for soothe-0.3.0.tar.gz
Algorithm Hash digest
SHA256 964a8116ba7b6fe88f34c816dca5fa3464580acefc06f3174f1160731b1b7d63
MD5 7d037aab3f3b9c967d76714c7cd8e34f
BLAKE2b-256 7506c2ff68c672d1532b2d75e4341ca7ca638b87684a7c8c503a35eab7eb9c9e

See more details on using hashes here.

File details

Details for the file soothe-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: soothe-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 619.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for soothe-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5d861daeb1352605260280c7b9854b9929f903e47078371418d14bc8462170f5
MD5 9a4b2de7ec95c71a681da92cf656985b
BLAKE2b-256 e214a7bb129dbebe224e8e31dcbdd8709ed37c7ec36148199f7aa3c466fd17ab

See more details on using hashes here.

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