Introduction
The Warden Agent Kit
The Warden Agent Kit empowers AI Agents with the capability to seamlessly access both offchain and onchain functionalities. With our Quick start guide, you can have an AI Agent up and running in under 5 minutes!
Built on the Warden Protocol, this toolkit enables Agents to autonomously execute onchain interactions such as creating Spaces, generating keys, facilitating transfers, and managing Orders with support for arbitrary contract invocations.
Code
The Warden Agent Kit is available on GitHub: agent-kit
Key features
The Warden Agent Kit provides the following key features:
- Framework-agnostic design that seamlessly integrates with any AI Agent framework, ensuring flexibility and adaptability.
- Native integration with the Warden Protocol for autonomous onchain operations, such as smart contract interactions, transaction execution, and Order management.
- Compatibility with LangChain and support for existing LangChain tools, enabling developers to leverage a rich ecosystem of AI and blockchain integrations.
- Customizable templates for extending and adding new functionalities tailored to specific use cases.
Examples
You can quickly familiarize yourself with the Warden Agent Kit's capabilities by exploring the available examples:
- The CLI Agent example
This example demonstrates how to build and deploy a basic Agent using the Warden Agent Kit. It includes all the essential steps, from setting up your environment to executing onchain interactions. - The Agent Kit examples repository
This is a community-driven resource filled with practical examples, templates, and use cases to inspire and accelerate your development. You can add your own examples to this repository as well.