microchipgnu / near-autonomous-wallet

NEAR Protocol wallet powered by autonomous agents. Run locally using Ollama

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEAR Protocol wallet powered by micro-agi

This project is an example of a NEAR autonomous agent, leveraging the capabilities of micro-agi, a framework for building artificial intelligent teams and agents.

⭐️ Give micro-agi a star.


Features

  • Autonomous interaction with the NEAR blockchain.
  • Intelligent decision-making capabilities using micro-agi

Quick Start

To get started with this project, clone the repository and install the dependencies:

git clone https://github.com/microchipgnu/near-autonomous-wallet.git
cd near-autonomous-wallet
bun install
bun run start

Prerequisites

Environment Variables

OPENAI_API_BASE=http://127.0.0.1:11434/v1
OPENAI_API_KEY=ollama-no-need-api-key

NEAR_ACCOUNT_ID=
NEAR_ACCOUNT_FULL_ACCESS_KEY=

This example is based on the micro-agi starter.

About

NEAR Protocol wallet powered by autonomous agents. Run locally using Ollama


Languages

Language:TypeScript 100.0%