Expand description
elizaos-plugin-lobster: Lobster workflow runtime integration for elizaOS
Lobster is a local-first workflow execution tool for running multi-step pipelines with approval checkpoints.
Re-exports§
pub use actions::get_lobster_actions;pub use actions::LobsterResumeAction;pub use actions::LobsterRunAction;pub use providers::get_lobster_providers;pub use providers::LobsterProvider;
Modules§
Structs§
- Action
Example - Action
Result - Lobster
Approval Request - Approval request from a paused pipeline
- Lobster
Config - Configuration for the Lobster service
- Lobster
Config Builder - Builder for LobsterConfig
- Lobster
Error Envelope - Error response from Lobster
- Lobster
Result - Result from a Lobster operation
- Lobster
Resume Params - Parameters for resuming a paused Lobster pipeline
- Lobster
RunParams - Parameters for running a Lobster pipeline
- Lobster
Service - Service for running Lobster pipelines
- Lobster
Success Envelope - Success response from Lobster
- Provider
Result
Enums§
- Lobster
Action - Lobster pipeline actions
- Lobster
Envelope - Combined envelope type
- Lobster
Error - Lobster plugin errors
Constants§
Traits§
Type Aliases§
- Result
- Result type alias for Lobster operations