Installation¶
FlowAgent can be installed using pip:
pip install flowagent
Development Installation¶
For development, clone the repository and install in editable mode:
git clone https://github.com/cribbslab/flowagent.git
cd flowagent
pip install -e ".[dev]"
Requirements¶
FlowAgent requires Python 3.8 or later.