Versions in this module Expand all Collapse all v0 v0.1.2 Apr 9, 2026 Changes in this version type ExecutionContextData + CELContext map[string]any + Transports []engram.TransportDescriptor v0.1.0 Oct 18, 2025 Changes in this version + func UnmarshalFromMap[T any](data map[string]any) (T, error) + type ExecutionContextData struct + Config map[string]any + Execution ExecutionInfo + Inputs map[string]any + Secrets map[string]string + StartedAt metav1.Time + Storage *StorageConfig + StoryInfo engram.StoryInfo + StoryRef *refs.StoryReference + func LoadExecutionContextData() (*ExecutionContextData, error) + type ExecutionInfo struct + GRPCPort int + MaxInlineSize int + Mode string + StepTimeout time.Duration + type S3StorageConfig struct + Bucket string + Endpoint string + Region string + type StorageConfig struct + Provider string + S3 *S3StorageConfig + Timeout time.Duration