v3.5.2
What's Changed
- fix: lock library versions by @0xMMBD in #379
- fix: elizaos dependency by @0xMMBD in #383
- fix: response parser service export and make the parsing function optional for tools by @skurzyp-blockydevs in #378
- chore: package version bump by @0xMMBD in #384
Full Changelog: v3.5.0...v3.5.2
HederaElizaOSToolkit has moved. If you are upgrading to version 3.5.0 or higher, you must update your import paths:
// ❌ Deprecated (Will fail in v3.5.0+)
import { HederaElizaOSToolkit } from 'hedera-agent-kit';
// ✅ Correct
import { HederaElizaOSToolkit } from 'hedera-agent-kit/elizaos';
Clone the Hedera ElizaOS Plugin Repository
Install ElizaOS CLI
Follow the Hedera ElizaOS Plugin Docs