Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 736 Bytes

File metadata and controls

27 lines (17 loc) · 736 Bytes

Agentkit Python SDK

Python SDK for transforming any AI agent into a production-ready application. Framework-agnostic primitives for runtime, memory, authentication, and tools with volcengine-managed infrastructure.

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.