Skip to content

Installation

Bridgic is a next-generation agent development framework that enables developers to build agentic systems. Here are the installation instructions.

Python 3.9 or higher version is required.

pip install bridgic
uv add bridgic

After installation, you can verify that the installation was successful by running:

python -c "from bridgic.core import __version__; print(f'Bridgic version: {__version__}')"