Search
Search docs, blog posts, and ecosystem packages with citations.
Enter a query to see grounded citations.
SDK-first chat core for typed message flows and adapter contracts
Beta support. Public iteration with faster feedback loops before final release shape settles.
View package metadata source →Jido Chat is an SDK-first chat core that defines typed message structures and canonical adapter contracts for chat integrations. It provides a stable architectural center for channel packages while remaining runtime-agnostic.
Jido Chat is the core chat protocol and type system package for the emerging messaging adapter family in the Jido ecosystem.
Jido.Chat provides the pure struct/function loop for handling incoming events and generating outbound responses.
Defines normalized envelope and payload structs used by adapters to translate platform-specific message events.
Jido.Chat.Adapter standardizes channel integration behavior so downstream packages can integrate consistently.
Includes migration support for legacy channel modules while the canonical adapter path matures.