Files
picoclaw/pkg/agent
Hoshina 153198e0f3 refactor(bus,channels): promote peer and messageID from metadata to structured fields
Add bus.Peer struct and explicit Peer/MessageID fields to InboundMessage,
replacing the implicit peer_kind/peer_id/message_id metadata convention.

- Add Peer{Kind, ID} type to pkg/bus/types.go
- Extend InboundMessage with Peer and MessageID fields
- Change BaseChannel.HandleMessage signature to accept peer and messageID
- Adapt all 12 channel implementations to pass structured peer/messageID
- Simplify agent extractPeer() to read msg.Peer directly
- extractParentPeer unchanged (parent_peer still via metadata)
2026-02-24 12:10:44 +08:00
..
2026-02-21 08:21:38 +08:00
2026-02-19 19:16:37 +01:00
2026-02-19 22:05:15 +02:00
2026-02-18 21:48:23 +02:00
2026-02-18 21:48:23 +02:00