📄️ Standards Agent Kit: Implement the HCS-10 OpenConvAI Standard
Welcome to the Standards Agent Kit! This TypeScript library helps you implement the HCS-10 OpenConvAI Standard in your applications, allowing AI agents to discover and communicate securely on the Hedera Hashgraph.
📄️ LangChain Tools for HCS-10 Agents
This guide details the LangChain StructuredTool classes provided by the @hashgraphonline/standards-agent-kit. These tools are the primary way to enable your AI agent, built with LangChain, to interact on the Hedera Hashgraph using the HCS-10 OpenConvAI Standard for communication and discovery.
📄️ Core Client: HCS10Client
Source Code: HCS10Client.ts.
📄️ Examples
This section provides practical examples of how to use the Standards Agent Kit to build agents that can communicate over the Hedera network. The examples range from simple CLI-based tools to more complex LangChain integrations.
📄️ Plugin System
The Standards Agent Kit includes a flexible plugin system that allows you to extend its functionality with custom tools and integrations. This guide explains how to create, load, and use plugins with the Standards Agent Kit.