OpenHands-автопилот: автономный генератор задач + гейты/schedule - #242
Draft
JoTalbot wants to merge 2 commits into
Draft
OpenHands-автопилот: автономный генератор задач + гейты/schedule#242JoTalbot wants to merge 2 commits into
JoTalbot wants to merge 2 commits into
Conversation
…тура (todo/ruff → очередь → ContourService)
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.
This PR was created by an AI agent (OpenHands) on behalf of the user.Что делает
Переход от MVP-контура (
ContourService.submit+ OHOrchestrator) к полностьюавтономному циклу по всему проекту: скан ассортимента (
ruff, TODO/FIXME) →упорядоченная очередь → подача в
ContourServiceс автоподбором гейтов →Cloud-исполнение (роли MVP + security/qa по гейтам) → PR.
Возможности
--plan(безопасный по умолчанию): печать очереди.--run --repository owner/repo: исполнение через Cloud-клиент.infer_gates): TESTS+REVIEW по умолчанию, + SECURITY_REVIEWдля deploy/audit/docker/секретного-пути/слов, + QA для тест-файлов.
--emit-cron '* 3 * * 1'(строка для crontab) и--emit-systemd daily(timer+service) — hook ручной установки, разворачивание черезpython/`bash обычные пути; уведомление "как".Изменения
scripts/openhands_autopilot.py— коллекторы,infer_gates, schedule-emitters.tests/test_openhands_autopilot.py— 17 тестов (real FakeClient lifecycle, без сети/моков).docs/TASK_LIFECYCLE.md,docs/AIOS_AGENT_ARCHITECTURE.md— параграф автопилота.Проверка
python -m pytest tests/test_openhands_*.py -q— 219 PASS;ruff check— clean.Координция
Минимальные правки; protected-файлы не тронуты (контур расширан через
scripts/, как разрешаетAGENTS.md).@JoTalbot can click here to continue refining the PR