Workspace file management — llama3.2

Model: llama3.2 · Duration: 466.54s · Scenario: workspace-file-management

Recorded in Version 4

workspace-file-management automated lilith run on v4 (llama3.2). Total session time 466.54s.
Recording will be linked after TestManager upload
Scenario

Workspace File Management Test

  1. Write a file named 'hello.txt' with the content 'Lilith Workspace Test Content' to your workspace.
  2. /new
  3. List all files in your workspace to verify 'hello.txt' is there.
  4. Read the file 'hello.txt' from your workspace and verify its content.
  5. Delete the file 'hello.txt' from your workspace.
  6. Try to write a file with path '../malicious.txt' to see if directory traversal is prevented.
Console log

Session transcript

Loading Kokoro model (first run may download ~320MB)...
Kokoro ready (voice: af_heart).
Initializing client for model 'llama3.2'...
Checking Ollama connection...
Ollama is running.
Running model 'llama3.2' to ensure it is ready...
Pulling model 'llama3.2'…
Model 'llama3.2' ready (00:01).
Model ready.
Querying model specs...
Context window: 131,072 tokens.
=== Lilith AI Chat (llama3.2 via Ollama) ===
Type your message and press Enter. Type 'exit' to quit.

[ERR] Unhandled exception. System.Net.Http.HttpRequestException: An error occurred while sending the request.
[ERR]  ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host..
[ERR]  ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host.
[ERR]    --- End of inner exception stack trace ---
[ERR]    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
[ERR]    at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
[ERR]    at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
[ERR]    --- End of inner exception stack trace ---
[ERR]    at System.Net.Http.HttpConnection.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
[ERR]    at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
[ERR]    at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
[ERR]    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
[ERR]    at Agent.Core.Ollama.OllamaClient.StreamReply(String userInput, List`1 images) in e:\OS-Website\src\Version4\Agent-Core\Ollama\OllamaClient\OllamaClient.cs:line 145
[ERR]    at Agent.Core.Ollama.OllamaClient.StreamReply(String userInput, List`1 images) in e:\OS-Website\src\Version4\Agent-Core\Ollama\OllamaClient\OllamaClient.cs:line 156
[ERR]    at Lilith.Agent.Lilith.ChatAsync(String input, List`1 images) in e:\OS-Website\src\Version4\Lilith\Chat\Lilith.Chat.cs:line 11
[ERR]    at Lilith.Agent.Lilith.BootAsync(Boolean startServerIfNotRunning) in e:\OS-Website\src\Version4\Lilith\Boot\Lilith.Boot.cs:line 16
[ERR]    at LilithConsole.Program.Main(String[] args) in e:\OS-Website\src\Version4\ConsoleApp\LilithConsole\Program\Program.cs:line 55
[ERR]    at LilithConsole.Program.<Main>(String[] args)