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

feat: show a link to the Dev UI on running evals #2024

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

ssbushi
Copy link
Contributor

@ssbushi ssbushi commented Feb 18, 2025

Fixes: #1641

Checklist (if applicable):

@ssbushi ssbushi marked this pull request as ready for review February 18, 2025 20:49
projectRoot?: string
): Promise<string | undefined> {
const serversDir = await findServersDir(projectRoot);
const toolsJsonPath = path.join(serversDir, 'tools.json');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're always writing to tools.json? this assumes we track only the last instance of the dev ui? do we want to track all instances?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not know that we'd have multiple Dev UI instances on the same runtime. What would the difference between the instances be?

I can add support for multiple instances if we want, I just need some direction on how we do that for other state files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

[CLI] Output Dev UI link on eval command completion
2 participants