Expand description
Workflow — a reusable sequence of steps captured from sessions.
Workflows embed KnowledgeBase via #[serde(flatten)] so YAML stays flat.
Re-exports§
pub use crate::skill::manifest::FailureAction;pub use crate::skill::manifest::RetryConfig;pub use crate::skill::manifest::VarType;pub use crate::skill::manifest::Variable;
Structs§
- Notify
Config - Notification configuration for workflow execution results.
- Step
- A single step in a workflow.
- Workflow
- A MUR workflow — a captured, reusable sequence of steps.
Enums§
- Notify
Level - Notification level for workflow events.
- Permission
- Permission level for workflow execution.