Skip to content

feat: add durable runs and workforce bundle environments - #1840

Draft
4pmtong wants to merge 73 commits into
mainfrom
feat/workforce-bundle-foundation
Draft

feat: add durable runs and workforce bundle environments#1840
4pmtong wants to merge 73 commits into
mainfrom
feat/workforce-bundle-foundation

Conversation

@4pmtong

@4pmtong 4pmtong commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Pull Request

Related Issue

Closes #

Description

Testing Evidence (REQUIRED)

  • I have included human-verified testing evidence in this PR.
  • This PR includes frontend/UI changes, and I attached screenshot(s) or screen recording(s).
  • No frontend/UI changes in this PR.

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Contribution Guidelines Acknowledgement

4pmtong added 30 commits August 5, 2026 15:36
def _reject_sensitive_transport(argv: tuple[str, ...]) -> None:
for value in argv:
lowered = value.lower()
if _URL_WITH_CREDENTIALS.search(value):
if parsed_last_event_id >= 0:
reconnect_sequence = max(reconnect_sequence, parsed_last_event_id)
return StreamingResponse(
_durable_event_stream(run_id, after_sequence=reconnect_sequence),
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.

2 participants