Companion

object Companion

Functions

Link copied to clipboard

An in-memory runner over an App, the way to configure plugins and resumability.

fun inMemory(agent: BaseAgent, appName: String = "InMemoryRunner", plugins: List<Plugin> = emptyList()): PublisherRunner

An in-memory runner over agent, with in-memory session, artifact and memory services.

Link copied to clipboard
fun of(runner: Runner): PublisherRunner

Wraps an existing engine Runner.