SDKs for Python that helps to get agents configured in the Agentic Layer quickly.
This repository contains the following SDKs:
To build and test locally:
# Install dependencies on MacOS with Homebrew
brew bundle
# Install pre-commit hooks (if you want to commit code)
pre-commit install
# Install Python dependencies
make build
# Run tests and other checks
make checkCreate and push a GIT tag like v0.1.0 and GitHub workflows will build and publish the package to PyPI.
Follow Semantic Versioning.