0.1.25 • Published 5 months ago

@getnimbus/sui-agent-kit v0.1.25

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Sui Agent Kit

An open-source toolkit for connecting AI agents to Sui protocols. Now, any agent, using any model can autonomously perform 15+ Sui actions:

Powered by Nimbus

  • Trade tokens
  • Launch new tokens
  • Lend assets
  • Staking tokens
  • Launch tokens on AMMs
  • And more...

Anyone - whether an SF-based AI researcher or a crypto-native builder - can bring their AI agents trained with any model and seamlessly integrate with Sui.

Demo

https://www.loom.com/share/b61c8f57e0104006bda16bc85e4b23dc

📃 Documentation

You can view the full documentation of the kit at https://docs.getnimbus.io/sui-ai-agent/introduction

📦 Installation

npm install @getnimbus/sui-agent-kit

Quick Start

import { SuiAgentKit, createSuiTools } from "@getnimbus/sui-agent-kit";

// Initialize with private key and optional RPC URL
const agent = new SuiAgentKit(
  "your-wallet-private-key",
  "https://fullnode.mainnet.sui.io",
  "your-openai-api-key"
);

// Create LangChain tools
const tools = createSuiTools(agent);
0.1.25

5 months ago

0.1.24

5 months ago

0.1.23

5 months ago

0.1.22

6 months ago

0.1.21

8 months ago

0.1.20

8 months ago

0.1.19

8 months ago

0.1.18

8 months ago

0.1.17

8 months ago

0.1.16

8 months ago

0.1.15

8 months ago

0.1.14

8 months ago

0.1.13

8 months ago

0.1.12

9 months ago

0.1.11

9 months ago

0.1.10

9 months ago

0.1.9

9 months ago

0.1.8

9 months ago

0.1.7

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.1

9 months ago