RuntimeStores
@forge/monorepo / backend/src / RuntimeStores
Type Alias: RuntimeStores
RuntimeStores =
object
Defined in: backend/src/capabilities/runtime.ts:59
The capability-governed dependencies, keyed by the names CAPABILITY_REQUIRES uses.
The key names are load-bearing: they are what the derived wired set is built from, so a key here and an
entry in CAPABILITY_REQUIRES must spell the same thing. A test holds that, because a typo would silently
mean "not wired" and the capability would be refused for a reason nobody could see.
Properties
citations?
readonlyoptionalcitations?:CitationEmitter
Defined in: backend/src/capabilities/runtime.ts:66
interactions?
readonlyoptionalinteractions?:InteractionStore
Defined in: backend/src/capabilities/runtime.ts:63
mcpConnections?
readonlyoptionalmcpConnections?:McpConnectionStore
Defined in: backend/src/capabilities/runtime.ts:67
messages?
readonlyoptionalmessages?:MessageStore
Defined in: backend/src/capabilities/runtime.ts:60
principalMemory?
readonlyoptionalprincipalMemory?:PrincipalMemoryStore
Defined in: backend/src/capabilities/runtime.ts:61
skills?
readonlyoptionalskills?:SkillStore
Defined in: backend/src/capabilities/runtime.ts:64
summaries?
readonlyoptionalsummaries?:ThreadSummaryStore
Defined in: backend/src/capabilities/runtime.ts:62
usage?
readonlyoptionalusage?:UsageStore
Defined in: backend/src/capabilities/runtime.ts:65