0.0.52 • Published 9 months ago

@pelagosai/sui-agent-kit v0.0.52

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

sui-agent-kit

The Autonomous and Composable AI Agent Framework on Sui

⚙️ Core Blockchain Features

  • Token Operations

    • Transfer assets
    • Balance checks
  • DeFi Integration

    • Navi Aggregator swap
    • Cetus Aggregator swap
    • Suilend deposit/lend/withdraw/repay
    • SpringSui staking/unstaking
  • Wallet Integration

    • Supports wallet integration or private key

🤖 AI Integration Features

  • LangChain Integration

    • Deliver ready-to-use LangChain tools for blockchain operations
    • Support autonomous agents with React framework
    • Enable Memory management for consistent interactions
    • Provide real-time feedback via streaming responses
  • LangGraph Multi-Agent System

    • Leverage LangGraph's StateGraph for Multi-agent architecture
    • Provide different specialized agents
      • A general-purpose agent for handling basic queries
      • A Transfer/Swap agent for executing transactions
      • A Read agent for retrieving blockchain data
      • A Manager agent for coordination and task routing
  • Vercel AI Integration

    • Integrate with Vercel AI for seamless AI agent integration
    • Compatible with any framework
    • Effortless and rapid toolkit deployment

🛡️ Security

The toolkit supports both private keys and wallet integration which satisified different use case's need.

Note: if you leverage private keys for our toolkit, make sure using it in a secure environment

⚒ Installation

npm install @pelagosai/sui-agent-kit
import { SuiAgentKit } from "@pelagos/sui-agent-kit";
 
const suiAgent = new SuiAgentKit(
    WALLET_PRIVATE_KEY,
    RPC_URL,
    OPENAI_API_KEY,
);
 
// Get your sui balance
const suiBalance = await suiAgent.getBalance();

License

Apache-2 License

0.0.52

9 months ago

0.0.51

9 months ago

0.0.50

9 months ago

0.0.49

9 months ago

0.0.47

9 months ago

0.0.46

9 months ago

0.0.43

9 months ago

0.0.42

9 months ago

0.0.41

9 months ago

0.0.40

9 months ago

0.0.39

9 months ago

0.0.37

9 months ago

0.0.36

9 months ago

0.0.35

9 months ago

0.0.34

9 months ago

0.0.33

9 months ago

0.0.32

9 months ago

0.0.31

9 months ago

0.0.30

9 months ago

0.0.29

9 months ago

0.0.28

9 months ago

0.0.27

9 months ago

0.0.26

9 months ago

0.0.25

9 months ago

0.0.24

9 months ago

0.0.23

9 months ago

0.0.22

9 months ago

0.0.21

9 months ago

0.0.20

9 months ago

0.0.19

9 months ago

0.0.18

9 months ago

0.0.17

9 months ago

0.0.16

9 months ago

0.0.15

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago