Monorepo for multiple interdependent Swarmauri Python packages.
- 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.
Install this package with uv or pip.
uv add swarmauri_monorepopip install swarmauri_monorepoStart 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.