walrus-channel 0.0.6

Platform-agnostic messaging channel abstraction for OpenWalrus agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# walrus-channel

Platform-agnostic messaging channel abstraction for OpenWalrus.

Provides the `Channel` trait, `ChannelHandle` for bidirectional messaging,
`ChannelMessage` with platform metadata and attachment support, and a
three-tier `ChannelRouter` that routes incoming messages to named agents.
Includes a Telegram adapter using direct `reqwest` long-polling and
`spawn_channels` for lifecycle management of all configured platform connections.

## License

GPL-3.0