Add Hosted Agents /v2/agents/configs OpenAPI (MARSOHS-741) - #1213
Open
nveerdixit wants to merge 8 commits into
Open
nveerdixit wants to merge 8 commits into
nveerdixit wants to merge 8 commits into
Conversation
Port the sessions API from harness.swagger.json including session_origin product provenance. Document that ListSessions omits simulation/evaluation sessions server-side for customer clients.
Author
Local test evidence (MARSOHS-741)Validated the Client consumers: |
2 tasks
Author
|
Follow-up: removed |
Port the sessions API from harness.swagger.json including session_origin product provenance. Document that ListSessions omits simulation/evaluation sessions server-side for customer clients.
Mirror harness Agent Configs list/get/create/delete and list sessions by config_id. Stacks on the Hosted Agents sessions Origin OpenAPI work (MARSOHS-551). Co-authored-by: Cursor <cursoragent@cursor.com>
Align with harness-api: slots are name/source/provider only. Co-authored-by: Cursor <cursoragent@cursor.com>
nveerdixit
force-pushed
the
MARSOHS-741-agent-configs
branch
from
August 17, 2026 07:02
ca6f389 to
2b1e60d
Compare
5 tasks
Resolve the tags conflict with Action Gateway (digitalocean#1209) by keeping both entries. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Redoc builds its navigation only from tags named in x-tagGroups, so the Agents operations were omitted from the rendered API reference. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Pick up the sessions branch's merge with main (digitalocean#1209 Action Gateway) and its x-tagGroups entry. Conflicts resolved by keeping the configs versions of the Agents tag description and definitions.yml, layered on the updated base. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
The plain-scalar description contained ": ", which YAML reads as a nested mapping key, so definitions.yml failed to parse and every agents $ref broke the bundle. Use a folded block scalar. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This branch has not been deployed
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
/v2/agents/configslist/create,/v2/agents/configs/{config_id}get/delete, and/v2/agents/configs/{config_id}/sessionsharness.swagger.jsonAgent Configs surfaceTest plan
:8080stackNotes
SPEC_FILE=... make generate)Made with Cursor