Skip to main content

RuntimeFloor

@forge/monorepo


@forge/monorepo / backend/src / RuntimeFloor

Type Alias: RuntimeFloor

RuntimeFloor = object

Defined in: backend/src/capabilities/runtime.ts:47

What every runtime needs, capability or not.

A run must be durable — that is the floor, not a feature, and a runtime without it is a library for calling a model. eventLog is separate and optional: a run without one still executes, it is simply unobservable while it does, which is a legitimate trade for a batch job nobody is watching.

Properties

eventLog?

readonly optional eventLog?: RunEventLog

Defined in: backend/src/capabilities/runtime.ts:49


runs

readonly runs: RunStore

Defined in: backend/src/capabilities/runtime.ts:48