Interface: ResourceCoordinationRequest
@kortexya/reasoninglayer / Reasoning / ResourceCoordinationRequest
Interface: ResourceCoordinationRequest
Defined in: src/types/reasoning.ts:263
Request for N-way resource coordination planning.
Remarks
A generic system that coordinates any number of complementary resources. For example: meals + wines (2-way), tasks + tools + locations (3-way), or any N-way combination.
Properties
compatibilityThreshold?
optionalcompatibilityThreshold:number|null
Defined in: src/types/reasoning.ts:265
Minimum compatibility score threshold (0.0-1.0, default: 0.0).
numSelections
numSelections:
number
Defined in: src/types/reasoning.ts:267
Number of coordinated sets to create.
resources
resources:
ResourceSpec[]
Defined in: src/types/reasoning.ts:269
List of resource types to coordinate (must have at least 2).