feat: align RLE manifests and harness scaffolds - #10023
Draft
Sujit Kamireddy (sujit-kamireddy) wants to merge 6 commits into
Draft
Sujit Kamireddy (sujit-kamireddy) wants to merge 6 commits into
Sujit Kamireddy (sujit-kamireddy) wants to merge 6 commits into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Sujit Kamireddy (sujit-kamireddy)
marked this pull request as draft
September 13, 2026 04:52
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Replace local state with a host-agnostic rle.toml release contract and use canonical RLE type/subtype values. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sujit Kamireddy (sujit-kamireddy)
force-pushed
the
user/ksujit/rle-init-gym-agent
branch
from
September 18, 2026 03:08
7550739 to
df81038
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
.azd-rle.jsonstate with the host-agnosticrle.tomlrelease contract(rle.name, rle.version)the immutable RLE identity and derive the explicit service version bump at publish timeGym: OpenEnv,Harness: HostedAgent, andHarness: BYOHtypeandsubtypefieldsAgent,BYOA, andAZD_AI_RLE_AGENT_INIT_ENABLEinputs with no compatibility aliasesContract naming
BYOHis the compact wire abbreviation for Bring Your Own Harness.HostedAgentis the host-agnostic subtype for a Foundry Hosted Agent backing the harness; the platform name remains documentation rather than manifest syntax.Control-plane contract
Companion samples PR
Validation
go test ./...fromcli/azd/extensions/azure.ai.rleAZD_TEST_RLE_DOCKER_E2E=1 go test ./internal/project -run "^TestCreateRleHarnessScaffoldRunsOpenEnvRuntime$" -count=1 -vazd x build, then exercisedHarness: HostedAgent,Harness: BYOH, retired-value rejection, and local OpenEnv execution throughazd ai rle