Table of Contents

Constructor SkillRegistry

Namespace
LMKit.Agents.Skills
Assembly
LM-Kit.NET.dll

SkillRegistry()

Initializes a new instance of the SkillRegistry class.

public SkillRegistry()

Examples

Creating a new registry and loading skills:

var registry = new SkillRegistry();
registry.LoadFromDirectory("./skills");