app Notes
input I want to log the browser MCP snapshot compacting before and after so that I can train you better in the future with the bug file log this in the data/snapshots
make sure that I can match easily files
the snapshot file names should I have date and time. Also include url in file 1st line
I want everything that’s written in the terminal with print to be written in a log file instead and to be able to view that log file from the Web ui
this log file would always scroll to the bottom and auto refresh as it gets updated maybe max number of lines shown should be configurable
I want to add more responsiveness to the web user interface
the way I see it is that everything the LLM send or receive should be saved properly in session so user message to request to feedback assistant response the timing and the user interface should just query you know when when you are in a session, you just get returned what’s in the in the session from the start so this way if I just send my first user a message, the user message would get added to the session and the UI it would be added directly to the UI without without the answer being there yet and as the LLM called tool and just does his job, it would add to the session so this way, the UI would get more information as as it comes in instead of right now I need to wait for the final response so this would give kind of a better feedback and to the user with less waiting time to understand what’s going on.