Skip to content
Open
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ Want to add more functionality from Hedera Services? [Open an issue](https://git

---

### Third Party Plugins

- [CoinCap Plugin](https://pypi.org/project/coincap-hedera-agent-kit-plugin) provides access to the CoinCap API to get the current price of HBAR in USD currency.

Github repository: [https://github.com/henrytongv/hedera-agent-kit-py](https://github.com/henrytongv/hedera-agent-kit-py)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link leads to the fork of this repo, not a repo with the code of plugin. Please change it

Copy link
Author

@henrytongv henrytongv Jan 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link updated in PR to the correct source code of the plugin


---

## Developer Examples

You can try out examples of the different types of agents you can build by following the instructions in the [Developer Examples](https://github.com/hashgraph/hedera-agent-kit-py/blob/main/docs/DEVEXAMPLES.md) doc in this repo.
Expand Down