pub trait Provider<T, E>: Execute<T, E> { }
LLM inference provider. Consumes text input, produces text output.