Skip to content
Open
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down