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:
- Introducing a separate set of articles for the Python SDK, and
- 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:
-
Framework support
- Only
langchain (v1) and langchain-classic (legacy, pre-v1) are currently supported.
-
Execution modes
- Only AUTONOMOUS mode is supported.
- Return bytes mode is still in development.
-
Tooling support
-
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)
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-kitSummary
Last week, the Python version of
hedera-agent-kitwas 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:
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:Framework support
langchain(v1) andlangchain-classic(legacy, pre-v1) are currently supported.Execution modes
Tooling support
https://github.com/hashgraph/hedera-agent-kit-py/blob/v3.0.0/docs/HEDERAPLUGINS.md
Repository & docs reference
https://github.com/hashgraph/hedera-agent-kit-py
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
langchainv1 andlangchain-classicare 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
The current example still works, but:
langchainv1.https://github.com/hashgraph/hedera-agent-kit-js/blob/main/README.md
3. Examples Section
Docs page:
https://docs.hedera.com/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit#examples
https://github.com/hashgraph/hedera-agent-kit-js/blob/main/docs/DEVEXAMPLES.md
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
https://github.com/hashgraph/hedera-agent-kit-js/blob/main/docs/HEDERAPLUGINS.md
5. ElizaOS Toolkit Import Path Change
https://github.com/hashgraph/hedera-agent-kit-js/blob/main/docs/DEVEXAMPLES.md#option-e-try-out-the-hedera-agent-kit-with-elizaos
Acceptance Criteria (Suggested)
DEVEXAMPLES.md