Skip to content

AgentKit is a toolkit that gives AI agents access to crypto wallets and onchain functionality. Powered by the 0xGasless AgentKit SDK.

License

Notifications You must be signed in to change notification settings

0xgasless/agentkit

Repository files navigation

0xGasless AgentKit

0xGasless AgentKit lets you build AI agents that can trade, manage funds, and interact with DeFi protocols in natural language.

Key Features

  • Framework-agnostic: Common AI Agent primitives that can be used with any AI framework.

  • Python and Node.js Support

  • Support for various onchain actions:

    • Getting wallet details and balances
    • Transferring and trading tokens

    Coming Soon

    • Deploying ERC-20 tokens
    • Deploying ERC-721 tokens and minting NFTs
    • Buying and selling Dex Swap ERC-20 coins
    • Wrapping ETH to WETH on Base

    Or add your own!

Examples

Check out agentkit-langchain/examples for inspiration and help getting started!

  • Chatbot Python: Simple example of a Python Chatbot that can perform complex onchain interactions, using OpenAI.
  • Chatbot Typescript: Simple example of a Node.js Chatbot that can perform complex onchain interactions, using OpenAI.

Repository Structure

AgentKit is organized as a monorepo that contains multiple packages.

./
├── agentkit-core/
│   ├── python/
│   └── typescript/
├── agentkit-langchain/
│   ├── python/
│   ├── typescript/
│   └── examples/

agentkit-core

Core primitives and framework-agnostic tools that are meant to be composable and used via AgentKit framework extensions (ie, agentkit-langchain). See AgentKit Core to get started!

agentkit-langchain

Langchain Toolkit extension of AgentKit. Enables agentic workflows to interact with onchain actions. See AgentKit Langchain to get started!

Contributing

AgentKit welcomes community contributions. See CONTRIBUTING.md for more information.

Documentation

Security and bug reports

The AgentKit team takes security seriously. See SECURITY.md for more information.

License

Apache-2.0

About

AgentKit is a toolkit that gives AI agents access to crypto wallets and onchain functionality. Powered by the 0xGasless AgentKit SDK.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published