<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <RootNamespace>Lilith.Agent</RootNamespace> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\Agent-Core\Agent-Core.csproj" /> </ItemGroup></Project>
Documentation
Lilith (Version 2)
Version 2 Lilith agent library. Entry point: Lilith.cs with partials under Boot/, Chat/, Ollama/, and SystemPrompt/.
Build the solution or run python ../Build-v2.py from this tree.