Mistral Workflows
Build reliable, production-grade AI workflows with Python.
Overview
Mistral Workflows is a Python SDK for building AI-powered workflows with built-in reliability, observability, and scalability. It provides fault tolerance, durability, and exactly-once execution guarantees.
Features
- Simple Python API: Define workflows using Python decorators
- Built-in Reliability: Automatic retries, timeouts, and error handling
- Distributed Execution: Scale workflows across multiple workers
- LLM Integration: Native support for Mistral AI and other LLM providers
- Observability: Distributed tracing, structured logging, and event streaming
- Type Safety: Full type hints and Pydantic validation
Installation
pip install mistralai-workflows
Quick Start
from datetime import timedelta
from mistralai.workflows import workflow, activity
@activity
async def get_weather(city: str) -> str:
# Your activity implementation
return f"Weather in {city}: Sunny"
@workflow.define
class WeatherWorkflow:
@workflow.run
async def run(self, city: str) -> str:
weather = await workflow.execute_activity(
get_weather,
city,
start_to_close_timeout=timedelta(seconds=10),
)
return weather
Documentation
For full documentation, visit docs.mistral.ai/workflows/getting-started/introduction
Examples
The SDK includes comprehensive examples in the mistralai/workflows/examples directory. You can run all examples with a single command:
# Run all example workflows in a single worker
python -m mistralai_workflow_tests.examples.all_workflows_worker
License
Apache License 2.0 - see LICENSE for details.
Release files for mistralai-workflows 3.13.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mistralai_workflows-3.13.0.tar.gz | 544.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mistralai_workflows-3.13.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 992.3 kB
Release files / mistralai_workflows-3.13.0.tar.gz
| Download URL | mistralai_workflows-3.13.0.tar.gz |
|---|---|
| Size | 544.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7b072a824a9667cf66ec2ffd1916dfaa2e002ef0f82dc0678a12794ada5df6ae
|
|
BLAKE2b-256 checksum How to use checksums |
3694375848742516afc84219ec74f09c974d86f3275c30eca640c286be664a38
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 1, 2026.
Transparency logRelease files / mistralai_workflows-3.13.0-py3-none-any.whl
| Download URL | mistralai_workflows-3.13.0-py3-none-any.whl |
|---|---|
| Size | 447.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bd1ba36b8f6a0eed487bb72f9185a5f357bff062ebd72cfa02d5eacf761ea9ec
|
|
BLAKE2b-256 checksum How to use checksums |
3b7b205f8c2b73c9cd082c269f6d41bac6756783f9486a2e6cd07d10a7f2b31e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 1, 2026.
Transparency log