Agent-Core
Core hub, Logger, Ollama, MemoryManager, tool calling, and Messaging/IncomingOutgoing for transport-agnostic chat turns. Button: Browse builds
Version 9 under `src/Version9/` adds Agent-Core/Messaging/IncomingOutgoing and the console Discord adapter on top of Version 8 self-improvement and Version 7 memory.
Use Changes vs Version 8 to focus on `Agent-Core/Messaging/` and `LilithConsole/Discord.cs`.
Core hub, Logger, Ollama, MemoryManager, tool calling, and Messaging/IncomingOutgoing for transport-agnostic chat turns. Button: Browse builds
IncomingOutgoing base class, OutgoingMessage, and IncomingOutgoingTurnResult used by console and future hosts. Button: Browse builds
Addon-category tools: change_voice, weather demo, app launchers, and C# scaffolders. Button: Browse builds
Boot, system prompt, Ollama wiring, workspace tools, and SelfImprovement (same as v8). Button: Browse builds
Discord class (`IncomingOutgoing`) drives the chat loop; ShippedSource copy on Release build. Button: Browse builds
`Discord.cs` — console implementation of IncomingOutgoing (stdin prompt, ReadLine, TTS after turn). Button: Browse builds
Razor Pages chat; messaging abstraction not yet wired (console-first in v9). Button: Browse builds
WebView2 desktop host for the v9 Razor Lilith UI. Button: Browse builds
Memory, workspace, tool calling, TTS, and history suites for Version 9. Button: Browse builds