Table of Contents

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

RuntimeId string
RuntimeType string
AgentId string
ToolPacks List<string>

Properties

AgentId

public string AgentId { get; init; }

Property Value

string

RuntimeId

public string RuntimeId { get; init; }

Property Value

string

RuntimeType

public string RuntimeType { get; init; }

Property Value

string

ToolPacks

public List<string> ToolPacks { get; init; }

Property Value

List<string>