Docs/Installation

Installation

MeshFlow requires Python 3.11+. Install the core package first, then add provider extras as needed.

pip
pip install meshflow
pip
pip install "meshflow[openai]" # OpenAI / Azure OpenAI
pip install "meshflow[gemini]" # Google Gemini
pip install "meshflow[bedrock]" # AWS Bedrock
pip install "meshflow[full]" # providers + RAG + OTEL + MCP

CLI (optional)

bash
meshflow init my-project # scaffold a governed agent team
meshflow logs # inspect recent runs
meshflow replay <run_id> # step-through debugger