Skip to main content

Crate elizaos_plugin_farcaster

Crate elizaos_plugin_farcaster 

Source

Re-exports§

pub use client::FarcasterClient;
pub use config::FarcasterConfig;
pub use error::FarcasterError;
pub use error::Result;
pub use types::Cast;
pub use types::Profile;
pub use service::FarcasterService;
pub use actions::ActionResult;
pub use actions::ReplyCastAction;
pub use actions::SendCastAction;
pub use providers::ProfileProvider;
pub use providers::ProviderResult;
pub use providers::ThreadProvider;
pub use providers::TimelineProvider;

Modules§

actions
client
config
defaults
error
providers
service
types

Structs§

FarcasterPlugin
Descriptor for the full plugin, listing all actions, providers, and services that ship with this crate.

Constants§

FARCASTER_SERVICE_NAME
FARCASTER_SOURCE
PLUGIN_DESCRIPTION
PLUGIN_NAME
PLUGIN_VERSION

Functions§

create_client_from_env