nilHAK let's you use HederaAgentKit without openAI seeing what you are doing
This project implements HAK tools in nilAI so you can use HAK functionality without having to have openAI, Anthropic etc see all your queries - why should openAI know every-time you want to check your balance with HAK - it is none of their business.
nilHAK let's you call some of the tools totally privately. It uses nilAI (by Nillion) which provides private AI inference run inside a TEE, meaning your inputs are never known by anyone and you can use HAK totally privately.
I used HederaAgentKit. Implemented some of the tools with nilAI - namely the check balance tool and the transfer tool. Note, nilAI is not compatible with langchain out the box, so had to implement tool by tool.
Created a command line agent that you can ask e.g. "what is my balance" or "please transfer 10 HBAR to 0.0.800" and the agent will execute for you.

