0.0.52 • Published 1 year ago

@pelagosai/sui-agent-kit v0.0.52

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year 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

1 year ago

0.0.51

1 year ago

0.0.50

1 year ago

0.0.49

1 year ago

0.0.47

1 year ago

0.0.46

1 year ago

0.0.43

1 year ago

0.0.42

1 year ago

0.0.41

1 year ago

0.0.40

1 year ago

0.0.39

1 year ago

0.0.37

1 year ago

0.0.36

1 year ago

0.0.35

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago