Skip to content

feat: add remote dispatch starter#74

Merged
hyeokjun32 merged 1 commit into
mainfrom
feat/remote-dispatch-starter
May 19, 2026
Merged

feat: add remote dispatch starter#74
hyeokjun32 merged 1 commit into
mainfrom
feat/remote-dispatch-starter

Conversation

@hyeokjun32
Copy link
Copy Markdown
Contributor

Summary

  • Added a file-based remote dispatch starter for Orchestrator.
  • Added worker registry/task request examples and dispatch result contract docs.
  • Kept the scope explicit: this is remote worker selection evidence, not production remote execution.

Validation

  • PYTHONDONTWRITEBYTECODE=1 .venv/bin/python -m pytest tests/test_remote_dispatch.py tests/test_docs_links.py -q -p no:cacheprovider
  • PYTHONDONTWRITEBYTECODE=1 .venv/bin/python -m pytest -q -p no:cacheprovider
  • PYTHONPATH=src PYTHONDONTWRITEBYTECODE=1 .venv/bin/python -m inferedge_orchestrator remote-dispatch --registry examples/remote_worker_registry.json --request examples/remote_task_request.json --output reports/remote_dispatch_result.json
  • git diff --check

Notes

  • No production remote worker, SSH/HTTP dispatch, or Cloudflare behavior was added.
  • AGENTS/Obsidian guidance was updated locally to keep the boundary clear.

@hyeokjun32 hyeokjun32 merged commit d4f83ab into main May 19, 2026
1 check passed
@hyeokjun32 hyeokjun32 deleted the feat/remote-dispatch-starter branch May 19, 2026 13:24
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