Expand description
Symphony core domain model.
Defines the shared types used across all Symphony layers: Issue, WorkflowDefinition, ServiceConfig, Workspace, RunAttempt, LiveSession, RetryEntry, and OrchestratorState.
Re-exports§
pub use issue::BlockerRef;pub use issue::Issue;pub use session::LiveSession;pub use session::RunAttempt;pub use session::RunAttemptStatus;pub use session::RetryEntry;pub use state::OrchestratorState;pub use workspace::Workspace;