Tools/Lilith.Tools.cscsharp

Documentation

Lilith (Version 3)

Version 3 Lilith agent library. Entry point: Lilith.cs with partials under Boot/, Chat/, Ollama/, and SystemPrompt/.

Build the solution or run python ../Build-v3.py from this tree.

using Agent.Core.ToolCalling;namespace Lilith.Agent;public partial class Lilith{    private ToolRegistry BuildToolRegistry() => ToolRegistry.CreateDefault();}