Files
picoclaw/pkg
Hoshina e10b1e1fd4 feat(channels): add MediaSender optional interface for outbound media
Add outbound media sending capability so the agent can publish media
attachments (images, files, audio, video) through channels via the bus.

- Add MediaPart and OutboundMediaMessage types to bus
- Add PublishOutboundMedia/SubscribeOutboundMedia bus methods
- Add MediaSender interface discovered via type assertion by Manager
- Add media dispatch/worker in Manager with shared retry logic
- Extend ToolResult with Media field and MediaResult constructor
- Publish outbound media from agent loop on tool results
- Implement SendMedia for Telegram, Discord, Slack, LINE, OneBot, WeCom
2026-02-23 03:10:57 +08:00
..
2026-02-25 21:14:19 +11:00
2026-02-18 21:48:23 +02:00
2026-02-25 21:31:07 +11:00
2026-02-18 21:48:23 +02:00
2026-02-26 20:44:03 +11:00
2026-02-18 21:48:23 +02:00
2026-02-20 22:35:16 +02:00