Lilith Version 5 - projects and source

Version 5 under `src/Version5/` adds Agent-Core/Workspace and Lilith WorkspaceTools for file I/O, plus Agent-Addons, tool calling, TTS, and three chat interfaces.

Version 5

Projects and source tree

Diff against Version 4 with Changes to highlight workspace-related files.

Shared library Folder: Agent-Core

Agent-Core

Core hub, Logger, Ollama tool calling, Kokoro TTS, and Workspace (`config/` + `output/` layout) for sandboxed file access. Button: Browse builds

Addon library Folder: Agent-Addons

Agent-Addons

Optional Ollama tools-weather, Chrome/Notepad, and C# template scaffolders-registered into Lilith’s tool loop. Button: Browse builds

V4 agent library Folder: Lilith

Lilith

Lilith agent with Tools and WorkspaceTools partials; wires workspace file tools when a workspace path is set. Button: Browse builds

Console application Folder: Interfaces/ConsoleApp/LilithConsole

LilithConsole

Creates `workspace/config` and `workspace/output` at startup; full tool and TTS stack for local automation demos. Button: Browse builds

Web UI Folder: Interfaces/RazorWebGui/Lilith.RazorWebGui

Lilith.RazorWebGui

Browser chat with workspace initialization and the same tool surface as the v5 console. Button: Browse builds

Desktop UI Folder: Interfaces/DesktopWeb2App/Lilith.DesktopWeb2App

Lilith.DesktopWeb2App

WebView2 shell hosting the v5 Razor UI in a native window. Button: Browse builds

Automated tests Folder: DesignTests

DesignTests

Workspace, tool calling, history, and TTS design tests for Version 5. Button: Browse builds