Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ These can be used to enforce security, compliance, and other business rules.

Only tools extending `BaseTool` (JavaScript) or `ToolV2` (Python) support hooks and policies. All core tools provided with the kit support these features by default. While classic tool interfaces continue to be supported for backward compatibility, they do not gain hook or policy support until migrated to the new base classes.

<Accordion title="Migration Guides">
- **JavaScript**: [Migrating Custom Tools to BaseTool](https://github.com/hashgraph/hedera-agent-kit-js/blob/main/docs/MIGRATION-v4.md#migrating-custom-tools-to-basetool-recommended-non-breaking)
- **Python**: [Python ToolV2 Migration Guide](https://github.com/hashgraph/hedera-agent-kit-py/blob/main/docs/MIGRATION_TO_BASETOOLV2.md)
<Accordion title="Migration Guides">

**JavaScript**: [Migrating Custom Tools to BaseTool](https://github.com/hashgraph/hedera-agent-kit-js/blob/main/docs/MIGRATION-v4.md#migrating-custom-tools-to-basetool-recommended-non-breaking)

**Python**: [Python ToolV2 Migration Guide](https://github.com/hashgraph/hedera-agent-kit-py/blob/main/docs/MIGRATION_TO_BASETOOLV2.md)
</Accordion>

</Note>
Expand Down
Loading