Wire DeepSeek Harness (dsh) model routing in Oddish - #1256
Merged
Conversation
Add deepseek provider canonicalization, network allowlists, and credential redaction for DeepSeek Harness trials. Pin the abundant-ai/harbor fork to the new dsh agent integration. Co-authored-by: rishi <rishi@abundant.ai>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Oddish previewCommit:
Vercel deployment URL: https://oddish-7jqhrv2fl.oddish.app Plan:
This comment is updated by the PR Preview workflow. |
RishiDesai
marked this pull request as ready for review
August 14, 2026 01:18
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
Point the oddish worker image at harbor 078136c5, which fixes ruff and type-check failures in the dsh agent integration. Co-authored-by: rishi <rishi@abundant.ai>
Define the constant before _BASE_URL_ENV_KEYS uses it so importing the backend no longer raises NameError and E2E can start serve.py. Co-authored-by: rishi <rishi@abundant.ai>
Bugbot is paused — on-demand spend limit reachedBugbot uses usage-based billing for this team and has hit its on-demand spend limit. A team admin can raise the spend limit in the Cursor dashboard, or wait for the next billing cycle to continue. |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wires Oddish to run DeepSeek Harness (
dsh) trials against the official DeepSeek API.Depends on abundant-ai/harbor#27.
Changes
deepseekprovider canonicalization and queue-key routing fordshtrialsDEEPSEEK_API_KEYat trial runtime and allowlistapi.deepseek.comoddishto harbor078136c5(CI-fixeddshagent revision)Usage
export DEEPSEEK_API_KEY=sk-... oddish run my-task --agent dsh --model deepseek/deepseek-v4-pro-0813 --background