diff --git a/README.md b/README.md index a67f4f1..cfd71d4 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,15 @@ Want to add more functionality from Hedera Services? [Open an issue](https://git --- +### Third Party Plugins + +- CoinCap Plugin - provides access to the [**CoinCap API service**](https://www.coincap.io) to access cryptocurrency market data. It exposes the action (`get HBAR price in USD`) to get the current price of HBAR in USD currency, by using it you can ask your agent to get your current HBAR balance expressed in USD. + - PyPI: [https://pypi.org/project/coincap-hedera-agent-kit-plugin](https://pypi.org/project/coincap-hedera-agent-kit-plugin) + - Source: [https://github.com/henrytongv/hedera-agent-kit-py](https://github.com/henrytongv/hedera-agent-kit-py) + - ✅ Tested/endorsed version: coincap-hedera-agent-kit-plugin==0.8 + +--- + ## 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.