Skip to main content

Stepflow orchestrator binary distribution - launch Stepflow server as a subprocess

Project description

stepflow-orchestrator

Platform-specific Python wheels bundling the stepflow-server binary for local orchestration.

Installation

pip install stepflow-orchestrator

Usage

from stepflow_orchestrator import StepflowOrchestrator, OrchestratorConfig

# Start with default config (auto-assigned port)
async with StepflowOrchestrator.start() as orchestrator:
    print(f"Server running at {orchestrator.url}")
    # Use orchestrator.url with your preferred HTTP client

# Start with custom config
config = OrchestratorConfig(
    port=8080,
    log_level="debug",
    config={"plugins": {"builtin": {"type": "builtin"}}}
)
async with StepflowOrchestrator.start(config) as orchestrator:
    # orchestrator.url - server URL (e.g., "http://127.0.0.1:8080")
    # orchestrator.port - bound port number
    # orchestrator.is_running - check if process is alive
    pass

With stepflow-py Client

For a convenient combined experience, use stepflow-py[local]:

pip install stepflow-py[local]
from stepflow_py import StepflowClient
from stepflow_py.config import StepflowConfig

config = StepflowConfig(plugins={...}, routes={...})
async with StepflowClient.local(config) as client:
    # Client owns the orchestrator - both shut down on exit
    response = await client.store_flow(workflow)
    result = await client.run(response.flow_id, input_data)

Development Mode

Set STEPFLOW_DEV_BINARY to use a local development build:

export STEPFLOW_DEV_BINARY=/path/to/stepflow-server

Changelog

This package bundles the Stepflow server binary. For release notes and changelog, see the main Stepflow Changelog.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

stepflow_orchestrator-0.13.0-py3-none-win_amd64.whl (9.7 MB view details)

Uploaded Python 3Windows x86-64

stepflow_orchestrator-0.13.0-py3-none-musllinux_1_2_x86_64.whl (12.0 MB view details)

Uploaded Python 3musllinux: musl 1.2+ x86-64

stepflow_orchestrator-0.13.0-py3-none-musllinux_1_2_aarch64.whl (11.6 MB view details)

Uploaded Python 3musllinux: musl 1.2+ ARM64

stepflow_orchestrator-0.13.0-py3-none-manylinux_2_17_x86_64.whl (11.6 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

stepflow_orchestrator-0.13.0-py3-none-manylinux_2_17_aarch64.whl (11.6 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

stepflow_orchestrator-0.13.0-py3-none-macosx_11_0_x86_64.whl (11.2 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

stepflow_orchestrator-0.13.0-py3-none-macosx_11_0_arm64.whl (10.6 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file stepflow_orchestrator-0.13.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for stepflow_orchestrator-0.13.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 39e6094d1c96e6d093bd9e7d15e2c95d41263de5494e58a1929725ae24eb82c7
MD5 c947b3855e04e1557e393a292353f864
BLAKE2b-256 e1b136d2be57b85272ec486fb21390d3060035502318e68d32545fdfbaf403c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for stepflow_orchestrator-0.13.0-py3-none-win_amd64.whl:

Publisher: release_stepflow.yml on stepflow-ai/stepflow

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

File details

Details for the file stepflow_orchestrator-0.13.0-py3-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stepflow_orchestrator-0.13.0-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a54d72447c0daa4b30e95076b7b2c7514db828dc42a3f0661ca04b5c50f89bd5
MD5 cead317f90a65942dca3256626aa5529
BLAKE2b-256 d5f6043d1f96f630aa668791e7a8686bbc7226ed54b228d2438e3b7c7a0f0b35

See more details on using hashes here.

Provenance

The following attestation bundles were made for stepflow_orchestrator-0.13.0-py3-none-musllinux_1_2_x86_64.whl:

Publisher: release_stepflow.yml on stepflow-ai/stepflow

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

File details

Details for the file stepflow_orchestrator-0.13.0-py3-none-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for stepflow_orchestrator-0.13.0-py3-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2711d683bf320e31d4de9544cdac26cd51c98292f3cc01da8feebdfaf0f8251b
MD5 ef05e0d451a814c85a4f0c94c19aa8c8
BLAKE2b-256 2376269261789fea933b005e1a31f76350aa2a94785899361530180ce9d5a93f

See more details on using hashes here.

Provenance

The following attestation bundles were made for stepflow_orchestrator-0.13.0-py3-none-musllinux_1_2_aarch64.whl:

Publisher: release_stepflow.yml on stepflow-ai/stepflow

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

File details

Details for the file stepflow_orchestrator-0.13.0-py3-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for stepflow_orchestrator-0.13.0-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b73a0c2b287dd189a4cf958bc9119fc04361e7eef443adb739e694d3ebd3d8fb
MD5 866d7bf30cf26f0f11a82b46965d796e
BLAKE2b-256 17a7a2e297f204743cc3f46cffa852762dd3b82beac88c9afaa400944b6ccf4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for stepflow_orchestrator-0.13.0-py3-none-manylinux_2_17_x86_64.whl:

Publisher: release_stepflow.yml on stepflow-ai/stepflow

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

File details

Details for the file stepflow_orchestrator-0.13.0-py3-none-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for stepflow_orchestrator-0.13.0-py3-none-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 fe5d1a33a8245b934cc358c7864a319c0aed2f0ee5f54695cc56b693eb7475d3
MD5 e374d7168abd8931dd480177e1de96e0
BLAKE2b-256 73a873bbdd6f8cd3f9dbe474342f9239c4a41e819344cc17442fe8f06eca8f8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for stepflow_orchestrator-0.13.0-py3-none-manylinux_2_17_aarch64.whl:

Publisher: release_stepflow.yml on stepflow-ai/stepflow

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

File details

Details for the file stepflow_orchestrator-0.13.0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for stepflow_orchestrator-0.13.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3f4ea30b5efc38707b46a75f71be5247bc84879754438700e20c5f53a605a25d
MD5 57aa0630313ea1dd7283d946ac90fbd9
BLAKE2b-256 9d81d27bf57cad8d41c87f8cc5af9e359486fda759a405ae37a7f97accaac08b

See more details on using hashes here.

Provenance

The following attestation bundles were made for stepflow_orchestrator-0.13.0-py3-none-macosx_11_0_x86_64.whl:

Publisher: release_stepflow.yml on stepflow-ai/stepflow

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

File details

Details for the file stepflow_orchestrator-0.13.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stepflow_orchestrator-0.13.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6994f58e42736948ff485ec883d658dfbebc0eb0cbe741c648ab7244174cb38
MD5 ffdc399034c61df9b6330078b10d5863
BLAKE2b-256 7facd23afb25a49b53cea7bedce4337867fd68ac21decf0827800f22b1ccf365

See more details on using hashes here.

Provenance

The following attestation bundles were made for stepflow_orchestrator-0.13.0-py3-none-macosx_11_0_arm64.whl:

Publisher: release_stepflow.yml on stepflow-ai/stepflow

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