Skip to main content

swiss-ai-hub-process

The process-orchestration SDK for Swiss AI Hub — coordinate agents, humans, and programs in multi-step business processes.

PyPI Python License Status


⚠️ Status

This package is experimental and a work in progress. Its APIs are unstable and likely to change, it is not yet production-ready, and it has no production entry point. Use it for exploration only — don't build on it yet.


What is Swiss AI Hub?

Swiss AI Hub is an open-source, self-hosted AI platform for enterprises. You build agents, pipelines, and processes with the Python SDK; the platform provides the runtime.

What is this package?

swiss-ai-hub-process is an SDK for orchestrating multi-entity processes — workflows that delegate work across four kinds of participant: agents, humans, programs, and other processes. A process never does the work itself; it routes work between entities. Each step declares an In (where work arrives from) and an Out (where it's delegated to):

from swiss_ai_hub.process import AgenticProcess, process_step, Agent, Human

class ReviewProcess(AgenticProcess):
    @process_step()
    def analyze(self, work: ...) -> ...:        # delegate to an Agent, then a Human reviews, ...
        ...

It builds on swiss-ai-hub-core and the same decentralized workflow engine as swiss-ai-hub-agent.

Installation

pip install swiss-ai-hub-process

Requires Python 3.13.

Links

License

Apache-2.0 — see packages/process/LICENSE. For the full per-package license matrix, see LICENSES.md.


Part of Swiss AI Hub. Built in Switzerland by bbv Software Services.

Download files

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

Source Distribution

swiss_ai_hub_process-0.317.1.tar.gz (27.8 kB view details)

Uploaded Source

Built Distribution

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

swiss_ai_hub_process-0.317.1-py3-none-any.whl (45.3 kB view details)

Uploaded Python 3

File details

Details for the file swiss_ai_hub_process-0.317.1.tar.gz.

File metadata

  • Download URL: swiss_ai_hub_process-0.317.1.tar.gz
  • Upload date:
  • Size: 27.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swiss_ai_hub_process-0.317.1.tar.gz
Algorithm Hash digest
SHA256 691b575ebdc86bc23e31435db0e1b22aeeccfd942a4acf911660327448e08780
MD5 4a3503c6ad39e78b1ee16b4ebc07d761
BLAKE2b-256 85f3b77e6f8de8865e31b9d9524a40bd82b6f9d8b682c1a322689d3c24d4ac57

See more details on using hashes here.

File details

Details for the file swiss_ai_hub_process-0.317.1-py3-none-any.whl.

File metadata

  • Download URL: swiss_ai_hub_process-0.317.1-py3-none-any.whl
  • Upload date:
  • Size: 45.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for swiss_ai_hub_process-0.317.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6d71098b72db035ff0eb04582dffc6571d81518923f5aeb8fa7153b3eb866cfa
MD5 a2c3463e4d5b9a4b8e5821af0d4c9dad
BLAKE2b-256 1a0d8b86fcc8cdeb7ec74c7e00fa71eb8b19841479f3d3f3076cee5979bf7cf8

See more details on using hashes here.

Release history Release notifications | RSS feed

0.320.0

2 files

0.319.0

2 files

0.318.0

2 files

This release

0.317.1 This release

2 files

0.317.0

2 files

0.316.3

2 files

0.316.2

2 files

0.316.1

2 files

0.316.0

2 files

0.315.2

2 files

0.315.1

2 files

0.315.0

2 files

0.314.0

2 files

0.313.0

2 files

0.312.1

2 files

0.312.0

2 files

0.311.1

2 files

0.311.0

2 files

0.310.6

2 files

0.310.5

2 files

0.310.4

2 files

0.310.3

2 files

0.310.2

2 files

0.310.1

2 files

0.310.0

2 files

0.309.4

2 files

0.309.3

2 files

0.309.2

2 files

0.309.1

2 files

0.309.0

2 files

0.308.3

2 files

0.308.1

2 files

0.308.0

2 files

0.307.1

2 files

0.307.0

2 files

0.306.2

2 files

0.306.1

2 files

0.306.0

2 files

0.305.8

2 files

0.305.7

2 files

0.305.6

2 files

0.305.5

2 files

0.305.4

2 files

0.305.3

2 files

0.305.2

2 files

0.305.1

2 files

0.305.0

2 files

0.304.1

2 files

0.304.0

2 files

0.303.1

2 files

0.303.0

2 files

0.302.0

2 files

0.301.7

2 files

0.301.6

2 files

0.301.5

2 files

0.301.4

2 files

0.301.3

2 files

0.301.2

2 files

0.301.1

2 files

0.301.0

2 files

0.300.4

2 files

0.300.3

2 files

0.300.1

2 files

0.300.0

2 files

0.299.0

2 files

0.298.3

2 files

0.298.2

2 files

0.298.1

2 files

0.298.0

2 files

0.297.9

2 files

0.297.8

2 files

0.297.7

2 files

0.297.6

2 files

0.297.5

2 files

0.297.4

2 files

0.297.2

2 files

0.297.1

2 files

0.297.0

2 files

0.296.5

2 files

0.296.4

2 files

0.296.3

2 files

0.296.2

2 files

0.296.1

2 files

0.296.0

2 files

0.295.4

2 files

0.295.3

2 files

0.295.2

2 files

0.295.1

2 files

0.295.0

2 files

0.294.0

2 files

0.293.2

2 files

0.293.1

2 files

0.293.0

2 files

0.292.3

2 files

0.292.2

2 files

0.292.1

2 files

0.292.0

2 files

0.291.5

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page