Skip to main content

Agentkit Platform Python SDK and Starter Toolkit

Launch your local agent on Volcengine AgentKit Platform as a fully managed service.

GitHub commit activity GitHub open pull requests License PyPI version Python versions

Volcengine AgentKitDocumentationSamplesPyPI PackageGitHub Repository

Overview

AgentKit is a developer platform by Volcengine that supports the building, deployment, and operation of AI Agents. It lowers the entry barrier for developers and enterprises by providing essential infrastructure beyond the model—including security, built-in tools, memory, knowledge, monitoring, and evaluation. This empowers enterprises to efficiently build, deploy, and operate complex, intelligent, enterprise-grade Agents. The platform also includes a Python SDK and a Starter Toolkit to help developers build, deploy, publish, and manage Agent applications through an SDK and CLI.

AgentKit includes the following modular Services that you can use together or independently:

AgentKit Runtime

AgentKit Runtime is a fully managed service that provides a secure, isolated environment for running AI Agents. It supports the deployment of Agents built with any framework and language, and provides a set of APIs for interacting with the Agents.

Runtime Quick Start

AgentKit Tools

AgentKit Tools is a service that provides a set of built-in tools for AI Agents. It supports the execution of common tasks, such as data retrieval, web search, and code execution, in a secure and scalable manner.

Tools Quick Start

AgentKit Memory

AgentKit Memory is a service that provides a persistent storage solution for AI Agents. It supports the storage of Agent states, memories, and other data in a secure and scalable manner.

Memory Quick Start

AgentKit Knowledge

AgentKit Knowledge is a service that provides a knowledge base solution for AI Agents. It supports the storage of Agent knowledge, facts, and other data in a secure and scalable manner.

Knowledge Quick Start

AgentKit MCP

AgentKit MCP is a service that provides a set of tools for managing AI Agents. It supports the deployment, configuration, and monitoring of Agents in a secure and scalable manner.

MCP Quick Start

Installation

Stable Release (Recommended)

Install the latest stable version:

pip install agentkit-sdk-python

Development/Pre-release Version

For testing new features or bug fixes before they're officially released:

# Install the latest pre-release version
pip install --pre agentkit-sdk-python

# Or install a specific development version
pip install agentkit-sdk-python==1.0.0.dev1

Note: Development versions may contain bugs and are not recommended for production use.

Release Process

Stable releases are published from GitHub tags. The source tree keeps the release version in pyproject.toml and agentkit/version.py, and the GitHub workflow verifies that the pushed tag matches those files before building and publishing the package.

The release workflow must already exist on main before you push the release tag. For 0.7.5, merge the tag-release automation change first, then create and push v0.7.5.

Use the following workflow for a stable release:

git checkout main
git pull github main
git tag v0.7.5
git push github v0.7.5

When the tag reaches GitHub, .github/workflows/release-pypi.yml will:

  • verify the tag is reachable from main
  • verify that pyproject.toml and agentkit/version.py match the tag version
  • build the wheel and source distribution from the tagged commit
  • verify the built artifacts contain the expected version metadata
  • publish the release to PyPI using the GitHub Actions secret PYPI_API_TOKEN

The internal local_build.py helper is a separate local-only workflow and is not used by the GitHub tag release.

Before using the GitHub tag release workflow, configure a project-scoped PyPI API token in the repository's GitHub Actions secrets as PYPI_API_TOKEN.

Security and privacy

This project takes security seriously. For vulnerability reporting and supported versions, see SECURITY.md.

License

This project is licensed under the Apache 2.0 License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentkit_sdk_python-0.7.6.tar.gz (524.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentkit_sdk_python-0.7.6-py3-none-any.whl (707.2 kB view details)

Uploaded Python 3

File details

Details for the file agentkit_sdk_python-0.7.6.tar.gz.

File metadata

  • Download URL: agentkit_sdk_python-0.7.6.tar.gz
  • Upload date:
  • Size: 524.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agentkit_sdk_python-0.7.6.tar.gz
Algorithm Hash digest
SHA256 538c347ebcf6d8ba5d2fc56bddcba94544778391273fae803032ecd684c7f63d
MD5 26c353388e54b6ca740a0ff42e28f012
BLAKE2b-256 d1e44390c5d35dd94afa7bb5019936a53dd7c3fe9dd8ddedd8af352933131f7a

See more details on using hashes here.

File details

Details for the file agentkit_sdk_python-0.7.6-py3-none-any.whl.

File metadata

File hashes

Hashes for agentkit_sdk_python-0.7.6-py3-none-any.whl
Algorithm Hash digest
SHA256 d748339ad0f70c7e58f5217f2dbf2358bd5be8a7a8180daeb162e402e46dbd7e
MD5 bcc3b603fe7e6a9e38b65e8291197623
BLAKE2b-256 bf23466baf1ee61c69371b2672335a4ee43e1286c8afc1c1012973902c8f0051

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page