Table of Contents

Method Simple

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

Simple(LM, string)

Creates a simple agent with minimal configuration.

public static Agent Simple(LM model, string systemPrompt = null)

Parameters

model LM

The model to use.

systemPrompt string

Optional system prompt.

Returns

Agent

A configured agent.