feat: Day-1 partner kit after quickstart - #1135
Merged
Merged
Conversation
openadapt quickstart already runs MockMed through an independent oracle. After VERIFIED it now prints `openadapt-agent serve --allow-run`. --break-it still HALTs with the store unchanged. pip install openadapt pulls openadapt-agent. tests/test_partner_kit.py invokes Flow instead of mocking _invoke_flow. Opened by an agent session, not the founder.
pyproject.toml now pins openadapt-agent>=2.0.1,<3 as a base dependency. The committed platform-manifest.json must list that pin or the offline validate-platform-manifest job fails. Agent session, not the founder.
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
openadapt quickstartalready runs MockMed through an independent read of/api/db. AfterVERIFIEDit now prints the next command a solutions engineer actually needs:openadapt-agent serve --allow-run.--break-itstill HALTs. The store stays empty.pip install openadaptnow depends onopenadapt-agent>=2.0.1,<3. That's the published floor. The serve-without-bundles path lands in OpenAdaptAI/openadapt-agent#40; until that release,serve --allow-runstill wants--bundlesor--tutorial.platform-manifest.jsoncompatibility.launcher_requiresnow lists that sameopenadapt-agent>=2.0.1,<3pin. The offlinevalidate-platform-manifestjob compares that field topyproject.toml.A reviewer who will merge this can check:
cli.pyhelp.tests/test_partner_kit.pycalls_invoke_flow(["tutorial", "--help"])without mocking it.GET /api/db.test_cli_smoke.pystill only prove argv forwarding. The weeklyquickstart-lifecyclejob is still the PlaywrightVERIFIEDpath. I didn't run that job here.python scripts/validate_platform_manifest.py --offlinepasses after the launcher_requires pin.Opened by an agent session, not the founder.