Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 816 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 816 Bytes

SwarmaURI SDK

This repository includes core interfaces, standard ABCs, and standard concrete references of the SwarmaURI Framework.

Steps to compile python package from source

pip install swarmauri[full]

./combined

This includes convenience outputs to enable conversations with GPTs.

./dist

This includes SwarmaURI python package builds. This will eventually be excluded from this directory in favor of pypi.

./scripts

This includes convenience scripts that are nother included with the SwarmaURI SDK.

/scripts/combine_files.py

#This script generates the convenience outputs found in ./combined
python ./combine_files.py

./swarmauri

This includes the libaries for the SwarmaURI python package.

./tests

This includes test cases for the SwarmaURI python package.