Search
Search docs, blog posts, and ecosystem packages with citations.
Enter a query to see grounded citations.
Discord adapter package implementing the Jido Chat adapter contract
Beta support. Public iteration with faster feedback loops before final release shape settles.
View package metadata source →
Jido Chat Discord is the Discord transport adapter for Jido Chat. It maps Discord events and message operations onto the shared Jido.Chat.Adapter contract.
Jido Chat Discord provides Discord-specific ingress and egress behavior while preserving a common chat adapter surface across channels.
Jido.Chat.Discord.Adapter handles inbound transformation and outbound message execution for Discord channels.
Supports both webhook and gateway ingress modes through listener_child_specs/2 and configurable event source wiring.
Converts Discord-native event structures into normalized typed envelopes used across Jido Chat flows.
Maintains a compatibility wrapper for legacy channel interfaces during migration to canonical adapter modules.