Table of Contents

Property DefaultCacheDirectory

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

DefaultCacheDirectory

Gets the default cache directory path.

public static string DefaultCacheDirectory { get; }

Property Value

string

Examples

Getting the default cache location:

Console.WriteLine(SkillRemoteLoader.DefaultCacheDirectory);
// Output: "C:\Users\...\AppData\Local\Temp\lmkit-skills-cache"