hashgraph / hashgraph/hedera-agent-kit-py
docs: clarify private key types and usage across examples
- Dominant language
- Python
- Stars
- 11
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
#353 (predicates epic) must be fully complete before starting this task.
JS reference: [PR #1000](https://github.com/hashgraph/hedera-agent-kit-js/pull/1000)
## Scope
- Fix `from_ed22519()` typo → `from_ed25519()` in all `.env.example` comments
- Align READMEs to cover both ECDSA and ED25519 key types
- Explain `PrivateKey.from_string()` auto-detection vs explicit `from_ecdsa()` / `from_ed25519()`
- Standardize across `langchain/`, `adk/`, and `langchain-classic/` example directories
Contributor guide
Research direction
Wait until #353, the predicates epic, is complete. Review PR #1000 for the JS reference, then inspect the .env.example comments and READMEs under langchain/, adk/, and langchain-classic/. Done means correcting every from_ed22519() typo and documenting ECDSA and ED25519 keys, including auto-detection with PrivateKey.from_string() and explicit constructors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100