GitPedia

Agentkit sdk python

An open-source Python SDK and CLI Starter Toolkit for deploying AI agents to Volcengine AgentKit Runtime.

From volcengine·Updated June 20, 2026·View on GitHub·

Launch your local agent on Volcengine AgentKit Platform as a fully managed service. The project is written primarily in Python, distributed under the Apache License 2.0 license, first published in 2025. Key topics include: agentkit, cli, sdk, volcengine.

Latest release: 0.6.0Release 0.6.0
June 16, 2026View Changelog →
<div align="center"> <h1> Agentkit Platform Python SDK and Starter Toolkit </h1> <h2> Launch your local agent on Volcengine AgentKit Platform as a fully managed service. </h2> <div align="center"> <a href="https://github.com/volcengine/agentkit-sdk-python/graphs/commit-activity"><img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/volcengine/agentkit-sdk-python"/></a> <a href="https://github.com/volcengine/agentkit-sdk-python/pulls"><img alt="GitHub open pull requests" src="https://img.shields.io/github/issues-pr/volcengine/agentkit-sdk-python"/></a> <a href="https://github.com/volcengine/agentkit-sdk-python/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/volcengine/agentkit-sdk-python"/></a> <a href="https://pypi.org/project/agentkit-sdk-python"><img alt="PyPI version" src="https://img.shields.io/pypi/v/agentkit-sdk-python"/></a> <a href="https://python.org"><img alt="Python versions" src="https://img.shields.io/pypi/pyversions/agentkit-sdk-python"/></a> </div> <p> <a href="https://console.volcengine.com/agentkit/"> Volcengine AgentKit</a> ◆ <a href="https://volcengine.github.io/agentkit-sdk-python/">Documentation</a> ◆ <a href="https://github.com/volcengine/agentkit-samples/tree/main">Samples</a> ◆ <a href="https://pypi.org/project/agentkit-sdk-python/">PyPI Package</a> ◆ <a href="https://github.com/volcengine/agentkit-sdk-python">GitHub Repository</a> </p> </div>

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

Install the latest stable version:

bash
pip install agentkit-sdk-python

Development/Pre-release Version

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

bash
# 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.

License

This project is licensed under the Apache 2.0 License.

Contributors

Showing top 11 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from volcengine/agentkit-sdk-python via the GitHub API.Last fetched: 6/22/2026