Skip to content

feat: add local HTTP remote worker starter#77

Merged
hyeokjun32 merged 1 commit into
mainfrom
codex/local-http-remote-worker-starter
May 20, 2026
Merged

feat: add local HTTP remote worker starter#77
hyeokjun32 merged 1 commit into
mainfrom
codex/local-http-remote-worker-starter

Conversation

@hyeokjun32
Copy link
Copy Markdown
Contributor

Summary

  • Added a local HTTP remote worker starter for explicit remote-dispatch success-path smoke validation.
  • Added local HTTP registry/request examples and test coverage for the starter response contract.
  • Documented the boundary as a starter path, not production remote execution.

Validation

  • PYTHONDONTWRITEBYTECODE=1 .venv/bin/python -m pytest tests/test_remote_dispatch.py -q -p no:cacheprovider
  • PYTHONDONTWRITEBYTECODE=1 .venv/bin/python -m pytest -q -p no:cacheprovider
  • Local HTTP starter smoke with --execute-plan
  • git diff --check

Notes

  • Local socket bind is skipped in sandboxed pytest environments, but the explicit local HTTP smoke was verified with socket access.
  • No production remote execution, heartbeat, auth, or fallback execution was added.

@hyeokjun32 hyeokjun32 merged commit 920153c into main May 20, 2026
1 check passed
@hyeokjun32 hyeokjun32 deleted the codex/local-http-remote-worker-starter branch May 20, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant