openhands.runtime.impl.eventstream.eventstream_runtime
EventStreamRuntime Objects
class EventStreamRuntime(Runtime)
This runtime will subscribe the event stream. When receive an event, it will send the event to runtime-client which run inside the docker environment.
Arguments:
config
AppConfig - The application configuration.event_stream
EventStream - The event stream to subscribe to.sid
str, optional - The session ID. Defaults to 'default'.plugins
list[PluginRequirement] | None, optional - List of plugin requirements. Defaults to None.env_vars
dict[str, str] | None, optional - Environment variables to set. Defaults to None.