Skip to main content

Crate elizaos_plugin_bluebubbles

Crate elizaos_plugin_bluebubbles 

Source
Expand description

BlueBubbles iMessage bridge plugin for ElizaOS

This plugin provides iMessage integration via the BlueBubbles macOS app and REST API.

Re-exports§

pub use client::BlueBubblesClient;
pub use config::BlueBubblesConfig;
pub use error::BlueBubblesError;
pub use error::Result;
pub use service::BlueBubblesService;
pub use types::*;

Modules§

actions
BlueBubbles actions
client
BlueBubbles API client
config
Configuration for the BlueBubbles plugin
error
Error types for the BlueBubbles plugin
providers
BlueBubbles providers
service
BlueBubbles service implementation
types
Type definitions for the BlueBubbles plugin.

Constants§

BLUEBUBBLES_SERVICE_NAME
Plugin name constant

Functions§

create_plugin
Creates the BlueBubbles plugin with all components