Skip to content

Conversation

@skurzyp-blockydevs
Copy link

Description:

  • refactors structure of ai-studio-on-hedera to contain separate subpages for Python and JS sdk
  • add docs for hedera-agent-kit-py

Related issue(s):

Fixes #335

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

- Update links to the renamed `hedera-agent-kit-js` repository.
- Add breaking change notice for `v3.5.0` import updates.
- Clarify plugin architecture, LangChain v1 support, and updated tool usage examples.

docs: restructure AI Studio documentation, add `hedera-agent-kit-py` docs

- Consolidate plugin-related documentation for improved clarity.
- Migrate ElizaOS plugin and "How to Publish & Register Your Plugin" guides to updated directories.
- Add Python-specific publishing instructions for `hedera-agent-kit-py`.

Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
@skurzyp-blockydevs skurzyp-blockydevs force-pushed the docs/add-hedera-agent-kit-py-docs branch from 53212e5 to 8918cd8 Compare December 19, 2025 09:39
@skurzyp-blockydevs
Copy link
Author

@walkerlj0 can you please review this PR?

@theekrystallee
Copy link
Member

@skurzyp-blockydevs thanks for your patience! we'll be reviewing and if all looks good, will merge today

Copy link
Collaborator

@walkerlj0 walkerlj0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed js, not Python yet

---
title: Plugins
description: The Hedera Agent Kit implements a plugin architecture to include features and functionality for both Hedera Network functions and Services, as well as third party apps and projects.
sidebarTitle: Overview
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sidebarTitle: Overview
sidebarTitle: Plugins


## Publish and Register Your Plugin

See [How To: Publish & Register Your Plugin](./plugins/how-to-publish-and-register-your-plugin) for instructions on creating, publishing, and registering your plugin with the Hedera Agent Kit ecosystem.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See [How To: Publish & Register Your Plugin](./plugins/how-to-publish-and-register-your-plugin) for instructions on creating, publishing, and registering your plugin with the Hedera Agent Kit ecosystem.
See [How To: Publish & Register Your Plugin](./how-to-publish-plugin) for instructions on creating, publishing, and registering your plugin with the Hedera Agent Kit ecosystem.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link is broken- not name of .mdx file

@walkerlj0
Copy link
Collaborator

@theekrystallee did some major re-structuring and file re-naming so she implemented my suggestions thus far in here; #35 and will use this PR instead. I will continue python example code review in another PR once hers is merged into main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Review

Development

Successfully merging this pull request may close these issues.

Update hedera-agent-kit docs with python version

3 participants