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

10 months ago

0.0.49

10 months ago

0.0.47

10 months ago

0.0.46

10 months ago

0.0.43

10 months ago

0.0.42

10 months ago

0.0.41

10 months ago

0.0.40

10 months ago

0.0.39

10 months ago

0.0.37

10 months ago

0.0.36

10 months ago

0.0.35

10 months ago

0.0.34

10 months ago

0.0.33

10 months ago

0.0.32

10 months ago

0.0.31

10 months ago

0.0.30

10 months ago

0.0.29

10 months ago

0.0.28

10 months ago

0.0.27

10 months ago

0.0.26

10 months ago

0.0.25

10 months ago

0.0.24

10 months ago

0.0.23

10 months ago

0.0.22

10 months ago

0.0.21

10 months ago

0.0.20

10 months ago

0.0.19

10 months ago

0.0.18

10 months ago

0.0.17

10 months ago

0.0.16

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago