Lilith Version 7 - projects and source

Version 7 under `src/Version7/` is the current Lilith release: MemoryManager with Ollama embeddings, memory tools, workspace I/O, personalization, Agent-Addons, and console, web, and desktop interfaces.

Version 7

Projects and source tree

Use Changes vs Version 6 to focus on `Agent-Core/Memory` and updated system prompts.

Shared library Folder: Agent-Core

Agent-Core

Core hub, Logger, Ollama client with tool calling, MemoryManager (hierarchical JSON + embeddings), change_name, workspace support, and Kokoro TTS. Button: Browse builds

Addon library Folder: Agent-Addons

Agent-Addons

change_voice, weather demo, application launchers, and C# `dotnet new` scaffolders for the Lilith tool loop. Button: Browse builds

V6 agent library Folder: Lilith

Lilith

Lilith boot (memory-aware greetings), system prompt, Ollama wiring, workspace tools, and name/voice change handlers for Version 7. Button: Browse builds

Console application Folder: Interfaces/ConsoleApp/LilithConsole

LilithConsole

Primary `Lilith.exe` host-workspace + `memory.json`, full tool registry, Kokoro TTS, dynamic name label, and voice sync. Button: Browse builds

Web UI Folder: Interfaces/RazorWebGui/Lilith.RazorWebGui

Lilith.RazorWebGui

Razor Pages chat with the same Version 7 agent capabilities as the console (workspace + memory when configured). Button: Browse builds

Desktop UI Folder: Interfaces/DesktopWeb2App/Lilith.DesktopWeb2App

Lilith.DesktopWeb2App

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

Automated tests Folder: DesignTests

DesignTests

MemorySystemTests, workspace, tool calling, TTS, and history coverage for Version 7. Button: Browse builds