This fork was created for use with gumloop since the official package does not have spawn support for concurrency.
The core should be rebased from main of the official repository from time to time.
To build the package:
python -m buildThis will create distribution packages in the dist/ directory.
To deploy to Google Artifact Registry:
python -m twine upload --repository-url https://us-west1-python.pkg.dev/agenthub-dev/gumloop/ dist/* --skip-existingYou'll need appropriate authentication credentials configured for the Artifact Registry repository.