β¨ Added a server viewer link! Now, when running scripts, you'll see a direct link to view traces in your browser (http://127.0.0.1:<port>
). Start the server with genaiscript serve
.
π Improved run directory naming for better traceability by including a unique runId
.
π Enhanced run data collection, displaying trace and report sizes for better insights.
π Fixed inconsistent naming of creationTme
to creationTime
across the codebase.
π Centralized localhost
definitions with new SERVER_LOCALHOST
constant for easier configuration.