Skip to content

v3.5.2

Choose a tag to compare

@0xMMBD 0xMMBD released this 26 Nov 19:03
· 45 commits to main since this release
fa06d12

What's Changed

Full Changelog: v3.5.0...v3.5.2


⚠️ Breaking Change: v3.5.0 Import Update

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