Build reliable AI workflows with Python using Mistral's workflow orchestration. Current version 3.6.1, requires Python 3.12-3.14. Active development with monthly releases.
pip install mistralai-workflowsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a workflow with an API key and run it with input data.
Use `from mistralai_workflows import Workflow` and the new run method.
Always use underscores in import statements.
Use `from mistralai.client import MistralClient; client = MistralClient(api_key=...); wf = Workflow(client=client, workflow_id=...)`
No dependency data recorded yet.
No resource links recorded.