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

Live updating log viewer #1142

Open
jjallaire opened this issue Jan 19, 2025 · 0 comments
Open

Live updating log viewer #1142

jjallaire opened this issue Jan 19, 2025 · 0 comments
Assignees

Comments

@jjallaire
Copy link
Collaborator

Currently the terminal updates in realtime but the log viewer does not (requires an explicit refresh)

To implement this we'll need an efficient side channel to sync transcript events into (as we don't want to push the entire log to S3 just for high granularity event updates). This might take the form of events written alongside logs or alternatively somewhere on the system running the eval if we think that cluttering up the log directory is undesirable.

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