Skip to content

codingmokey2025/agentkit-sdk-python

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%