An MMORPG game made using RPG JS framework which showcases global chat and NPCs powered by AI Agent. Every AI Agent is made using Coinbase AgentKit framework which can not only chat but execute custom actions based on prompts. All agents have the capabilities to manage their wallets.
We have made specialized AI Agents to communicate with popular Web3 services like AAVE and Uniswap.
Chat responses from the AI Agents are recorded and first 16 characters are hashed with SHA-256 and uploaded to EigenDA which provides randomness generated through AI and user interaction available for any service to use.
Use arrow keys to move around the map.
Use space near an NPC to get it's description.
Click on an NPC to open chat prompt and start using the AI Agent.
RPG JS provides with the game server. The AI Agents are hosted as API services and are invoked on NPC interactions.
After git cloning the project with the submodules, install all node modules using npm i
.
To start the agents locally, go to general-coinbase-agent
, aave_agent
, uniswap_agent
and EigenDA_connector
: -
.env
for each directoryCDP_API_KEY_NAME
CDP_API_KEY_PRIVATE_KEY
OPENAI_API_KEY
NETWORK_ID=sepolia #or base-sepolia for general agent
USER_PRIVATE_KEY
OPENAI_API_BASE
SEPOLIA_RPC_URL
PORT
npm start
or npm run dev
according to the package.json
for each directory in a single terminal../src/game/main/gui/tooltip.vue
and change all the API endpoints as necessary.Now go to root directory and run npm run dev
to start the project.
There are no models linked
There are no datasets linked
There are no datasets linked
There are no models linked