https://github.com/agentic-layer/sdk-python
SDK for Python that helps getting agents configured in the Agentic Layer quickly
https://github.com/agentic-layer/sdk-python
Last synced: 2 months ago
JSON representation
SDK for Python that helps getting agents configured in the Agentic Layer quickly
- Host: GitHub
- URL: https://github.com/agentic-layer/sdk-python
- Owner: agentic-layer
- License: apache-2.0
- Created: 2025-08-26T20:12:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T09:49:04.000Z (2 months ago)
- Last Synced: 2026-01-12T15:19:38.416Z (2 months ago)
- Language: Python
- Size: 1.04 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python SDKs for Agentic Layer
SDKs for Python that helps to get agents configured in the Agentic Layer quickly.
## SDKs
This repository contains the following SDKs:
- [ADK Python SDK](./adk/README.md)
## Development
To build and test locally:
```shell
# 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 check
```
## Creating a release
Create and push a GIT tag like `v0.1.0` and GitHub workflows will build and publish the package to PyPI.
Follow [Semantic Versioning](https://semver.org/).