Package-level declarations

Types

Link copied to clipboard
sealed interface LlmInferenceStreamEvent

Provider-neutral events emitted by one streaming LLM inference call.

Link copied to clipboard
fun interface LlmMessageStreamer

Framework-agnostic interface for streaming LLM inference.

Link copied to clipboard
fun interface StreamingToolLoop

Provider-neutral counterpart of com.embabel.agent.spi.loop.ToolLoop.