<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 1)
Main entry type and credentials for the Lilith agent. Partial classes live in subfolders (Boot, Chat, Ollama, SystemPrompt).
Lilith.cs— constructor,LilithCredentials, and sharedLogger.Lilith.csproj— references Agent-Core and compiles all.csfiles under this tree.