Add RunningHub channel integration (task adaptor, controller endpoints, and UI support) - #1
Merged
Conversation
lwb8832652
marked this pull request as ready for review
April 22, 2026 13:38
SamuelSxy
pushed a commit
to SamuelSxy/new-api-rh
that referenced
this pull request
Jun 3, 2026
…runninghub-api Add RunningHub channel integration (task adaptor, controller endpoints, and UI support)
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.
Motivation
Description
ChannelTypeRunningHub(58) and its base URL and name inconstant/channel.go, and map it toAPITypeOpenAIincommon/api_type.gofor API-type fallback.relay/channel/task/runninghub/adaptor.go) that builds RunningHub URLs, headers and bodies, handles submitting tasks, polling (/openapi/v2/query) and parsing task results and statuses, and marks RunningHub as stream-capable inrelay/common/relay_info.go.controller/channel.gofor fetching RunningHub models and several admin endpoints (ai_app/run,ai_app/demo,public_models,account/info,account/api_keys,account/queue_status) with helper request functions anddoRunningHubRequesthelper.relay/relay_adaptor.goand add new API routes inrouter/api-router.gowithRootAuthprotection, and expose RunningHub in frontend constants and icon mapping (web/src/constants/channel.constants.js,web/src/helpers/render.jsx).docs/runninghub/INTERFACE_CATALOG.mddescribing mapped endpoints, conventions and recommended gateway mappings.Testing
go build ./...to ensure the new packages and imports compile successfully (build succeeded).npm run build/yarn build) to verify UI constants and icons compile into the bundle (build succeeded).Codex Task