Metadata-Version: 2.4
Name: swiss-ai-hub-bot
Version: 0.291.5
Summary: Swiss AI Hub Bot SDK: connect users to AI agents via MS Teams, Slack, and web chat.
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 :: Communications :: Chat
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: swiss-ai-hub-core==0.291.5
Requires-Dist: azure-identity>=1.19.0
Requires-Dist: azure-mgmt-cosmosdb>=9.7.0
Requires-Dist: azure-mgmt-resource>=23.2.0
Requires-Dist: uvicorn>=0.34.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: cryptography>=44.0.0
Requires-Dist: pyjwt>=2.10.1
Requires-Dist: microsoft-agents-hosting-core>=0.5.0
Requires-Dist: microsoft-agents-hosting-aiohttp>=0.5.0
Requires-Dist: microsoft-agents-activity>=0.5.0
Requires-Dist: microsoft-agents-authentication-msal>=0.5.0
Requires-Dist: gunicorn>=23.0.0
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 Bot

Bot integration SDK for the [Swiss AI Hub](https://github.com/bbvch-ai/aihub-core) platform. Connects users to Swiss AI
Hub agents through MS Teams, Slack, and web chat.

- **Multi-channel** — one `BaseChatBot` lifecycle with channel-specific handling for Teams, Slack, and WebChat.
- **Streaming & BITL** — token streaming plus bot-in-the-loop human-expert escalation back into agent workflows.
- **Conversation state** — per-endpoint configuration and conversation history persisted in MongoDB with TTL.

## Installation

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

This pulls in [`swiss-ai-hub-core`](https://pypi.org/project/swiss-ai-hub-core/).

## Usage

```python
from swiss_ai_hub.bot import BotRunner
```

## Links

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

## License

Apache-2.0
