Expand description
elizaos-plugin-prose: OpenProse VM integration for elizaOS
OpenProse is a programming language for AI sessions that allows orchestrating multi-agent workflows.
Re-exports§
pub use services::get_skill_content;pub use services::set_skill_content;pub use services::ProseService;pub use actions::get_prose_actions;pub use actions::ProseCompileAction;pub use actions::ProseHelpAction;pub use actions::ProseRunAction;pub use providers::get_prose_providers;pub use providers::ProseProvider;
Modules§
- actions
- Prose plugin actions
- generated
- Generated modules
- prelude
- providers
- Prose plugin providers
- services
- Prose services
Structs§
- Action
Example - Action
Result - Prose
Compile Options - Options for compiling/validating a prose program
- Prose
Compile Result - Result of compiling/validating a prose program
- Prose
Config - Configuration for the Prose service
- Prose
Config Builder - Builder for ProseConfig
- Prose
RunOptions - Options for running a prose program
- Prose
RunResult - Result of running a prose program
- Prose
Skill File - A skill file loaded by the prose service
- Provider
Result
Enums§
- Prose
Error - Prose plugin errors
- Prose
State Mode - State management modes for OpenProse
Constants§
Traits§
Type Aliases§
- Result
- Result type alias for Prose operations