<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <RootNamespace>LilithConsole</RootNamespace> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\..\Lilith\Lilith.csproj" /> </ItemGroup></Project>
Documentation
LilithConsole (Version 1)
Interactive Lilith chat executable (Lilith.exe) for Version 1.
Entry point: Program/Program.cs — wires console logging, boots the agent, and runs the input loop.
Build: python ../Build-v1.py or dotnet publish LilithConsole/LilithConsole.csproj.