Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] live/realtime inspect view #559

Open
JasonGross opened this issue Sep 28, 2024 · 1 comment
Open

[feature request] live/realtime inspect view #559

JasonGross opened this issue Sep 28, 2024 · 1 comment

Comments

@JasonGross
Copy link
Contributor

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?

@jjallaire-aisi
Copy link
Collaborator

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants