Metadata-Version: 2.4
Name: swiss-ai-hub
Version: 0.291.5
Summary: Meta-package that installs the full Swiss AI Hub Python SDK (core, agent, api, bot, pipeline, process).
Author: Joel Barmettler, Marius Högger, Michèle Fundneider, Thomas Mannhart, Noah Hermann
Author-email: Joel Barmettler <joel.barmettler@bbv.ch>, Marius Högger <marius.hoegger@bbv.ch>, Michèle Fundneider <michele.fundneider@bbv.ch>, Thomas Mannhart <thomas.mannhart@bbv.ch>, Noah Hermann <noah.hermann@bbv.ch>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: swiss-ai-hub-core==0.291.5
Requires-Dist: swiss-ai-hub-agent==0.291.5
Requires-Dist: swiss-ai-hub-api==0.291.5
Requires-Dist: swiss-ai-hub-bot==0.291.5
Requires-Dist: swiss-ai-hub-pipeline==0.291.5
Requires-Dist: swiss-ai-hub-process==0.291.5
Requires-Python: >=3.13, <3.14
Project-URL: Homepage, https://github.com/bbvch-ai/aihub-core
Project-URL: Repository, https://github.com/bbvch-ai/aihub-core
Project-URL: Documentation, https://bbvch-ai.github.io/aihub-core/
Project-URL: Issues, https://github.com/bbvch-ai/aihub-core/issues
Description-Content-Type: text/markdown

# Swiss AI Hub

Meta-package for the [Swiss AI Hub](https://github.com/bbvch-ai/aihub-core) Python SDK. Installing it pulls in the full
SDK in one step:

| Package                                                                    | Import                  | Purpose                                         |
| -------------------------------------------------------------------------- | ----------------------- | ----------------------------------------------- |
| [`swiss-ai-hub-core`](https://pypi.org/project/swiss-ai-hub-core/)         | `swiss_ai_hub.core`     | Shared infrastructure & Swiss AI Agent Protocol |
| [`swiss-ai-hub-agent`](https://pypi.org/project/swiss-ai-hub-agent/)       | `swiss_ai_hub.agent`    | Build workflow-based AI agents                  |
| [`swiss-ai-hub-api`](https://pypi.org/project/swiss-ai-hub-api/)           | `swiss_ai_hub.api`      | REST API + WebSocket gateway                    |
| [`swiss-ai-hub-bot`](https://pypi.org/project/swiss-ai-hub-bot/)           | `swiss_ai_hub.bot`      | Teams / Slack / web chat integrations           |
| [`swiss-ai-hub-pipeline`](https://pypi.org/project/swiss-ai-hub-pipeline/) | `swiss_ai_hub.pipeline` | Dagster ingestion pipelines                     |
| [`swiss-ai-hub-process`](https://pypi.org/project/swiss-ai-hub-process/)   | `swiss_ai_hub.process`  | Multi-entity process orchestration              |

## Installation

```bash
pip install swiss-ai-hub
```

Prefer a smaller footprint? Install only the packages you need — e.g. `pip install swiss-ai-hub-agent`.

The operational [`swiss-ai-hub-backup`](https://pypi.org/project/swiss-ai-hub-backup/) service (AGPL-3.0-or-later) is
**not** bundled here; install it separately if you need it.

## Links

- Source & issues: https://github.com/bbvch-ai/aihub-core
- Documentation: https://bbvch-ai.github.io/aihub-core/

## License

Apache-2.0
