From 431ebfc19330ca88dd95bb359370579392c29218 Mon Sep 17 00:00:00 2001 From: yunxiafei <307327147@qq.com> Date: Sat, 14 Mar 2026 12:47:55 +0800 Subject: [PATCH] Update README with project description --- README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3054076..d0ae1e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,32 @@ # PIT_Channel -OpenClaw Channel ?? \ No newline at end of file +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