Magentic One - how to get the formatted output as in the published videos from the blog? #4251
-
Hello together, has anybody seen in the repo how to run Magentic One to get the formatted output as it is seen in the videos published at the Blog post Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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 You need to install
To run the log viewer, use the following command:
Where: <log_folder>: Path to the folder containing JSONL log files. |
Beta Was this translation helpful? Give feedback.
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:
Where:
<log_folder>: Path to the folder containing JSONL log files.
: Port number to run the server on (default: 5000).
The log viewer pr…