Skip to main content

Publish and Register Your Plugin

To create a plugin for the Python Hedera Agent Kit, you will need to create a plugin in your own repository, publish a PyPI package, and provide a description of the functionality included. Once you have a repository, published PyPI package, and documentation, you can add it to the Hedera Agent Kit by:
  1. Include the plugin in the README.md under the Third Party Plugins section
  2. Include the same information in docs/PLUGINS.md
Feel free to reach out to the Hedera Agent Kit maintainers on Discord so we can test your plugin and promote it through our channels.

Plugin Interface

Every plugin must implement the Plugin interface:

Creating a Plugin

Step 1: Create Plugin Structure

Step 2: Implement Your Tool

Step 3: Create Plugin Definition


Using Your Plugin


Plugin README Template


Resources