This AgentKit lets you build AI agents that can trade, manage funds, and interact with DeFi protocols in natural language.
-
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
./
├── agentkit-core/
│ ├── python/
│ └── typescript/
├── agentkit-langchain/
│ ├── python/
│ ├── typescript/
│ └── examples/
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!
Langchain Toolkit extension of AgentKit. Enables agentic workflows to interact with onchain actions. See AgentKit Langchain to get started!