Sync openhands-agent-server-ui skill with current agent-server contract#8
Open
DevinVinson wants to merge 1 commit into
Open
Sync openhands-agent-server-ui skill with current agent-server contract#8DevinVinson wants to merge 1 commit into
DevinVinson wants to merge 1 commit into
Conversation
- Remove cloud_proxy_router references (removed from agent-server) - Add switch_acp_model conversation endpoint - Add LLM subscription endpoints (device login flow) - Add OpenAI-compatible gateway routes (/v1/models, /v1/chat/completions) - Add profiles DELETE and rename routes - Add missing maintenance sources: openai/router.py, tool_router.py, auth_router.py, workspace_router.py, workspaces_router.py - Add new examples: 14_client_defined_tools, 15_openai_compatible_gateway Co-authored-by: openhands <openhands@all-hands.dev>
780f50a to
1e84412
Compare
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.
Summary
Sync the
openhands-agent-server-uiskill with the latest agent-server contract fromOpenHands/software-agent-sdk.Changes
SKILL.md:
cloud-proxyreferences (cloud_proxy_router.pyno longer exists in the agent-server)/v1/modelsto first-principles discovery listDELETE /api/profiles/{name}andPOST /api/profiles/{name}/renameendpointstool_router.pyandopenai/router.pyto maintenance file listclient_defined_tools) and 15 (openai_compatible_gateway) to maintenance examples listREFERENCE.md:
cloud_proxy_router.pyfrom maintenance sourcesPOST /api/cloud-proxy)tool_router.py,auth_router.py,workspace_router.py,workspaces_router.py, andopenai/router.pyto maintenance sources/api/llm/subscription/openai/...)GET /v1/models,POST /v1/chat/completions)DELETE /api/profiles/{name}andPOST /api/profiles/{name}/renameto profiles section and discovery checklistconversation_router_acp.pyreference (file no longer exists)EXAMPLES.md:
POST /api/cloud-proxy)This PR was created by an AI agent (OpenHands) on behalf of the user.