Skip to content

Latest commit

 

History

History

README.md

Swarmauri Logo

PyPI - Downloads Hits Supported Python Versions License Release Version Discord

Swarmauri Monorepo

Monorepo for multiple interdependent Swarmauri Python packages.

Features

  • Monorepo for multiple interdependent Swarmauri Python packages.
  • Keeps the package surface isolated so you can install only the capability you need instead of the full workspace.
  • Aligns with the current workspace packaging model so the package can participate cleanly in larger Swarmauri SDK builds.

Installation

Install this package with uv or pip.

uv add swarmauri_monorepo
pip install swarmauri_monorepo

Usage

Start by importing the public package surface, then configure the exported type or callable inside the workflow that consumes it.

import swarmauri_monorepo

print(swarmauri_monorepo.__name__)

After import, pass the exported objects into the surrounding Swarmauri or Tigrbl code that owns configuration, credentials, transport, or storage details.

License: Apache-2.0. See LICENSE.