Files
PIT_Channel/README.md

474 B

PIT_Channel

OpenClaw Channel plugin for connecting to PIT Router, enabling multi-Agent collaboration.

Features

  • Connect to PIT Router service
  • Multi-Agent message routing
  • Inter-Agent communication support

Install

npm install

Usage

import { PITChannel } from './src/index';

const channel = new PITChannel({
  routerUrl: 'http://pit-router.example.com',
  agentId: 'my-agent'
});

await channel.connect();

License

MIT