Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.21 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.21 KB

0xTan1319 AgentKit

This 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

Repository Structure

./
├── 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!