Skip to content

getnimbus/sui-agent-kit

Repository files navigation

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:

  • 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 docs.getnimbus.io

📦 Installation

npm install sui-agent-kit

Quick Start

import { SuiAgentKit, createSuiTools } from "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);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published