Lilith Version 8 - projects and source

Version 8 under `src/Version8/` adds self-improvement (`Lilith/SelfImprovement/`), ToolCategory on every tool, and ShippedSource copy on console build-everything else matches Version 7.

Version 8

Projects and source tree

Use Changes vs Version 7 to focus on `SelfImprovement/`, `ToolCategory.cs`, and `Directory.Build.targets`.

Shared library Folder: Agent-Core

Agent-Core

Core hub, Logger, Ollama client, MemoryManager, tool calling with ToolCategory, and Kokoro TTS. Button: Browse builds

Addon library Folder: Agent-Addons

Agent-Addons

Addon-category tools: change_voice, weather demo, app launchers, and C# scaffolders. Button: Browse builds

V7 agent library Folder: Lilith

Lilith

Boot, system prompt (self-improvement workflow), Ollama wiring, workspace tools, and SelfImprovement services. Button: Browse builds

Self-upgrade module Folder: Lilith/SelfImprovement

SelfImprovement

Paths, source-tree copy, tool scaffolds, sandbox build/verify, and seven `self_improve_*` tools. Button: Browse builds

Console application Folder: Interfaces/ConsoleApp/LilithConsole

LilithConsole

Primary `Lilith.exe` host; copies ShippedSource on Release build for offline self-edits. Button: Browse builds

Web UI Folder: Interfaces/RazorWebGui/Lilith.RazorWebGui

Lilith.RazorWebGui

Razor Pages chat with Version 8 agent capabilities (workspace + memory when configured). Button: Browse builds

Desktop UI Folder: Interfaces/DesktopWeb2App/Lilith.DesktopWeb2App

Lilith.DesktopWeb2App

WebView2 desktop window hosting the v8 Razor Lilith UI. Button: Browse builds

Automated tests Folder: DesignTests

DesignTests

Memory, workspace, tool calling, TTS, and history suites for Version 8. Button: Browse builds