Files
PIT_Channel/README.md

33 lines
474 B
Markdown
Raw Normal View History

2026-03-14 12:40:32 +08:00
# PIT_Channel
2026-03-14 12:47:55 +08:00
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
```bash
npm install
```
## Usage
```typescript
import { PITChannel } from './src/index';
const channel = new PITChannel({
routerUrl: 'http://pit-router.example.com',
agentId: 'my-agent'
});
await channel.connect();
```
## License
MIT