Versions in this module Expand all Collapse all v0 v0.3.0 Mar 16, 2026 Changes in this version + type ChannelResolver interface + FindAgentByChannel func(channelID string) (agentID string, found bool) + type ChatTransport struct + func NewChatTransport(chatRouter *provider.Router, client *ent.Client, router *router.Router, ...) *ChatTransport + func (t *ChatTransport) Router() *provider.Router + func (t *ChatTransport) SendMessage(ctx context.Context, channelID, content string) error + func (t *ChatTransport) Start(ctx context.Context) error + func (t *ChatTransport) Stop() error