[POC] Control lease, RFB input gating, screen recorder for teach/replay - #1
Draft
devin-ai-integration[bot] wants to merge 4 commits into
Draft
devin-ai-integration[bot] wants to merge 4 commits into
devin-ai-integration[bot] wants to merge 4 commits into
Conversation
Decomposes teach-by-demonstration + replay for campaign/repetitive tasks on the Cloak farm: capture/learner/replay-executor/control-lease/gates/evidence/ UI. Same schema as poc/overwatch-voice. POC only, nothing merges to main. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Constraint: Human takeover may preempt AGENT, but AGENT may resume only after exact HUMAN lease release. Tested: python -m pytest backend/tests/test_control_lease.py backend/tests/test_rfb.py backend/tests/test_api.py -q (124 passed)
Constraint: Record only the manager-owned private X display and finalize before teardown. Tested: python -m pytest backend/tests/test_recorder.py backend/tests/test_control_lease.py backend/tests/test_rfb.py backend/tests/test_api.py -q (132 passed) Tested: docker build -t cloakbrowser-manager-teach-replay:test .
Constraint: A human retrieves and enters Mirus credentials only while holding exclusive control. Tested: python3 -m json.tool nodes.json
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
Prompt hidden (unlisted session) |
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
POC — do not merge. Farm-side seams for teach/replay computer-use skills, per nodes.json. Three additions, nothing else touched:
Consumed by LoopKitchen/backend
poc/teach-replay-computer-use(computer_use/clients/). Mirus-gated demo checklist lives on that side.Link to Devin session: https://loopai.devinenterprise.com/sessions/14dc6b7343e14870a825c33aa2883ddb
Open in Devin Desktop: https://loopai.devinenterprise.com/desktop/session/14dc6b7343e14870a825c33aa2883ddb?variant=devin
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by cubic
POC — do not merge. Adds farm-side seams for teach/replay computer-use skills: exclusive per-profile control leases, view-only RFB input gating, and X display screen recording.
New Features
idle/agent/human) grants exactly one holder control per profile; humans preempt agents, agents reacquire only after the human releases.nodes.jsontracks the 15-node teach/replay skill graph this POC wires into.Written for commit be2bfcf. Summary will update on new commits.