RuntimeServices
@forge/monorepo / backend/src / RuntimeServices
Type Alias: RuntimeServices
RuntimeServices =
object
Defined in: backend/src/capabilities/runtime.ts:70
Properties
guardrails?
readonlyoptionalguardrails?: readonlyGuardrail[]
Defined in: backend/src/capabilities/runtime.ts:79
Ordered, and the order is the host's — REQ-046 (#205), AC-7.
An array rather than a record, because composition order decides the outcome when two guardrails both redact, and a record's key order is an implementation detail that changes when somebody reformats a config.
mcpClient?
readonlyoptionalmcpClient?:McpClient
Defined in: backend/src/capabilities/runtime.ts:72
summarizer?
readonlyoptionalsummarizer?:ThreadSummarizer
Defined in: backend/src/capabilities/runtime.ts:71