@autonia/messages
v0.1.25
Published
Messages for AgentGraph
Readme
@autonia/messages
Message handling and communication protocols
Purpose
Manages message formatting, parsing, and communication between agents and components.
Features
- Message formatting
- Protocol handling
- Communication utilities
Installation
npm install @autonia/messages
# or
pnpm add @autonia/messages
# or
yarn add @autonia/messagesUsage
import /* exports */ "@autonia/messages";
// Usage examples will be added as the API stabilizesDevelopment
# Install dependencies
pnpm install
# Build the package
pnpm run build
# Run in development mode
pnpm run developLicense
MIT - See LICENSE file for details.
Contributing
This package is part of the AGX monorepo. Please see the main repository for contribution guidelines.
