app beta version 0.1.0 hex unreleased package jido_chat_x elixir ~> 1.18

Jido Chat X

X/Twitter Direct Messages adapter package for Jido Chat

Beta support. Public iteration with faster feedback loops before final release shape settles.

View package metadata source →

RELATED PACKAGES

AT A GLANCE

Implements an X/Twitter Direct Messages adapter for Jido Chat
Maps direct-message payloads into shared Jido Chat message envelopes
Uses xdk_elixir as the platform integration boundary
Supports quality checks for adapter development and validation

DEEP DIVE

Overview

Jido Chat X connects X/Twitter direct messages to the Jido Chat adapter model. It gives Jido Chat workflows a channel-specific path for DM-style communication.

Purpose

Jido Chat X is the X/Twitter Direct Messages adapter for teams experimenting with agent chat across social messaging surfaces.

Boundary Lines

  • Owns X/Twitter-specific payload mapping and adapter behavior.
  • Implements the common Jido Chat adapter shape.
  • Does not own platform policy, account permissions, or cross-channel orchestration.

Major Components

X Adapter

Wraps X/Twitter direct-message behavior behind the shared Jido Chat adapter contract.

Event Normalization

Converts platform-native direct-message payloads into normalized chat messages.

SDK Boundary

Uses the X SDK dependency as the platform access layer while keeping Jido Chat workflows channel-neutral.