Expand description
§ECL Core
Core types, traits, and utilities for the ECL workflow orchestration system.
This crate provides the foundational abstractions and types used throughout the ECL system. ECL Core Library
Core types, traits, and utilities for the ECL workflow orchestration system.
Re-exports§
pub use error::Error;pub use error::Result;pub use llm::CompletionRequest;pub use llm::CompletionResponse;pub use llm::LlmProvider;pub use llm::Message;pub use types::CritiqueDecision;pub use types::StepId;pub use types::StepMetadata;pub use types::StepResult;pub use types::WorkflowId;pub use types::WorkflowState;