sdk release v0.5.0

This release introduces significant changes to the Swarmauri codebase, improving toolkit imports and LLM tool accessibility.

Changes and Enhancements:

  • Renamed swarmauri.standard to swarmauri for toolkit imports
  • Renamed swarmauri.community to swarmauri_community for LLM tool imports.

Upgrade Instructions:

Install the updated SDK using pip:

pip install swarmauri==0.5.0 swarmauri_community==0.5.0 jupyter ipykernel

Add the new environment to Jupyter kernels:

python -m ipykernel install --user --name=swarmauri-0.5.0 --display-name "swarmauri(0.5.0)"

Important Notes:

  • Update your imports to reflect the new naming conventions.
  • Replace swarmauri.standard with swarmauri for toolkit imports.
  • Replace swarmauri.community with swarmauri_community for LLM tool imports.

Documentation:

Refer to the Swarmauri’s official documentation for updated examples and guidelines.