Class MatrixCombination
- Namespace
- AgentContainers.Core.Matrix
- Assembly
- AgentContainers.Core.dll
A fully resolved combination: runtime + agent + compatible tool-packs.
public sealed record MatrixCombination : IEquatable<MatrixCombination>
- Inheritance
-
MatrixCombination
- Implements
- Inherited Members
Constructors
MatrixCombination(string, string, string, List<string>)
A fully resolved combination: runtime + agent + compatible tool-packs.
public MatrixCombination(string RuntimeId, string RuntimeType, string AgentId, List<string> ToolPacks)
Parameters
Properties
AgentId
public string AgentId { get; init; }
Property Value
RuntimeId
public string RuntimeId { get; init; }
Property Value
RuntimeType
public string RuntimeType { get; init; }
Property Value
ToolPacks
public List<string> ToolPacks { get; init; }