You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to see messages as they are sent and responded to, but it seems the transcript is not written to until the very end. Can there be an option --live-transcript or similar to inspect eval to write to the transcript on every message update (or have a function that is update_transcript or similar), so I can see partial progress?
The text was updated successfully, but these errors were encountered:
We are working on this, but it will come in stages. First will be to make the log/transcript streaming (likely moving it into SQLite so we can handle much larger log file sizes). Then we'll hookup UI to the streamed transcript (likely we'll first do this in the terminal and then eventually in inspect view)
I'd like to be able to see messages as they are sent and responded to, but it seems the transcript is not written to until the very end. Can there be an option
--live-transcript
or similar toinspect eval
to write to the transcript on every message update (or have a function that isupdate_transcript
or similar), so I can see partial progress?The text was updated successfully, but these errors were encountered: