A submission for ETHOnline hackathon using HederaAgentKit.
Currently, when using HAK the centralised AI provider (e.g. OpenAI) that you choose to use gets to see all the queries you are making. I wanted to avoid this, and implement the HAK to be compatibale with nilAI. nilAI provides private AI inference, run inside a TEE. Watch the short video below for an overview of the project.
Watch video overview of project
- Node.js (v14 or higher)
- npm or yarn
-
Install dependencies:
npm install
-
Set up environment variables:
- Copy
.env.exampleto.env(if available) - Configure your Hedera network credentials
- Copy
-
Run the application:
node index.js
├── index.js # Main application entry point
├── package.json # Project dependencies
├── .env # Environment configuration
└── README.md # This file
Make sure to configure your .env file with the necessary Hedera network credentials and agent settings before running the application.
This project is part of the ETHOnline hackathon submission.