Skip to content

Conversation

@aliyanishfaq
Copy link
Contributor

  • Added ruff, mypy, and llm-as-a-judge eval for evaluating code written by openswe
  • Added sample dataset file
  • Added feature to pass .envs to daytona sandboxes for running code
  • fallbacks for running agent run script, made running openswe for eval optional

@vercel
Copy link

vercel bot commented Aug 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
open-swe-web Ready Ready Preview Comment Sep 9, 2025 0:34am
open-swe-web-langgraph Ready Ready Preview Comment Sep 9, 2025 0:34am

Copy link
Member

@bracesproul bracesproul left a comment

Choose a reason for hiding this comment

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

lgtm with a couple nits

Copy link
Member

Choose a reason for hiding this comment

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

can you upload this dataset to langsmith and pull it in instead of hard coding it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed

Comment on lines 21 to 22
let programmerRunUrl =
"https://smith.langchain.com/o/ebbaf2eb-769b-4505-aca2-d11de10372a4/projects/p/eba94921-7f40-4be0-b153-e88ab6fdcfdd/r/";
Copy link
Member

Choose a reason for hiding this comment

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

this should be an env var since it'll be different for everyone not in the LC org

i might also update it to be a createProgrammerRunURL func which uses two env vars:

  • LANGSMITH_WORKSPACE_ID
  • LANGSMITH_PROJECT_ID
    for the first & second IDs, then it constructs a URL using them and the run id passes as an input arg

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed

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

Successfully merging this pull request may close these issues.

3 participants