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 AgentKit ◆ Documentation ◆ Samples ◆ PyPI Package ◆ GitHub 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.

Release files for agentkit-sdk-python 0.8.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for agentkit-sdk-python 0.8.6
File Size Uploaded
agentkit_sdk_python-0.8.6.tar.gz 602.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for agentkit-sdk-python 0.8.6
File Interpreter ABI Platform
agentkit_sdk_python-0.8.6-py3-none-any.whl Python 3 none any Details

Total release size: 1.4 MB

Release files / agentkit_sdk_python-0.8.6.tar.gz

Download URL agentkit_sdk_python-0.8.6.tar.gz
Size 602.6 kB
Tags Source
SHA-256 checksum
How to use checksums
e536825f21664a96b2ab783d5917b6f097a88fb82412af3a566b346bddc4471e
BLAKE2b-256 checksum
How to use checksums
2be3de8a0eea7cb30f4bf2db8854b4a3fc46e1c228cc38d7c8400d721fdf8eb3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / agentkit_sdk_python-0.8.6-py3-none-any.whl

Download URL agentkit_sdk_python-0.8.6-py3-none-any.whl
Size 810.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
8755d6aabaf830460152c87d60e60f1b761d2d597c97599080ac820dbcbd0cb1
BLAKE2b-256 checksum
How to use checksums
4bfb3d20716aa7543cfd84eaee9c547906d847da969675e16dab22f97771a325
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

0.8.8

2 release files

0.8.7

2 release files

This release

0.8.6 This release

2 release files

0.8.5

2 release files

0.8.4

2 release files

0.8.3

2 release files

0.8.2

2 release files

0.8.1

2 release files

0.8.0

2 release files

0.7.13

2 release files

0.7.12

2 release files

0.7.11

2 release files

0.7.10

2 release files

0.7.9

2 release files

0.7.8

2 release files

0.7.7

2 release files

0.7.6

2 release files

0.7.5

2 release files

0.7.4

2 release files

0.7.3

2 release files

0.7.2

2 release files

0.7.1

2 release files

0.7.0

2 release files

0.6.5

2 release files

0.6.4

2 release files

0.6.3

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.10

2 release files

0.5.9

2 release files

0.5.8

2 release files

0.5.7

2 release files

0.5.6

2 release files

0.5.5

2 release files

0.5.4

2 release files

0.5.3

2 release files

0.5.2

2 release files

0.5.1

2 release files

0.5.0

2 release files

0.4.4

2 release files

0.4.3

2 release files

0.4.2

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.3

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.6

2 release files

0.1.5

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page