Skip to content

Magentic One - how to get the formatted output as in the published videos from the blog? #4251

Answered by husseinmozannar
MSDNAndi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

We created a temporary log viewer as a flask app, you point it to the directory where you stored the logs from Magentic-One (including the screenshots from the websurfer), and it replays the logs. It should be possible to make it work live.

This is not a maintained file and is just temporary, soon AutoGen Studio will have a similar & better interface to interact with Magentic-One

log_viewer, not maintened

You need to install

pip install flask markdown

To run the log viewer, use the following command:

python log_viewer.py <log_folder> --port <port>

Where:

<log_folder>: Path to the folder containing JSONL log files.
: Port number to run the server on (default: 5000).
The log viewer pr…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MSDNAndi
Comment options

Answer selected by husseinmozannar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants