Skip to content

Update hedera-agent-kit docs with python version #335

@skurzyp-blockydevs

Description

@skurzyp-blockydevs

Title: Update Hedera AI Agent Kit Docs for Python SDK Release & JS SDK Changes
Path: /hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit


Summary

Last week, the Python version of hedera-agent-kit was released. The repository and up-to-date documentation are available here:
https://github.com/hashgraph/hedera-agent-kit-py

The current Hedera Docs only cover the JavaScript SDK and are now partially outdated. This issue tracks required documentation updates for both:

  1. Introducing a separate set of articles for the Python SDK, and
  2. Updating existing JS SDK documentation to reflect recent changes.

This is a single umbrella issue that may be split into sub-issues if preferred.


Python SDK – New Documentation Needed

A separate documentation section should be created for the Python SDK (hedera-agent-kit-py). Key differences from the JS SDK that must be clearly documented:

  1. Framework support

    • Only langchain (v1) and langchain-classic (legacy, pre-v1) are currently supported.
  2. Execution modes

    • Only AUTONOMOUS mode is supported.
    • Return bytes mode is still in development.
  3. Tooling support

  4. Repository & docs reference


JS SDK – Required Documentation Updates

The following sections in the existing docs need to be updated:

1. Installation & Initialization

Docs page:
https://docs.hedera.com/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit#2-install-the-agent-kit,-and-init-the-project

  • Update to reflect that both langchain v1 and langchain-classic are supported.

2. Create Your Agent

Docs page:
https://docs.hedera.com/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit#5-create-your-agent


3. Examples Section

Docs page:
https://docs.hedera.com/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit#examples


4. Agent Kit Plugins

Docs page:
https://docs.hedera.com/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit#agent-kit-plugins


5. ElizaOS Toolkit Import Path Change


Acceptance Criteria (Suggested)

  • New Python SDK documentation section added under the specified path
  • JS SDK docs updated to reflect LangChain v1 support and recommendations
  • Examples section updated or linked to DEVEXAMPLES.md
  • Agent plugin list synchronized with the latest JS SDK plugins
  • ElizaOS import paths corrected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions